7#ifndef CCI_PROTOTYPE_JOINTS_ACTUATOR_H
8#define CCI_PROTOTYPE_JOINTS_ACTUATOR_H
11 class CCI_PrototypeJointsActuator;
14#include <argos3/core/control_interface/ci_actuator.h>
15#include <argos3/core/utility/math/angles.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.
virtual ~CCI_PrototypeJointsActuator()
Destructor.
SActuator::TVector m_vecActuators
std::vector< SActuator * > TVector
SActuator(const std::string &str_id, Real f_target)