运行环境
LOAM
的3D建图过程中没有测试成功[multiScanRegistration-2] process has died
,经过对 PCL库 和 Eigen库 的版本升降也没有成功mkdir catkin_ws cd catkin_ws mkdir src catkin_make
cd ~/catkin_ws/src git clone https://github.com/HKUST-Aerial-Robotics/A-LOAM.git cd ../ catkin_make source /devel/setup.bash
数据集名字:nsh_indoor_outdoor.bag
,大小:780M左右
数据集下载地址:https://drive.google.com/file/d/1s05tBQOLNEDDurlg48KiUWxCp-YqYyGH/view
运行rosbag play
命令进行测试数据集,其中<YOUR_DATASET_FOLDER>
是下载对应数据集包的文件位置
source /devel/setup.bash roslaunch aloam_velodyne aloam_velodyne_VLP_16.launch rosbag play <YOUR_DATASET_FOLDER>/nsh_indoor_outdoor.bag
运行数据集的测试结果,其中绿色线为雷达的行进轨迹线
cd ~/catkin_ws/src git clone https://github.com/HViktorTsoi/rs_to_velodyne.git cd ../ catkin_make
source /devel/setup.bash roslaunch rslidar_pointcloud rs_lidar_16.launch rosrun rs_to_velodyne rs_to_velodyne XYZIRT XYZIRT roslaunch aloam_velodyne aloam_velodyne_VLP_16.launch
测试结果图如下: