-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement sending external pose info into estimators? #1
Comments
Sorry for the late reply. I just added a file named Main_Kalman.py. I hope it helps. |
Thank you for your reply and it's really helpful. When I use Optitrack Natnet SDK python sample to receive the pose information, if I set the frequency of data-streaming in Motive to 30Hz, the crazyflie2.1 fly well. However, if I change the frequency of data-streaming in Motive to 100Hz, the crazyflie 2.1 will become unstable. Have you faced the same issue? |
You are welcome. I have been using with the default frequency and have never changed it, and it works pretty well. I think the rate is 120 Hz, and it has never become unstable like what is happening in your case. |
Thanks for reply. Could I know what kind of version of Motive do you use? Also, do you use a virtual machine to run the code? |
Motive version: 1.9.0 |
Hi,
Thanks for sharing your code and glad to see this project works. I have looked through your code and haven't found which part is about sending external pose(from optitrack) to the EKF estimator. Could you give some hints?Thanks
The text was updated successfully, but these errors were encountered: