Browse Source

Blimp: let AHRS update orientation in its own time

apm_2208
Peter Barker 3 years ago committed by Peter Barker
parent
commit
1087b297ac
  1. 5
      Blimp/Blimp.cpp

5
Blimp/Blimp.cpp

@ -204,11 +204,6 @@ void Blimp::one_hz_loop()
Log_Write_Data(LogDataID::AP_STATE, ap.value); Log_Write_Data(LogDataID::AP_STATE, ap.value);
} }
if (!motors->armed()) {
// make it possible to change ahrs orientation at runtime during initial config
ahrs.update_orientation();
}
// update assigned functions and enable auxiliary servos // update assigned functions and enable auxiliary servos
SRV_Channels::enable_aux_servos(); SRV_Channels::enable_aux_servos();

Loading…
Cancel
Save