Ok perfect, so i managed to implement my requirment by using the 
PlatoonsTrafficManager and modifing the .ini file as you mentioned. The human 
cars are inserted as you mentioned from the .rou file with the standard SUMO 
way while the platoons cars are handled from the TrafficManager. So i noticed 
that if my .rou file has multiple routes the platoons cars are inserted with a 
random or the first one ( i am not sure which one ). If i want to have a 
scenario with multiple routes (lets say 10 different routes) and the platoons 
can only use specific ones (only 3 routes) i must modify the 
TraCIBaseTrafficManager and tell it exactly which ones i want to use for 
platoons? Am i correct?.

Best regards,
Thodoris

________________________________
From: sumo-user-boun...@eclipse.org <sumo-user-boun...@eclipse.org> on behalf 
of Michele Segata <michele.seg...@unibz.it>
Sent: Thursday, January 7, 2021 2:50 PM
To: sumo-user@eclipse.org <sumo-user@eclipse.org>
Subject: Re: [sumo-user] Error while inserting vehicles from Sumo .rou file 
using PLEXE

This is also possible and there is an example in examples/human.
Basically there you have a single platoon plus a human driven vehicle on
a side lane that sends 802.11p messages as well. If you look at the
omnetpp.ini file you will find the following:

*.manager.moduleType = "vtypeauto=org.car2x.plexe.PlatoonCar
vtypehuman=HumanCar"
*.manager.moduleName = "vtypeauto=node vtypehuman=human"

This means that a vtypehuman vehicle in SUMO will be instantiated as a
HumanCar node in OMNeT++ by Veins. You find the definition of
HumanCar.ned inside the examples/human folder. As you see, the HumanCar
node has a different stack. It uses an 802.11p NIC but a different
application.
Before running this example, please fetch the plexe-3.0a3 release from
github I just pushed. I noticed I mistake an I've quickly fixed it.

Let me know.
Best,
Michele

On 07/01/2021 11:54, Thodoris Zerlentis wrote:
> Great I will try it, thank you. But I would like to ask you if I want
> the human-driven cars to be able to send messages to an RSU node, and
> that means veins must create a node for each vehicle, will it complicate
> things?? The human car type will only send those messages 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-user
>

--
Michele Segata, PhD
Assistant Professor, Faculty of Computer Science
University of Bolzano, Italy
https://www.inf.unibz.it/~segata/
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to