PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.53k stars 13.51k forks source link

Documentation of attitude quaternion direction #17347

Open manumerous opened 3 years ago

manumerous commented 3 years ago

Hi

The repository https://github.com/PX4/Devguide is archived and It is not possible to open an Issue there as suggested. I therefore hope that it is okay to open the Issue here.

I would like to know the exact details of what the attitude quaternions, as found in the ulog under for example vehicle_attitude, describe. In particular which two frames it relates and in which direction (e.g. if the quat is transformed to a rotation matrix does that matrix convert A to B or B to A). I guess a logical candidate would be to relate the MAV_FRAME_BODY_NED to MAV_FRAME_BODY_FRD. However, I could not find any documentation on that topic.

Any help is appreciated.

dagar commented 3 years ago

It's all been merged into the user guide. https://github.com/PX4/PX4-user_guide

manumerous commented 3 years ago

@dagar Thank you for the link. I also could not find any detailed documentation about what PX4s quaternions represent there. Would you propose to close this issue here and post the question again on that repository?

Maybe it would be possible to change the description when opening a documentation issue to point to the new repo? Currently it stilllinks https://github.com/PX4/Devguide.