You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run the lanelet2_osm launch file in ros2 (without using docker), I get the error as shown here
The errors_map_loading.txt is filled with the following line:
Error reading primitive with id 'x' from file: Relation has nonexistent member 'y'
I verified that the map downloads properly and the path is properly set to upload it. Rubber sheeting also works fine and then nothing happens.
The text was updated successfully, but these errors were encountered:
this is expected as OSM data usually does not fulfill lanelet2 requirements and has some missing data, but the importer checks the imported data (lanelet2 io package). Therefore the occurred errors during import of the OSM file are always written to errors_map_loading.txt for later review.
Nevertheless, the tool should still work fine for most cases, as it only uses the linestrings of OSM and its attributes.
Can you give any more information on what the exact outputs are?
when I run the lanelet2_osm launch file in ros2 (without using docker), I get the error as shown here
The errors_map_loading.txt is filled with the following line:
Error reading primitive with id 'x' from file: Relation has nonexistent member 'y'
I verified that the map downloads properly and the path is properly set to upload it. Rubber sheeting also works fine and then nothing happens.
The text was updated successfully, but these errors were encountered: