Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Doubt about simulation

Hi, I'm trying to simulate a model which there are no collisions, to do that, I'm using variableSpeedSign to set the velocity of an edge.
My doubt is: Why is variableSpeedSign slower than a vehicle of the same velocity ?
Example:
<vType id="carro_10" accel="2.6" decel="4" length="3.0" maxSpeed="24" sigma="0"/>
and
<variableSpeedSign id="vss_50" lanes="gneE9_0">
    <step time="0" speed="6.7"/><!-- 24 KM/h -->
</variableSpeedSign>

Although the edge has the same size, the arrival time in the first crossroads is different. I don't understand, it should be same... I guess.

Back to the top