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