Run FAST-LIO with mid-360
Refer to this link for project repo Git Link
Pre-req:
Ubuntu 18.04 or higher, the default PCL and Eigen is enough
Build FAST-LIO from source:
cd ~/$A_ROS_DIR$/src
git clone https://github.com/hku-mars/FAST_LIO.git
cd FAST_LIO
git submodule update --init
cd ../..
catkin_make
source devel/setup.bash
comment: Remember to source the livox_ros_driver
Necessary source command to have in ~/.bashrc:
source /opt/ros/noetic/setup.bash
source /path/to/ws_livox/devel/setup.bash
source /path/to/catkin_ws/devel/setup.bash
Refer to this quick start manual Doc Link
Static Method ip Setting
sudo service network-manager restart |
for i in {100..199}; do |
launch sample FAST-LIO test:
sample livox-360 rosbag file: Drive Link
rosbag play -l <path to bag file>
roslaunch fast_lio mapping_mid360.launch
Run mid-360 with FAST-LIO:
in /path/to/ws_livox/src/livox_ros_driver2/config/MID360_config.json
roslaunch livox_ros_driver2 rviz_MID360.launch |
roslaunch livox_ros_driver2 msg_MID360.launch |
roslaunch fast_lio mapping_mid360.launch |