mirror of https://github.com/ArduPilot/ardupilot
Rover: stop taking references to ahrs in APM_Control
This commit is contained in:
parent
354c1091f8
commit
f848f7d3b2
|
@ -697,7 +697,7 @@ ParametersG2::ParametersG2(void)
|
|||
beacon(rover.serial_manager),
|
||||
motors(rover.ServoRelayEvents, wheel_rate_control),
|
||||
wheel_rate_control(wheel_encoder),
|
||||
attitude_control(rover.ahrs),
|
||||
attitude_control(),
|
||||
smart_rtl(),
|
||||
#if HAL_PROXIMITY_ENABLED
|
||||
proximity(),
|
||||
|
|
Loading…
Reference in New Issue