mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
Rover: a rover moves along its X axis
this allows a rover to work without a compass for yaw control
This commit is contained in:
parent
f4faf941e2
commit
09db935874
@ -485,7 +485,7 @@ static void startup_IMU_ground(bool force_accel_level)
|
|||||||
// it once via the ground station
|
// it once via the ground station
|
||||||
imu.init_accel(mavlink_delay, flash_leds);
|
imu.init_accel(mavlink_delay, flash_leds);
|
||||||
}
|
}
|
||||||
ahrs.set_centripetal(1);
|
ahrs.set_fly_forward(true);
|
||||||
ahrs.reset();
|
ahrs.reset();
|
||||||
|
|
||||||
// read Baro pressure at ground
|
// read Baro pressure at ground
|
||||||
|
Loading…
Reference in New Issue
Block a user