Skip to content

kirstyellis/vicon_data_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vicon Data Server

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.

Installation

Install Dependencies

Run the install script:

cd scripts
./install_deps.sh

Build

Run the build script:

cd scripts
./build.sh

Run the server

./ViconDataServer <VICON_IP> <RIGID_BODY_NAME>

Run the python client

python3 python/vicon_data_client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages