Replies: 1 comment
|
Hi! So there are many reasons why optitrack is not working for you:
You can also take look directly at the libmotioncapture and use some examples there: https://github.com/IMRCLab/libmotioncapture which is the base of the example of the mocap_hl_commander example. Note that the same lab also have a library that does single marker tracking as well, which might be more robust in some situations: https://github.com/IMRCLab/librigidbodytracker |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’ve been experimenting with the Crazyflie drone in conjunction with Optitrack, but unfortunately, the results have been quite inconsistent. The majority of the flights have been unsuccessful, with only occasional successful ones. This inconsistency is also observed when running the mocap_hl_commander example. I’m beginning to suspect that the issue might lie with the Optitrack system, because I am able to fly the autonomousSequence example with the FlowDeck consistent. But I’m unsure of how to proceed with debugging it.
All reactions