From your data, the accel_z starts with a positive gravity, which is the opposite of the direction to the ground. In my use case, MAVlink is in the NED body frame, and its acceleration at the z-axis starts with negative gravity.
I am having trouble converting this dataset for my case. What coordinate system is it using?
From your data, the
accel_z
starts with a positive gravity, which is the opposite of the direction to the ground. In my use case, MAVlink is in the NED body frame, and its acceleration at the z-axis starts with negative gravity.I am having trouble converting this dataset for my case. What coordinate system is it using?
Thank you