Vehicle Max deceleration #336
Closed
fabio-r-goncalves
started this conversation in
General
Replies: 1 comment 4 replies
-
I just did a quick test in the Tiergarten-scenario and set How are you measuring/checking the deceleration in your scenario? OR in case you are using an existing SUMO-scenario you cannot set these parameters via the mapping file but instead have to adjust the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running a simulation with multiple vehicle types with different accelerations and decelerations configured in the Mapping file. However, it seems that the vehicles do not use the maximum acceleration I have defined in the mapping file. Despite the vehicle type or my configuration, they all seem to have 4.5 maximum deceleration. On the other hand, the configurations seem to work for the maximum acceleration. An example vehicle:
{
"name": "Motorcycle3",
"vehicleClass": "Motorcycle",
"length": 2.50,
"accel": 4.0,
"decel": 9.0,
"maxSpeed": 30.0,
"color": "#00cc99",
"applications": ["com.uminho.infrarob.applications.SimpleVehicleCommsApp"],
"weight": 0.5
}
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions