egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

Queries added to vehicle and vehicle-type classes #6

Closed h4p closed 10 years ago

h4p commented 10 years ago

Hello egueli,

i've extended the vehicle class a little bit. Most importantly you can get the vehicle-type from a vehicle object now. This way you can change the min gap, acceleration and deceleration parameters.

Cheers, Tobi