Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Frontal collisions never stops to warning

Hi guys,

I configured my SUMO execution to have some frontal collisions on the opposite lane. To achieve that I used neigh attribute on net.xml file and added parameter lcOpposite on a vType attribute. Everything seems ok and the collisions are happening. But when some collisions occur SUMO does not stop to warn about that collision. For instance, this warning is being showed a lot of times and will never stop:

Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.70 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.71 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.72 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.73 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.74 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.75 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.76 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.77 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.78 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.79 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.80 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.81 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.82 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.83 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.84 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.85 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.86 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.87 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.88 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.89 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.90 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.91 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.92 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.93 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.94 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.95 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.96 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.97 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.98 stage=move.
Warning: Vehicle 'normal_car_52'; frontal collision with vehicle '5', lane='83473190#0_0', gap=-9.98', latGap=-1.79, time=149.99 stage=move.

Is there any way to avoid this behavior without move/remove vehicles with TraCI?

Simulation files are attached

Thanks,

Attachment: map.zip
Description: Zip compressed data


Back to the top