Rover: stop passing references to AC_Avoid constructor

This commit is contained in:
Peter Barker 2019-05-22 16:04:12 +10:00 committed by Tom Pittenger
parent 43152a416c
commit 9f97125656
1 changed files with 1 additions and 1 deletions

View File

@ -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(),