mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
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
Block a user