7#ifndef CCI_GRIPPER_ACTUATOR_H
8#define CCI_GRIPPER_ACTUATOR_H
11 class CCI_GripperActuator;
14#include <argos3/core/control_interface/ci_actuator.h>
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
The basic interface for all actuators.
virtual void CreateLuaState(lua_State *pt_lua_state)=0
Creates the Lua state for this actuator.
void SetLockState(Real f_lock_state)
Sets the gripper lock state.
void Lock()
Locks the gripper.
CCI_GripperActuator()
Class constructor.
void Unlock()
Unlocks the gripper.
virtual ~CCI_GripperActuator()
Class destructor.