Euler Sequence and Plane Frame of Reference

I’m trying to get a transpose DCM from Plane to NED and I’m wondering what is the Euler sequence for ardupilot, yaw pitch roll?

yes, ArduPilot uses 321, which is yaw, pitch, roll
see the code in libraries/AP_Math for conversion functions

1 Like