I want to increase or decrease the size of the platoon while the simulation is running. For example, let's say platoon has the size of 10. Now I want to split this platoon into two sub platoons. How can I do that? But I don't want to use "traci.vehicle.remove" as it removes the vehicle from the simulation. And also is there any way I can call methods (e.g., getPlatoonLeaders(), getPlatoonIDList(),getAveragePlatoonSpeed() etc) using simpla?
sumo/_platoonmanager.py at main ยท eclipse/sumo (github.com)<https://github.com/eclipse/sumo/blob/main/tools/simpla/_platoonmanager.py>
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
