mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Sub: fence no longer takes reference to ahrs in constructor
This commit is contained in:
parent
5dc743f1ba
commit
79eb0ac75f
@ -413,7 +413,7 @@ private:
|
||||
|
||||
// AC_Fence library to reduce fly-aways
|
||||
#if AC_FENCE == ENABLED
|
||||
AC_Fence fence{ahrs};
|
||||
AC_Fence fence;
|
||||
#endif
|
||||
|
||||
#if AVOIDANCE_ENABLED == ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user