|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown.
UFO is a high-performance, modular 3D mapping framework designed for modern robotics and computer vision. It provides a robust probabilistic representation of space that explicitly handles free, occupied, and unknown regions, making it ideal for path planning and exploration in complex environments.
Core, Math, and Utility.The main ufo utility provides system diagnostics and diagnostic information about the build environment:
lib/core: Fundamental types and core mapping logic (Confidence, Semantic, etc.).lib/math: Optimized linear algebra and geometric primitives.lib/utility: Threading, string manipulation, and system helpers.apps/](apps): Command-line tools and applications.tests/](tests): Global test suite (Catch2).API documentation can be generated using Doxygen:
The output will be available in build/docs/html/index.html.
UFO is released under the BSD 3-Clause License.