Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSM map loaded with errors #12

Open
nayak2358 opened this issue Apr 11, 2024 · 1 comment
Open

OSM map loaded with errors #12

nayak2358 opened this issue Apr 11, 2024 · 1 comment

Comments

@nayak2358
Copy link

when I run the lanelet2_osm launch file in ros2 (without using docker), I get the error as shown here
flexmap_fusion_error_1
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.

@mleitenstern
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants