Re: [sumo-user] Platooning in SUMO

2021-03-16 Thread Michele Segata
Dear Francisco, I can talk for Plexe. As always, "better" depends on what you want to do. Plexe has several control algorithm plus engine dynamics implemented, but the vehicles needs to be controlled externally, for example via TraCI in python while, as far as I remember, simpla is more integ

[sumo-user] Platooning in SUMO

2021-03-16 Thread up201604601 via sumo-user
Hi everyone, I'm currently working on a project that requires platooning vehicles. However, I do not know how to add this platooning behavior to my vehicles. Is it something you can do by specifying in a configuration file, or is it something that you need to do programmatically? I'm basicall

Re: [sumo-user] Platooning in sumo

2021-02-02 Thread Jakob Erdmann
The bug is now fixed in the github version. A simple workaround would be to define the attributes 'catchup' and 'catchupFollower' explicitly as you did in your earlier vTypeMap (you can also use the same types for this). Am So., 31. Jan. 2021 um 14:29 Uhr schrieb bermad bila : > Hello, > I fixed

Re: [sumo-user] Platooning in sumo

2021-01-31 Thread Jakob Erdmann
The example that you gave earlier did not crash. Can you provide input for reproducing this new issue? Am Fr., 29. Jan. 2021 um 18:59 Uhr schrieb bermad bila : > Hello, > Thank you for your help. But, when I check the configuration that you are > provided, and I tap "sumo-gui Bejaia.sumo.cfg" I

Re: [sumo-user] Platooning in sumo

2021-01-29 Thread bermad bila
Hello, Thank you for your help. But, when I check the configuration that you are provided, and I tap "sumo-gui Bejaia.sumo.cfg" I had FATAL: exception not rethrown Aborted (core dumped) any thought? Nabila Le ven. 29 janv. 2021 à 10:32, Jakob Erdmann a écrit : > Hello > - if you set a vehicleSe

Re: [sumo-user] Platooning in sumo

2021-01-29 Thread Jakob Erdmann
Hello - if you set a vehicleSelector, then the initial types must have the given value in their type name or they will never be controlled (simplest fix is to delete this and control all vehicles) - the vTypeMap must contain entries for the original types used in your input (i.e. original="truck")

[sumo-user] Platooning in SUMO

2018-07-17 Thread Vrinda Khirwadkar (vkhrwdkr)
- Message: 1 Date: Mon, 16 Jul 2018 16:22:07 + From: To: Subject: Re: [sumo-user] Platooning in SUMO Message-ID: <3ce4e0e9cf19094f8562c58d1d8e24c80da2a...@dldeffmimp03exc.intra.dlr.de> Content-Type: text/plain; charset="iso-8859-1" I wasn't ab

Re: [sumo-user] Platooning in SUMO

2018-07-16 Thread Leonhard.Luecken
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.0

Re: [sumo-user] Platooning in SUMO

2018-07-09 Thread Michael Behrisch
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 follo

[sumo-user] Platooning in SUMO

2018-07-01 Thread 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 - The corresponding vehicle type