qualisys_cpp_sdk icon indicating copy to clipboard operation
qualisys_cpp_sdk copied to clipboard

C++ sdk for talking to Qualisys Track Manager software

Results 8 qualisys_cpp_sdk issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to set a timeout when connecting to a server using rtProtocol.Connect? It seems to be very long (around 1min 20s)

Some functions in Markup.cpp file are not declared. Please look into the matter and rectify. I have build the code using CMake MinGW Makefiles (GUI) and encountering the following error...

GNUInstallDirs was not defined when target_include_directories was set. This caused it to be blank and the cmake target import failed. User projects importing the cmake target should use include qualisys_cpp_sdk/RTProtocol.h...

is it possible to get the name of the markers and rigid bodies using the SDK?

**Blocked: Waiting for 2024.3 Release before this can be merged.** Some RTProtocol files were recently refactored in QTM (_see recently-completed **[Refactor / Bug Fix]** PR for more info_). This PR...

I am able to read the 6DOF rigid bodies using `Get6DOFBodyCount()` and `Get6DOFBody()`. However, when I want to access the 6DOF with residuals using `Get6DOFResidualBodyCount()` and `Get6DOFResidualBody()`, the count of...

This minor change to CMakeLists.txt is required to get the include paths to work on a ROS2 workspace.