SUMO - Creating traffic maps, random trips, and exporting trace for ns-3

Описание к видео SUMO - Creating traffic maps, random trips, and exporting trace for ns-3

SUMO (Simulation of Urban MObility) is a simulator used to generate vehicular traffic. You can find a PDF tutorial I posted to my github
https://github.com/addola/YouTubeTuto...

In this video I talk about many ways in which we can create traffic scenarios from converting an OpenStreetMap (osm) map to a SUMO map to building a map from scratch.

The sample files can by found on my github, with helpful makefiles to automate the process.
https://github.com/addola/YouTubeTuto...

Make sure you add $SUMO_HOME to your $PATH environment variable, and add the proper folders $SUMO_HOME/bin & $SUMO_HOME/tool

export SUMO_HOME=$HOME/Documents/sumo

If you installed SUMO using apt-get tool, then $SUMO_HOME should be

export SUMO_HOME=/usr/share/sumo

And add the paths for bin & tools to $PATH

export PATH=$PATH:$SUMO_HOME/bin:$SUMO_HOME/tools

PayPal Donations are appreciated, but please don't do it if you're broke. You don't owe me anything:
https://www.paypal.com/cgi-bin/webscr...

Комментарии

Информация по комментариям в разработке