Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Vehicle type in TraCI

Hi everyone,
Let me explain what I mean with an example.
         traci.vehicle.add('vehicle_0','route_0','vType_0')   
This is a piece of my script in which vType has been defined in advance in .rou.file by <vType id="vType_0" vClass="trailer"/> .
I am looking for a method to define vType directly via TraCI without having to pass through the .rou.xml file. 

Regards,
Ali

On Tue, Apr 27, 2021 at 11:29 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
You can use traci.vehicletype.copy to create a new type from an existing one and then modify it's attributes as needed.

Am Di., 27. Apr. 2021 um 18:57 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
Hi everyone,
Is it possible to define a vehicle type in TraCI directly or it must be pre-registered in route file?

Regards,
Ali
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top