Re: [sumo-user] Platooning in SUMO

2021-03-16 Thread Michele Segata
la is more integrated with the SUMO traffic logic. To quickly test Plexe, you can have a look at the Python APIs I implemented [1]. Best, Michele [1] https://github.com/michele-segata/plexe-pyapi On 16/03/2021 15:18, up201604601 via sumo-user wrote: Hi everyone, I'm currently working on

Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE

2021-01-08 Thread Michele Segata
With respect to routes, you are right. The route being used for platoons is the first one, as you can see here: https://github.com/michele-segata/plexe-veins/blob/master/src/plexe/traffic/PlatoonsTrafficManager.cc#L93 0 indicates the index of the route in the route file. If you want a

Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE

2021-01-07 Thread Michele Segata
ssages and won't involve as I said previously with joining or creating platoons. Best regards, Thodoris Zerlentis ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-

Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE

2021-01-07 Thread Michele Segata
nter the simulation. Best regards, Thodoris Zerlentis ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user -- Michele Segata, PhD Assistant Professor, Faculty of Comput

Re: [sumo-user] Error while inserting vehicles from Sumo .rou file using PLEXE

2021-01-07 Thread Michele Segata
Why does this error occurs and how can i resolve this?? Best regards, Thodoris ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user -- Michele Segata, PhD Assistan

Re: [sumo-user] Question on plug-in for Platooning in SUMO

2020-07-20 Thread Michele Segata
cribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user -- Michele Segata, PhD Assistant Professor at the Faculty of Computer Science University of Bolzano, Italy https://ans.disi.unitn.it/~segata/ ___ sumo-user mailing list sumo

Re: [sumo-user] Retrieving vehicle's predecessor

2020-04-06 Thread Michele Segata
Sorry I made a typo. I meant the successor, not the predecessor of course. My bad Michele On 06/04/2020 09:59, Michele Segata wrote: Hi all, I was wondering whether there is a convenient way of finding a vehicle's predecessor, something like the getLeader() method of MSLane. I was bro

[sumo-user] Retrieving vehicle's predecessor

2020-04-06 Thread Michele Segata
ilman/message/26460500/ By looking at the code it seems that it doesn't exist yet, but I wanted to be sure before implementing it myself. Thanks Best, Michele -- Michele Segata, PhD Assistant Professor at the Faculty of Computer Science University of Bolzano, Italy https://ans.disi.unitn.

Re: [sumo-user] SUMO gap2pred MSCFModel_CC

2020-03-29 Thread Michele Segata
it repository, so i guess my version is up to date. Best regards, Thodoris Zerlentis Undergraduate Mechanical Engineer Student -------- *From:* sumo-user-boun...@eclipse.org on behalf of Michele Segata *Sent:* Thursday, March 26

Re: [sumo-user] SUMO gap2pred MSCFModel_CC

2020-03-26 Thread Michele Segata
s, Thodoris Zerlentis Undergraduate Mechanical Engineer Student ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user -- Michele Segata, PhD Department of Informati

Re: [sumo-user] Platooning

2020-02-25 Thread Michele Segata
depends on what you are trying to achieve. Michele Stefano On Mon, Feb 24, 2020 at 6:54 PM Michele Segata <mailto:mseg...@disi.unitn.it>> wrote: Dear Stefano, as of SUMO 1.2.0 the Plexe [1] CF models for platooning have been included in the standard SUMO release.

Re: [sumo-user] Platooning

2020-02-24 Thread Michele Segata
://plexe.car2x.org/ [2] https://github.com/michele-segata/plexe-pyapi On 24/02/2020 18:35, steniero wrote: Dear Sumo Community, I am about to build a simulation in which I would like to insert platooning for my fleet. Is there any quick way to set platooning behaviour with TraCI? Do I need to change the