8 #include <argos3/core/simulator/space/space.h>
28 RotSpeed(c_rot_speed) {}
43 const std::string& str_id) :
45 m_eControlMethod(NO_CONTROL) {
53 m_sPositionControlData.
Position.
Set(0.0f, 0.0f, 0.0f);
The namespace containing all the ARGoS related code.
REGISTER_STANDARD_SPACE_OPERATIONS_ON_ENTITY(CEntity)
Basic class for an entity that contains other entities.
It defines the basic type CRadians, used to store an angle value in radians.
void SetValue(Real f_value)
Sets the value in radians.
void Set(const Real f_x, const Real f_y, const Real f_z)
Sets the vector contents from Cartesian coordinates.
CQuadRotorEntity(CComposableEntity *pc_parent)
virtual void Reset()
Resets the state of the entity to whatever it was after Init() or the standalone constructor was call...