Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Connection "state=" in net-file

The connection states m and M for a priority junction are derived from the priority attributes of incoming edges.  Setting a high priority attribute value of edge E461012676To should be sufficient.

Am Mo., 15. Juli 2024 um 15:49 Uhr schrieb Walch Manuel via sumo-user <sumo-user@xxxxxxxxxxx>:
Dear SUMO-Team,

I am currently building a network for traffic simulations and have generated a SUMO network based on a real world network using netconvert (with the inputs node-file, edge-file and connection-file).

Unfortunately, with the settings I used, some connections in the net-file are not classified correctly. Example:

    <connection from="E461012676To" to="E461012667To" fromLane="0" toLane="0" via=":460050974_0_0" dir="r" state="m"/>
    <connection from="E461012676To" to="E461023547From_onRamp" fromLane="0" toLane="0" via=":460050974_1_0" dir="s" state="m"/>
    <connection from="E461012676To" to="E461023547From_onRamp" fromLane="0" toLane="1" via=":460050974_1_1" dir="s" state="m"/>

Here should be state="M" and not state="m". Is there a way to specify an attribute in the node-file, edge-file or connection-file so that the connection state is set correctly via netconvert? Or is there an option in netconvert to do this?

I couldn't find anything in the online documentation at the moment, but I may have missed something.

Thanks for your help and best regards,
Manuel

 

_______________________________________________
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