mirror of https://github.com/ArduPilot/ardupilot
Rover: let AHRS update orientation in its own time
This commit is contained in:
parent
5a1d4f3bf5
commit
e9e52304c6
|
@ -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…
Reference in New Issue