Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Interface with Polhemus motion tracking sensors over USB

License

Notifications You must be signed in to change notification settings

armeenm/libpolhemus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpolhemus

A library written in C++ that provides an interface to Polhemus's sensors.

Exposes both C++ and C interfaces.

Currently only supports the Patriot over USB. May work with others over USB.

Build requirements: C++17, Python 3

Dependencies are managed via Conan.

Building:

conan install -if build --build=missing .
cmake -S. -Bbuild
cmake --build build
cmake --install build

For Windows, use cmake --build build --config Release

About

Interface with Polhemus motion tracking sensors over USB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published