PX4 / FlightPlot

PX4 flight log plotter for ulog format
60 stars 54 forks source link

Plot euler angles independently #16

Closed RomanBapst closed 6 years ago

RomanBapst commented 6 years ago

At the moment you can only plot roll, pitch and yaw simultaneously when using the EulerFromQuaternion operator. Would be nice to be able to plot them individually.

AndreasAntener commented 6 years ago

You can, there is a parameter "Show" which contains the value "RPY" by default. If you set it to "R" it will only plot roll and so on.