Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Platooning in SUMO

Hello Team,

I am trying to implement a Platoon model using the following configuration provided at this link :http://sumo.dlr.de/wiki/Simpla#configuration

I am facing issues while using "simpla" with Traci Client. Below is the "simpla" configuration file -

<configuration>
    <vTypeMap original="original_type1" leader="leader_type1" follower="follower_type1" catchup ="catchup_type1" catchupFollower ="catchupFollower_type1"/>
</configuration>
The corresponding vehicle types are mentioned below:
<routes>
    <vType id="original_type1" guiShape="truck" vClass="truck"/>
<vType id="leader_type1" guiShape="truck" vClass="truck"/>
<vType id="follower_type1" guiShape="truck" vClass="truck"/>
<vType id="catchup_type1" guiShape="truck" vClass="truck"/>
<vType id="catchupFollower_type1" guiShape="truck" vClass="truck"/>
</routes>

I am getting this error : AttributeError: 'PlatoonManager' object has no attribute '_controlInterval'.  
Please let me know if i need to change any input configuration or what is the correct way ?

Thanks,

Vrinda Khirwadkar

University of Memphis


Back to the top