Browse Source

Rover: let AHRS update orientation in its own time

apm_2208
Peter Barker 6 years ago committed by Peter Barker
parent
commit
e9e52304c6
  1. 3
      Rover/Rover.cpp

3
Rover/Rover.cpp

@ -410,9 +410,6 @@ void Rover::update_logging2(void) @@ -410,9 +410,6 @@ void Rover::update_logging2(void)
*/
void Rover::one_second_loop(void)
{
// allow orientation change at runtime to aid config
ahrs.update_orientation();
set_control_channels();
// cope with changes to aux functions

Loading…
Cancel
Save