This project reads tracking data from Vicon Tracker with the Datastream SDK, computes linear and angular velocity, and sends it over ZeroMQ for real-time processing. Data can be read from python via ZMQ socket.
Run the install script:
cd scripts
./install_deps.sh
Run the build script:
cd scripts
./build.sh
./ViconDataServer <VICON_IP> <RIGID_BODY_NAME>
python3 python/vicon_data_client.py