SLAM Map building
Hint
The operating environment and software and hardware configurations are as follows:
- OriginBot Pro
- PC:Ubuntu (≥22.04) + ROS2 (≥humble)
Start the chassis and lidar
After successfully connecting to OriginBot through SSH, enter the following command in the terminal to start the robot chassis and lidar:
Hint
Since the chassis will automatically record odom data after startup, you need to restart the chassis each time before running the SLAM function, otherwise the TF tree transformation may fail.
Start SLAM
Connect to OriginBot via SSH and enter the following command in the terminal to start the cartographer mapping algorithm:

If the program is running properly, the terminal should display a screen similar to the following:
Upper computer visual display
In order to view the complete SLAM process, start the upper computer visualization software on the PC under the same network:
You can see the map that has been created at this point.
Hint
Make sure that the originbot_desktop code repository has been downloaded and compiled on the PC. If it is inconvenient to use the originbot_desktop code repository, you can also use "ros2 run rviz2 rviz2" to start Rivz2 separately, and manually add display plug-ins such as map, tf, laserscan, etc. to achieve similar results.
Keyboard control mapping
In order for the robot to establish a complete picture of its surroundings, we also need to start a keyboard control node:
Hint
The keyboard control node can be run on the PC or OriginBot.
Now, we can click the up, down, left, and right keys on the keyboard in the keyboard-controlled terminal to control the robot to explore the unknown environment. The full picture of the map will gradually appear in Rviz.
Save the map
After the map is built, you can use the following command to save the map:
Info
The above command will save the map to the current path of the terminal. Before using it for subsequent navigation, it needs to be copied to the originbot_navigation function package.