-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
EKF2 yaw estimation error #12541
Comments
@totomyl You will need to provide a log otherwise we can't help you. |
@RomanBapst sorry about that, I have added the link to the flight review, I was not sure how to put the actual file onto here as it was not supported. |
Maybe you can take a look at |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Hello,
I am trying to send motion capture data to a pixfalcon running px4 autopilot version 1.8.2. The motion capture system (mocap optitrack) is being published to the topic /mavros/vision_pose/pose. I am currently using EKF2 to estimate the position of the drone, I have set EKF2_AID_MASK to 24 (yaw + vision fusion). The barometer is disabled as well as the magnetometer and gps.
When visualizing the data in RVIZ, I am able to see both the mavros/vision_pose/pose and mavros/local_position/pose topics, however, the local_position topic keeps on yawing while the drone is still. When the drone is being moved around, both the local_position and the vision_pose move but the local_pose is constantly yawing so they are never in line.
I have tried upgrading the px4 firmware to 1.9.2 but this did not solve the problem. The sensors were re-calibrated multiple times and that did not help either.
Here is the log https://review.px4.io/plot_app?log=a72dd458-dc4f-4650-8335-02242da6e094
link to download: https://drive.google.com/open?id=16aOQq7O2m_1sBSl38vRLrrPXAQSijeY9
Any help or guidance would be appreciated, thank you in advance!
The text was updated successfully, but these errors were encountered: