Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] With latest SUMO ver. preexisting net-files can't be loaded

Hello,
the error message is intended because an edge that references non-existent nodes could lead to faulty simulation behavior.
In earlier version of SUMO, the node information was not used as the network is completely defined by edges lanes and connections and thus the check was omitted.
However, in the current version, pedestrian models as well as junction-behavior models make use of the topology information encoded in the node/edge graph.
The error message would also help uncovering invalid netconvert behavior because networks of that kind should never be generated.
If the problematic network was generated by a recent version of netconvert, please let me know.
If the network was generated by a custom process of yours, please read http://sumo.dlr.de/wiki/FAQ#I_made_changes_to_the_.net.xml-file_but_it_did_not_work_as_expected._Why.3F

regards,
Jakob

2018-06-29 10:10 GMT+02:00 Ottenburger, Sadeeb Simon (IKET) via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello,



I encountered the following issue:



Already existing net-files that worked with previous versions of SUMO cannot
be loaded with SUMO 0.32.0. The error message is:



"Error: Unknown from-node '0' for edge '1'.

Loading of net-file failed.

Quitting (on error)."



This issue can be reproduced with the hello.net.xml:

Changing the from node id in edge "1to2" to (before "1") "0" causes the
error message.

i.e.

.

    <edge id="1to2" from="0" to="2" priority="-1">

        <lane id="1to2_0" index="0" speed="13.90" length="500.00"
shape="0.00,-1.65 500.00,-1.65"/>

    </edge>

.



Why?



Thanks!


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top