It seems like vehicles in SUMO will always accelerate to their maximum allowed speed, either their own or the maximum speed as set by the edge they are driving on. We need to find out if the current implementation of ChangeVelocity actually works and how SUMO handles acceleration and deceleration of vehicles exactly.
Testing
Is ChangeVelocity currently correctly implemented?
Implementing
What other ways could work? Setting MaxSpeed? Or using setSpeedMode with xml accel input = 0.0.
It seems like vehicles in SUMO will always accelerate to their maximum allowed speed, either their own or the maximum speed as set by the edge they are driving on. We need to find out if the current implementation of ChangeVelocity actually works and how SUMO handles acceleration and deceleration of vehicles exactly.