First pass at using the Slamtec LiDAR SDK to draw a representation of one scan.
- Qt 5.12.x
- Slamtec SDK
- C++17 compiler, cmake, patch... probably other standard things
- You'll need to clone recursively.
- Apply the patch file to the submodule
- create a build directory (anywhere)
- CMAKE_PREFIX_PATH= cmake
- cmake --build .
This barely works. Selecting the USB port will cause one scan. Selecting it again will scan again. Or, maybe crash. YMMV. It'll get better.