Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] vehicle postion in sumo

Depending on the carFollowModel and parameters you can achieve collisions. if you ignore these (via collision.action none), cars can end up in the same spot.
The best course of action in to use use sumo-gui to understand the evolution of these vehicle positions to figure out why they end up in the same spot.


Am So., 25. Juni 2023 um 16:41 Uhr schrieb Mahima <mahima13@xxxxxxxxx>:
HI,

I have a query regarding vehicles' position in sumo. Can we have multiple vehicles at the same position and lane in sumo? We are seeing pos as 7.80 and speed 0.00 for 3 vehicles at some timestep and wondering why they would get the same position.

We are using the following flags

 <collision.mingap-factor value="0"/>
        <collision.action value="none" />
       <time-to-teleport value="-1"/>

Thanks,
Mahima
_______________________________________________
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