motion_capture_system
motion_capture_system copied to clipboard
Drivers for motion capture systems (Vicon and Qualisys, can be extended to compatible with other mocap systems)
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...
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...