Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "mode.h"
#include "Plane.h"
void ModeStabilize::update()
{
plane.nav_roll_cd = 0;
plane.nav_pitch_cd = 0;
}
void ModeStabilize::run()
plane.stabilize_roll();
plane.stabilize_pitch();
stabilize_stick_mixing_direct();
plane.stabilize_yaw();
output_pilot_throttle();