Skip to content

Commit

Permalink
Blimp: let AHRS update orientation in its own time
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jun 12, 2022
1 parent ac4d840 commit 1087b29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Blimp/Blimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ void Blimp::one_hz_loop()
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
SRV_Channels::enable_aux_servos();

Expand Down

0 comments on commit 1087b29

Please sign in to comment.