Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Head on collision

Hello,

 

I have created the following simple network to simulate the overtaking of a
vehicle using the opposite lane:

 

<edges>

 

  <edge id="0to1" from="0" to="1" numLanes="1" speed="30" >

      <neigh lane="1to0_0" />

  </edge>

 

  <edge id="1to0" from="1" to="0" numLanes="1" speed="30" >

      <neigh lane="0to1_0" />

  </edge>

 

</edges>

 

 

I need to simulate the head-on accident and when I use the TraCI to change
lane to the opposite direction, the vehicle changes lane to the opposite
lane, but changes back to its original lane. I set the lane change mode to
0, so to disable the safety check, but it does not help. Can you help me on
that? thanks!

 

 

- Mani

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top