nav_update_map¶
Overview¶
The nav_update_map application allows the user to update the robot’s current map by selecting from a list of available maps. The application presents an interactive menu, where the user chooses the desired map, and the system updates it accordingly.
Execution¶
The application can be executed using:
python3 nav_update_map/ --auto-run
Inputs¶
The user selects a map from the interactive menu.
Outputs¶
Log messages indicating the map update process.
Confirmation that the selected map has been updated successfully.
Behavior¶
The application starts and logs that it is running.
It displays an interactive menu with the available maps.
The user selects a map.
The application updates the robot’s map to the selected one.
A confirmation message is logged.
The application finishes execution.
Example Output¶
# python3 nav_update_map/ --auto-run
[INFO] [timestamp] [pyraya.nav_update_map]: Auto running the app
[WARNING] [timestamp] [pyraya.nav_update_map]: Updating Main__6 map...
[WARNING] [timestamp] [pyraya.nav_update_map]: Map updated successfully