-
Notifications
You must be signed in to change notification settings - Fork 63
Performance
danielduberg edited this page Mar 16, 2021
·
25 revisions
| Method | Voxel size (cm) | Time (ms) |
|---|---|---|
| UFOMap | 16 | 4.98 ± 1.30 |
| OctoMap | 5.52 ± 1.66 | |
| UFOMap | 12.3 ± 7.4 | |
| OctoMap | 8 | 16.3 ± 10.4 |
| UFOMap fast | 6.5 ± 2.2 | |
| UFOMap | 60.9 ± 44.7 | |
| OctoMap | 4 | 104.6 ± 82.2 |
| UFOMap fast | 10.9 ± 4.7 | |
| UFOMap | 371 ± 254 | |
| OctoMap | 2 | 745 ± 548 |
| UFOMap fast | 28 ± 15 |
UFOMap fast is always freeing space at 16 cm voxel size in this case.
If you use UFOMap in a scientific publication, please cite the following paper:
@article{duberg2020ufomap,
author={Daniel Duberg and Patric Jensfelt},
journal={IEEE Robotics and Automation Letters},
title={{UFOMap}: An Efficient Probabilistic {3D} Mapping Framework That Embraces the Unknown},
year={2020},
volume={5},
number={4},
pages={6411-6418},
doi={10.1109/LRA.2020.3013861}
}
- Creating a UFOMap
- Integrate Point Cloud into UFOMap
- Collision Checking
- K-Nearest Neighbor Search
- Saving UFOMap to File
- Loading UFOMap from File
- Convert Between UFOMap and OctoMap
- ROS Tutorials
- Introduction
- CmakeLists.txt and package.xml
- UFOMap Publisher
- UFOMap Subscriber
- Integrate sensor_msgs/PointCloud2
- Perform Mapping
- Visualize UFOMap in RViz
- Convert Between UFOMap and OctoMap
- General UFOMap Usage
- Advanced ROS Tutorials