PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <rate_ctrl_status.h>
Public Attributes | |
uint64_t | timestamp |
float | rollspeed_integ |
float | pitchspeed_integ |
float | yawspeed_integ |
float | additional_integ1 |
Definition at line 51 of file rate_ctrl_status.h.
float rate_ctrl_status_s::additional_integ1 |
Definition at line 57 of file rate_ctrl_status.h.
Referenced by FixedwingAttitudeControl::Run().
float rate_ctrl_status_s::pitchspeed_integ |
Definition at line 55 of file rate_ctrl_status.h.
Referenced by RateControl::getRateControlStatus(), and FixedwingAttitudeControl::Run().
float rate_ctrl_status_s::rollspeed_integ |
Definition at line 54 of file rate_ctrl_status.h.
Referenced by RateControl::getRateControlStatus(), and FixedwingAttitudeControl::Run().
uint64_t rate_ctrl_status_s::timestamp |
Definition at line 53 of file rate_ctrl_status.h.
Referenced by FixedwingAttitudeControl::Run().
float rate_ctrl_status_s::yawspeed_integ |
Definition at line 56 of file rate_ctrl_status.h.
Referenced by RateControl::getRateControlStatus(), and FixedwingAttitudeControl::Run().