Skip to content

RobotLocomotion/optitrack-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optitrack-driver

This repository contains a python application which translates data streamed from the Optitrack Motive software (aka NatNet) into LCM messages.

To build and run locally:

bazel run //src:optitrack_client

To build a wheel:

bazel build //wheel

Then (within a virtual environment), install the wheel file:

pip install bazel-bin/wheel/optitrack_driver-*-py3-none-any.whl

Then (within the virtual environment), run the program as either:

python -m optitrack.client

or

bin/optitrack_client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%