Small CMake Linux program that talks to two USB devices:
- Intel RealSense t265 pose tracker
- LewanSoul LoBot 6DoF robotic arm
It takes the pose information from the t265 and applies it with inverse kinematics to the effector of the robot arm
It is not done, but serves as a nice starting point for the concept being explored.
Make sure you compile, make, and install librealsense first.
Then, use the same standard cmake workflow:
mkdir build
cd build
cmake ..
make
Then run it with sudo ./realsense_arm