start the motor driver
roslaunch limo_bringup limo_start.launch
# this launch will start motor driver, lidar, imu, robot pose ekf
control Limo by keyboard
first launch the limo_start.launch
above then launch the keyboard
# this will publish /cmd_vel topic
roslaunch limo_bringup limo_teletop_keyboard.launch
start the move base for navigation
first launch the limo_start.launch
above then launch the navigation
# this will launch the amcl and move_base node
roslaunch limo_bringup limo_navigation.launch
build the 2d map
If you want to build the map, you can use cartographer
, see the cartographer documents
And then use map_server to save the map, see map_server