Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Question about Traci.edge

- there is traci.edge.getLaneNumber and the laneIDs are just the edgeID with _INDEX appended
- it's trival to do traci.lane.getLength(edgeID + "_0") to obtain the length of the edge

Am Mo., 13. Feb. 2023 um 23:06 Uhr schrieb Manuel HernandezRosales <mrosales@xxxxxxxxxxxxxxx>:
Hi everyone. I hope your day is good.
Why Traci.edge has not option getLenght(edgeID) neither
getLanes(edgeID)?
I can evidently obtain them by a regex from the file .rou, but because
they are not options for TRACI?
Or has them?
Kind regards
--
Manuel H. Rosales
_______________________________________________
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