Save a map while the robot is moving : ros2 run nav2_map_server map_saver_cli -f ~/my_map move a robot by using the command topic of cmd_vel : ros2 run teleop_twist_keyboard teleop_twist_keyboard ros2 run rqt_robot_steering rqt_robot_steering save a map as lifelong : ros2 service call /slam_toolbox/serialize_map slam_toolbox/srv/SerializePoseGraph "filename: 'my_lifelong_map'" my_mapper_params_l..