Dear everyone,

I'm interested in configuring lane-specific weights for routing. I've been able 
to successfully set up routing with edge weights using the following format.

<meandata> <interval begin="0" end="3600" id="whatever"> <edge id="edgeID1" 
traveltime="23"/> <edge id="edgeID2" traveltime="1000"/> </interval> </meandata>

However, when I attempt to incorporate lane-specific weights by adding lane 
IDs, the setup doesn't work anymore. Could you please advise on the proper way 
to set this up? According to the documentation which describes the input 
“--weight-files <FILE>”, loading edge/lane weights for online rerouting from 
FILE should be possible.

<meandata> <interval begin="0" end="3600" id="whatever"> <edge id="edgeID1"> 
<lane id=“laneID1" traveltime="1000"/> <lane id=“laneID2" traveltime=“800"/> 
</edge> </interval> </meandata>

Your help is highly appreciated.

Best,

Henri
_______________________________________________
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