Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Sumo Help

the speed mode only comes into play when you also use vehicle.setSpeed or vehicle.slowDown.
Calling setSpeedMode(vehID, 0) and setSpeed(vehID, speed) should cause the vehicle to drive with that speed regardless of obstacles or right-of-way.

Am Do., 23. Jan. 2020 um 15:55 Uhr schrieb Luigi Bitonti <bitonti.luigi@xxxxxxxxx>:
Good morning to everyone.
I would like to know if there is a way to prevent a car from assisting braking, because I would like to use a non-collision free model. I have tried using the speedMode method, but it doesn't seem to work. Thank you and have a nice day.

--
Luigi Bitonti
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top