Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Precisely control of acceleration

In order to control the acceleration, you must call traci.vehicle.setSpeed in every simulation step, to set the speed that would result from the desired acceleration.

Am Do., 10. Feb. 2022 um 04:52 Uhr schrieb 李多为 <liduoweilisa@xxxxxxxx>:
Dear developers,
Hello! I am now using Traci to control the behavior of vehicles in intersections. I have a questions to discuss with you.
Do you have any method to precisely control the acceleration of the vehicle? traci.vehicle.setAcceleration() only sets the optimal maximum value, but can't control it precisely.

Looking forward to your reply.

Best wishes,
Duowei
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top