Skip to content

Control SUMO vehicles mobility depending on V2X communication #32

Answered by kschrab
abdullah-traboulsi asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, that's exactly what MOSAIC was made for in the first place. Next to coupling SUMO with NS-3 or OMNeT++ it provides the possibility to adjust the behavior of vehicles based on specific events. To achieve this, you would need to implement an application model for the Application Simulator. This application could send V2X messages which other vehicles would receive. When receiving a message, you could then adjust the behavior of the vehicle (e.g. change speed, change lane, change route, stop, resume, and more). For first testing you could use already existing applications, but writing your own is just as easy. You can read a lot more on that in our online documentation and our tutorials.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abdullah-traboulsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants