Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] variable speed signs

I cannot tell the speeds from your screenshot. Can you attach simulation files?

Am Di., 23. Nov. 2021 um 07:09 Uhr schrieb François Vaudrin <francois.vaudrin.1@xxxxxxxxx>:
Hello,

 I added a few variable speed signs at the end of the network to gradually slow down traffic, but vehicles ignore the new posted speed. They continue to drive at maximum speed (100 km / h) even if the signs indicate 85 km / h, 70 km / h and 50 km / h. The panels are displayed well during the simulation.

    <variableSpeedSign id="VSS_220_0" lanes="220-230_0" > 
  <step time="100" speed="23.61"/>    
  </variableSpeedSign>
  
   <variableSpeedSign id="VSS_220_1"  lanes="220-230_1" > 
  <step time="100" speed="23.61"/>    
  </variableSpeedSign>
  
     <variableSpeedSign id="VSS_230_0" lanes="230-250_0" > 
  <step time="100" speed="19.44"/>    
  </variableSpeedSign>
  
....    
  
    <variableSpeedSign id="VSS_250_0" lanes="250-300_0" > 
  <step time="100" speed="13.89"/>    
  </variableSpeedSign>
  
same speed before and after the sign

Thank you

François
_______________________________________________
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