mirror of https://github.com/ArduPilot/ardupilot
parent
e610acf998
commit
2251293ec7
|
@ -3,7 +3,7 @@
|
|||
|
||||
void ModeStabilize::update()
|
||||
{
|
||||
plane.nav_roll_cd = plane.ahrs.roll_sensor;
|
||||
plane.nav_pitch_cd = plane.ahrs.pitch_sensor;
|
||||
plane.nav_roll_cd = 0;
|
||||
plane.nav_pitch_cd = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue