-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes optitrack segfault with Motive 3.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libmotioncapture
updated
9 files
+4 −4 | .github/workflows/CI.yml | |
+16 −5 | CMakeLists.txt | |
+2 −1 | README.md | |
+1 −1 | deps/NatNetSDKCrossplatform | |
+13 −0 | src/motioncapture.cpp | |
+5 −5 | src/nokov.cpp | |
+7 −0 | src/optitrack.cpp | |
+0 −85 | src/python_bindings.cpp | |
+1 −1 | tools/build/build-wheels.sh |