motion_capture_system icon indicating copy to clipboard operation
motion_capture_system copied to clipboard

Drivers for motion capture systems (Vicon and Qualisys, can be extended to compatible with other mocap systems)

Results 3 motion_capture_system issues
Sort by recently updated
recently updated
newest added

Creating and destroying threads at each frame seems like a lot of overhead, maybe can keep the threads running and signal it when new data arrives.

Instead of setting `CMAKE_CXX_FLAGS` directly, we should use features in newer cmake versions for enabling C++11 support. See #11 for some discussion. The only thing stopping this right now is...

enhancement

When loading models in Qualisys while the node was running, the Qualisys node crashed with the error: > terminate called after throwing an instance of 'std::logic_error' > what(): basic_string::_M_construct null...