Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 349 Bytes

SUMO (Simulation of Urban Mobility) simulator C++ Library.

git clone http://github.com/rosmod/lib-sumo
cd lib-sumo

Then build the library.

Build Library:

If you have catkin_make:

catkin_make

If you have cmake:

cd src/sumo
cmake .
make