Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to prevent from colliding on the same lane

use speedMode 7 to prevent collisions on the same lane and still allow junction collisions.

Am Mi., 19. Aug. 2020 um 07:12 Uhr schrieb user1000 <bgn68954@xxxxxxxxx>:
I use traci to set car velocity. I want them to collide with each other when
they are on different lanes at the intersection. Sometime car, which passes
intersection has lower velocity, that car, which follows him on the same
lane and collide with the first one.
My settings are:
    <processing>
        <collision.action value="warn"/>
        <collision.check-junctions value="true"/>
        <collision.mingap-factor value="-1"/>
    </processing>

I set vehicle speedMode to 6.

How to prevent from colliding on the same lane? Is there a way sumo
overwrite vehicle speed, which I set with traci?




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
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