Browse Source

Rover: initialise AC_Fence library

master
Peter Barker 6 years ago committed by Randy Mackay
parent
commit
1fd989491c
  1. 2
      APMrover2/system.cpp

2
APMrover2/system.cpp

@ -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…
Cancel
Save