Small CMake Linux program that dumps pose data from the Intel RealSense t265 pose tracker
Make sure you compile, make, and install librealsense first.
Then, use the same standard cmake workflow:
mkdir build
cd build
cmake ..
make
Small CMake Linux program that dumps pose data from the Intel RealSense t265 pose tracker
Make sure you compile, make, and install librealsense first.
Then, use the same standard cmake workflow:
mkdir build
cd build
cmake ..
make