- libcreate
- create_robot
- rplidar_ros
git clone https://github.com/AutonomyLab/libcreate.git
cd libcreate
mkdir build && cd build
cmake ..
make -j
sudo make install
cd ~/catkin_ws/src
git clone https://github.com/AutonomyLab/create_robot.git
cd ..
catkin_make
cd ~/catkin_ws/src
git clone https://github.com/Slamtec/rplidar_ros.git
cd ..
catkin_make