Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Two vehicles sharing the same lane

Please attach your scenario files and state the time and vehicle id where this occurs.

Am Mo., 7. Juni 2021 um 09:34 Uhr schrieb Radha Reddy <radha.reddy.ipp@xxxxxxxxx>:
Hello Jakob,

I set both parameters as you suggested (lcLaneDiscipline="1" latAlignment="center"). Before it was too many vehicles shared a single lane side-by-side. Even after setting those parameters the problem still exists but very few instances.

Please check the below vType definitions.

Regards
Radha

<vTypeDistribution id="typedist1">
 
<vType id="typeACC" accel="2.6" decel="4.5" emergencyDecel="9" length="5" minGap="5" maxSpeed="8.333" vClass="passenger" probability="0.5" carFollowModel="ACC"  sigma="0" tau="1" color="1, 1, 0" eClass="HBEFA3/PC_G_EU4"  lcLaneDiscipline="1" latAlignment="center"/>
<vType id="typeHD" accel="2.6" decel="4.5" emergencyDecel="9" length="5" minGap="5" maxSpeed="8.333" vClass="passenger" probability="0.5"  sigma="0.5" tau="1" color="1, 1, 1" eClass="HBEFA3/PC_G_EU4"  lcLaneDiscipline="1" latAlignment="center"/>
 
</vTypeDistribution>

On Mon, Jun 7, 2021 at 8:12 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Set vType attribute lcLaneDiscipline="1" latAlignment="center" and do not set lcTurnAlignmentDistance.

Am Fr., 4. Juni 2021 um 14:58 Uhr schrieb Radha Reddy <radha.reddy.ipp@xxxxxxxxx>:
Hello,

I'm getting a different behavior than expected. Two vehicles are sharing the same lane side-by-side.

Please check the attached figure, and provide me a solution, thus vehicles follow FIFO, but not sharing the same lane side-by-side.

Regards
Radha
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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