mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
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)
|
void Rover::one_second_loop(void)
|
||||||
{
|
{
|
||||||
// allow orientation change at runtime to aid config
|
|
||||||
ahrs.update_orientation();
|
|
||||||
|
|
||||||
set_control_channels();
|
set_control_channels();
|
||||||
|
|
||||||
// cope with changes to aux functions
|
// cope with changes to aux functions
|
||||||
|
Loading…
Reference in New Issue
Block a user