Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Accesing user defined attributes of vehicles in rou.xml file using TraCI


I want to access user-defined attributes for vehicles in rou.xml file.
Example:
<vehicle depart="1" id="veh0" route="right" type="typeWE" problem ="10" />

I want to access "problem" using Traci but i could not find any way to achieve this.Closest thing i found is "getParameter()" function and its not doing what i wanted.

Is there a way ?
Open Tracking

Back to the top