在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):wh200720041/floam开源软件地址(OpenSource Url):https://github.com/wh200720041/floam开源编程语言(OpenSource Language):C++ 96.8%开源软件介绍(OpenSource Introduction):FLOAMFast LOAM (Lidar Odometry And Mapping)This work is an optimized version of A-LOAM and LOAM with the computational cost reduced by up to 3 times. This code is modified from LOAM and A-LOAM . Modifier: Wang Han, Nanyang Technological University, Singapore 1. Demo HighlightsWatch our demo at Video Link 2. Evaluation2.1. Computational efficiency evaluationComputational efficiency evaluation (based on KITTI dataset): Platform: Intel® Core™ i7-8700 CPU @ 3.20GHz
Localization error:
2.2. localization result2.3. mapping result3. Prerequisites3.1 Ubuntu and ROSUbuntu 64-bit 18.04. ROS Melodic. ROS Installation 3.2. Ceres SolverFollow Ceres Installation. 3.3. PCLFollow PCL Installation. 3.4. Trajectory visualizationFor visualization purpose, this package uses hector trajectory sever, you may install the package by
Alternatively, you may remove the hector trajectory server node if trajectory visualization is not needed 4. Build4.1 Clone repository:
4.2 Download test rosbagDownload KITTI sequence 05 or KITTI sequence 07 Unzip compressed file 2011_09_30_0018.zip. If your system does not have unzip. please install unzip by
And this may take a few minutes to unzip the file
4.3 Launch ROS
if you would like to create the map at the same time, you can run (more cpu cost)
If the mapping process is slow, you may wish to change the rosbag speed by replacing "--clock -r 0.5" with "--clock -r 0.2" in your launch file, or you can change the map publish frequency manually (default is 10 Hz) 5. Test on other sequenceTo generate rosbag file of kitti dataset, you may use the tools provided by kitti_to_rosbag or kitti2bag 6. Test on Velodyne VLP-16 or HDL-32You may wish to test FLOAM on your own platform and sensor such as VLP-16 You can install the velodyne sensor driver by
launch floam for your own velodyne sensor
If you are using HDL-32 or other sensor, please change the scan_line in the launch file 7.AcknowledgementsThanks for A-LOAM and LOAM(J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time) and LOAM_NOTED. 8. CitationIf you use this work for your research, you may want to cite
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论