7#ifndef CI_PAN_TILT_CAMERA_ACTUATOR_H
8#define CI_PAN_TILT_CAMERA_ACTUATOR_H
12 class CCI_PanTiltCameraActuator;
15#include <argos3/core/control_interface/ci_actuator.h>
16#include <argos3/core/utility/math/angles.h>
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.
It defines the basic type CRadians, used to store an angle value in radians.
virtual void SetPan(const CRadians &c_pan)=0
Sets the camera pan.
virtual ~CCI_PanTiltCameraActuator()
virtual void SetTilt(const CRadians &c_tilt)=0
Sets the camera tilt.