mirror of https://github.com/ArduPilot/ardupilot
Rover: stop passing references to AC_Avoid constructor
This commit is contained in:
parent
43152a416c
commit
9f97125656
|
@ -701,7 +701,7 @@ ParametersG2::ParametersG2(void)
|
|||
attitude_control(rover.ahrs),
|
||||
smart_rtl(),
|
||||
proximity(rover.serial_manager),
|
||||
avoid(rover.ahrs, fence, rover.g2.proximity, &rover.g2.beacon),
|
||||
avoid(),
|
||||
follow(),
|
||||
windvane(),
|
||||
airspeed(),
|
||||
|
|
Loading…
Reference in New Issue