APM:Libraries
AP_Gripper_Backend.cpp
Go to the documentation of this file.
1 #include "AP_Gripper_Backend.h"
2 
3 extern const AP_HAL::HAL& hal;
4 
6 {
7  init_gripper();
8 }
9 
10 // update - should be called at at least 10hz
12 {
14 }
const AP_HAL::HAL & hal
Definition: AC_PID_test.cpp:14
virtual void init_gripper()=0
virtual void update_gripper()