Skip to main content

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

I wasn't able to reproduce the error, either. Please send a minimal failing example.
Best,
Leo 

________________________________________
Von: sumo-user-bounces@xxxxxxxxxxx [sumo-user-bounces@xxxxxxxxxxx]" im Auftrag von "Michael Behrisch [oss@xxxxxxxxxxx]
Gesendet: Montag, 9. Juli 2018 09:01
An: Sumo project User discussions; Vrinda Khirwadkar (vkhrwdkr)
Betreff: Re: [sumo-user] Platooning in SUMO

Hi,
our tests are just running fine. Can you send your complete example and
also information on the sumo and python version you are using?

Best regards,
Michael

Am 02.07.2018 um 02:19 schrieb Vrinda Khirwadkar (vkhrwdkr):
> 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
>
>
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>




Back to the top