Hi,

Please see my model in the attachment. The major issue is that the platoons
mostly appear in one lane, which is the slower lane.

Thanks,
Di

On Wed, May 18, 2022 at 5:44 PM Hung Trinh <[email protected]> wrote:

> Hello
> You should upload your model for easy understanding
>
> On Thu, 19 May 2022 at 09:18, Di Chen via sumo-user <[email protected]>
> wrote:
>
>> Hi,
>>
>> I am using Simpla to generate platoons on a two-lane road. However,
>> unless in quite a dense traffic, the platoons are mostly formed in the
>> right lane and there's little traffic on the left one.
>>
>> I set the left lane with a higher speed limit and set a higher value for
>> lcSpeedGain to be 15, trying to encourage vehicles to switch to the faster
>> lane. By doing so, the platoon appears on the left lane but is much fewer
>> than the right one. And it appears that some vehicles change to the right
>> lane (slower lane) and then form the platoon. This is in contrast to
>> real-life conditions. Additionally, removing the platooning model, the
>> traffic is evenly distributed in both lanes. So I'm wondering whether this
>> is the setting of the Simpla model or whether I missed some parts.
>>
>> Thank you and looking forward to hearing from you.
>>
>> Best,
>> Di
>> _______________________________________________
>> sumo-user mailing list
>> [email protected]
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2021-11-17 16:31:08 by Eclipse SUMO netedit Version UNKNOWN
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd";>

    <output>
        <output-file value="/home/ubuntu/Desktop/SUMO_101/Lec2_DrivingBehaviorModels/circle/circle.net.xml"/>
    </output>

    <processing>
        <offset.disable-normalization value="true"/>
    </processing>

    <junctions>
        <no-turnarounds value="true"/>
    </junctions>

    <netedit>
        <additional-files value="/home/ubuntu/Desktop/SUMO_101/Lec2_DrivingBehaviorModels/circle/circle.add.xml"/>
        <route-files value="/home/ubuntu/Desktop/SUMO_101/Lec2_DrivingBehaviorModels/circle/circle.rou.xml"/>
    </netedit>

    <report>
        <aggregate-warnings value="5"/>
    </report>

</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd";>
    <vType id="pc_leader" decel="3.40" color="red" lcSpeedGain="15.0" />
    <vType id="pc_follower" decel="3.40" color="green" lcSpeedGain="15.0" />
    <vType id="pc_catchup" decel="3.40" color="255,0,255" lcSpeedGain="15.0" />
    <vType id="pc_catchup_follower" decel="3.40" color="blue" lcSpeedGain="15.0" />

    <route id="route_circle" edges="gneE0 gneE1 gneE2 gneE3"/>

    <flow id="flow_0" type="pc_leader" begin="0.00" end="600.00" number="100" route="route_circle" departLane="random"/>
</routes>
<configuration>
    <!-- <vehicleSelector value="" /> -->
    <vTypeMap original="pc_leader" leader="pc_leader" follower="pc_follower" catchup="pc_catchup" catchupFollower="pc_catchup_follower" />
    <maxPlatoonGap value="15"/>
    <catchupDist value="100.0" /> # default 50
    <speedFactor original="1.0" leader="1.0" follower="1.1" catchup="1.2" catchupFollower="1.2"/>
</configuration>

Attachment: circle.py
Description: Binary data

_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to