Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TSDF mapping backend with real-time capabilities and high compression.
It is tailored towards large-scale maps, while still being able to handle smaller voxel sizes (~0.05).

## Getting Started
### LVR2
The 3D mesh reconstruction currently relies on [LVR2](https://github.com/uos/lvr2), so you will likely need to build and install it yourself.
If not present, chad_tsdf will attempt to build it dynamically via CMake's FetchContent mechanism, but this method may fail on some systems and will still require the LVR2 dependencies.

### CMake
```cmake
include(FetchContent)
Expand Down
Loading