This code is modified from FLOAM
Modifier: Wang Han, Nanyang Technological University, Singapore
Running speed: 20 Hz on Intel NUC, 30 Hz on PC
Follow Librealsense Installation
Copy realsense_ros package to your catkin folder
cd ~/catkin_ws/src
git clone https://github.com/IntelRealSense/realsense-ros.git
cd ..
catkin_make
Change the parameter setting for L515
sudo gedit ~/catkin_ws/src/realsense-ros/realsense2_camera/launch/rs_camera.launch
search for the below argument and change default setting to below setting
<arg name="color_width" default="1280"/>
<arg name="color_height" default="720"/>
<arg name="filters" default="pointcloud"/>
Ubuntu 64-bit 18.04.
ROS Melodic. ROS Installation
Follow Ceres Installation.
Follow PCL Installation.
For visualization purpose, this package uses hector trajectory sever, you may install the package by
sudo apt-get install ros-melodic-hector-trajectory-server
Alternatively, you may remove the hector trajectory server node if trajectory visualization is not needed
cd ~/catkin_ws/src
git clone https://github.com/wh200720041/floam_ssl.git
cd ..
catkin_make
source ~/catkin_ws/devel/setup.bash
The rosbag will be provided later
if you would like to create the map at the same time, you can run
roslaunch floam floam_ssl_mapping.launch
if only localization is required, pls run
roslaunch floam_ssl floam_ssl.launch