Skip to content

Failed to save map when running localization module with --mapping #220

Answered by bot-lin
bot-lin asked this question in Q&A
Discussion options

You must be logged in to vote

For anyone needs to save updated map, add the following code after SLAM.shutdown() in run_localization.cc file,
if(mapping){ SLAM.save_map_database(map_db_path); }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ymd-stella
Comment options

@bot-lin
Comment options

Answer selected by bot-lin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants