What coordinate system is used by orange cube?

Dear all,

I am looking at IMU from the logs (in the body frame) and trying to convert them to values in the inertial/earth/static frame. When I do this with thrust it works as expected (according to image) but if I do this with acceleration it gives me the wrong signs in the inertial frame (i.e. contrary to image). A couple of questions:

  1. Are the body frame and inertial frame correct (could they be) as I have drawn them below?
  2. The frames make more sense (i.e. are pointing the same when looking North) if you rotate the body frame 180 degrees around its Z-axis. Could it be that my drone is configured poorly in a way that the drone is constantly flying backwards instead of forwards when sending throttle and pitching “forward”? On that same note, in https://plot.ardupilot.org/, are the green and red rotors indicative of direction or is it just there for no reason?
  3. How come that my thrust conversion goes well but my acceleration conversion (via the same R matrix) does not?

I hope this is clear. If it helps, let me know and I’ll upload the log file I am using to check this. I am using a Foxtech Hover 1 drone with an orange cube ap.

Thanks for helping me out,

Erik

The body frame should be:
Positive X = forward
Positive Y = right
Positive Z = down

See here: Sensor Position Offset Compensation — Copter documentation (ardupilot.org)

I’ve noticed that I need to reverse the pitch RC channel on most of my Copter builds to have it behave as a pilot would expect (back stick = pitch up). Perhaps that’s the source of your confusion?

Thanks Yuri,

Where do you find this pitch setting? Is it under config and then joystick? Then I can check. I don’t suspect that should be the problem as pitch already behaves as expected (when flying away from you: pitch back = pitch up = positive which is seen in the image for positive \theta). So the roll conventions are fine (but the linear directions are not).

On the other hand: I guess if I were to change the pitch RC channel as well as the roll RC channel, that I could use the back of my drone as the front (which would align the body and inertial coordinate systems), right? The reason we did not do this is so far is because the drone’s front two rotors are now red (and the back two rotors are green), which I believe is how it is supposed to be as well, correct?

Thanks again for thinking with me,

Erik

In the second case, I guess a quick post-flight way to align these coordinates systems would be to just (-1)*AccX and (-1)*AccY.

Prop colors mean nothing, as different manufacturers produce different colors for no standard reason.

I typically reverse the pitch channel in my RC transmitter as necessary (not an ArduPilot parameter change).

Post a .bin log. Perhaps we can help more if we see what you’re seeing.

https://drive.google.com/file/d/1_c0alV2qP-NxRuIfn9DZIGNWHTb_-mKU/view?usp=sharing

It is just too big too upload directly, so here it is in a google drive link. Again, what I am confused about is that the ax and ay seem to have a sign convention leading to an odd inertial coordinate system (south west down) when I use the rotation matrix as below:

(which I verified to be correct).