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>
38 virtual void CreateLuaState(lua_State*);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
The basic interface for all actuators.
virtual ~CCI_PrototypeJointsActuator()
Destructor.
SActuator::TVector m_vecActuators
std::vector< SActuator * > TVector
SActuator(const std::string &str_id, Real f_target)