traci.vehicletype.copy("DEFAULT_VEHTYPE", "newType")
traci.vehicletype.setMaxSpeed("newType")  # or whatever attributes you wish
to define
traci.vehicle.add("v0", "route_0", "newType")

Am Mi., 28. Apr. 2021 um 11:34 Uhr schrieb ali mirzaei <alimrz...@gmail.com
>:

> 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.s...@gmail.com>
> 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 <
>> alimrz...@gmail.com>:
>>
>>> 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@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
>>
> _______________________________________________
> 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