Scout2 robot carrying RS16 lidar/IMU/D435 sensors,running LIO-SAM in a room!
- Ubuntu 20.04 + ROS noetic
- GTSAM 4.1
- Eigen 3.3.7
- PCL 1.9
more detail on my blog https://blog.csdn.net/weixin_40599145/article/details/126929222
$ mkdir -P robot_ws/src
$ cd robot_ws/src
$ git clone https://github.com/linzs-online/robot_gazebo.git
$ cd ..
$ catkin_make
before your launch the demo, you should source the workspace
if you used bash
$ source ~/robot_ws/devel/setup.bash
if you used zsh
$ source ~/robot_ws/devel/setup.zsh
$ roslaunch scout_gazebo scout_gazebo.launch
$ roslaunch lio_sam run.launch
$ rosrun teleop_twist_keyboard teleop_twist_keyboard.py