You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When I retrieve the odometry data, I find that the data is inaccurate and the errors vary greatly, making it difficult to use the offboard mode to control the drone. Is this an issue with the PX4 flight controller or MAVSDK? Below, I'll post the odometry data I retrieved."
Can you give some context what you're trying to do? And what versions you're using?
I am using offboard mode to control a drone, which requires odometry data. However, during testing, I found that the data is inaccurate, making it impossible to precisely control the drone. We are using PX4 firmware version 14.3, MAVSDK version 2.6.0, and the flight controller hardware is Pixhawk 6C. The odometry data printed above is from a test case I wrote. Ideally, when the drone is stationary and powered on, the body_end's x, y, z should be (0, 0, 0). However, this is not the case, and the x, y, z values are fluctuating.
"When I retrieve the odometry data, I find that the data is inaccurate and the errors vary greatly, making it difficult to use the offboard mode to control the drone. Is this an issue with the PX4 flight controller or MAVSDK? Below, I'll post the odometry data I retrieved."
below is my code to get odometry data:
The text was updated successfully, but these errors were encountered: