Skip to main content

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

Dear Mani,

I tested with a minimum scenario to let a vehicle overtake and then stay at the opposite direction via the traci change mode command. It works for me that the vehicle stays at the lane.
Please let me know if the problem still occures in your scenario.

Best regards,
Laura

2017-09-14 8:54 GMT+02:00 Laura Bieker <bieker.laura@xxxxxxxxx>:

Dear Mani,

 

can you send me your sumo files? Then I can test the scenario and write a test case to help you?

 

Best regards,

Laura

 

---------- Forwarded message ----------
From: Mani Amoozadeh via sumo-user <
sumo-user@lists.sourceforge.net>
Date: 2017-08-23 4:02 GMT+02:00
Subject: [sumo-user] Head on collision
To: sumo-user <
sumo-user@lists.sourceforge.net>


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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user

 



Back to the top