mirror of https://github.com/ArduPilot/ardupilot
Copter: initialise AC_Fence library
This commit is contained in:
parent
6995bb3acd
commit
3ebece5507
|
@ -68,6 +68,8 @@ void Copter::init_ardupilot()
|
||||||
g2.gripper.init();
|
g2.gripper.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
fence.init();
|
||||||
|
|
||||||
// init winch and wheel encoder
|
// init winch and wheel encoder
|
||||||
winch_init();
|
winch_init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue