mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
Rover: initialise AC_Fence library
This commit is contained in:
parent
1edac100ac
commit
6995bb3acd
@ -60,6 +60,8 @@ void Rover::init_ardupilot()
|
|||||||
g2.gripper.init();
|
g2.gripper.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
g2.fence.init();
|
||||||
|
|
||||||
// initialise notify system
|
// initialise notify system
|
||||||
notify.init();
|
notify.init();
|
||||||
notify_mode(control_mode);
|
notify_mode(control_mode);
|
||||||
|
Loading…
Reference in New Issue
Block a user