Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] SUMO: Predict Collision/Stopped Vehicles?

traci.vehicle.getLeader returns the leader vehicle. You can retrieve vehicle speeds and accelerations with
vehicle.getSpeed, vehicle.getAcceleration which makes it possible to detect danger.

Am Do., 10. Feb. 2022 um 22:17 Uhr schrieb Sumbal Malik <maliksumbal01@xxxxxxxxx>:
Can the vehicle predict the collision/stopped vehicles in advance maybe a few meters before so that other vehicles can change the lane early? if so, please explain how can we do this in SUMO.

Thank you
_______________________________________________
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