PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Precalculated rotor mix. More...
#include <MultirotorMixer.hpp>
Public Attributes | |
float | roll_scale |
scales roll for this rotor More... | |
float | pitch_scale |
scales pitch for this rotor More... | |
float | yaw_scale |
scales yaw for this rotor More... | |
float | thrust_scale |
scales thrust for this rotor More... | |
Precalculated rotor mix.
Definition at line 59 of file MultirotorMixer.hpp.
float MultirotorMixer::Rotor::pitch_scale |
scales pitch for this rotor
Definition at line 61 of file MultirotorMixer.hpp.
Referenced by MultirotorMixer::mix_airmode_disabled(), MultirotorMixer::mix_airmode_rp(), and MultirotorMixer::mix_airmode_rpy().
float MultirotorMixer::Rotor::roll_scale |
scales roll for this rotor
Definition at line 60 of file MultirotorMixer.hpp.
Referenced by MultirotorMixer::mix_airmode_disabled(), MultirotorMixer::mix_airmode_rp(), and MultirotorMixer::mix_airmode_rpy().
float MultirotorMixer::Rotor::thrust_scale |
scales thrust for this rotor
Definition at line 63 of file MultirotorMixer.hpp.
Referenced by MultirotorMixer::mix_airmode_disabled(), MultirotorMixer::mix_airmode_rp(), MultirotorMixer::mix_airmode_rpy(), and MultirotorMixer::mix_yaw().
float MultirotorMixer::Rotor::yaw_scale |
scales yaw for this rotor
Definition at line 62 of file MultirotorMixer.hpp.
Referenced by MultirotorMixer::mix_airmode_rpy(), and MultirotorMixer::mix_yaw().