#include <quadrotor_speed_default_actuator.h>


Public Member Functions | |
| CQuadRotorSpeedDefaultActuator () | |
| virtual | ~CQuadRotorSpeedDefaultActuator () | 
| virtual void | SetRobot (CComposableEntity &c_entity) | 
| Sets the entity associated to this actuator.  More... | |
| virtual void | Init (TConfigurationNode &t_tree) | 
| Initializes the actuator from the XML configuration tree.  More... | |
| virtual void | SetLinearVelocity (const CVector3 &c_velocity) | 
| Sets the linear velocity of the quadrotor.  More... | |
| virtual void | SetRotationalSpeed (const CRadians &c_speed) | 
| Sets the rotational velocity of the quadrotor around the local Z axis (yaw).  More... | |
| virtual void | Update () | 
| Updates the state of the entity associated to this actuator.  More... | |
| virtual void | Reset () | 
| Resets the actuator to the state it had just after Init().  More... | |
  Public Member Functions inherited from argos::CSimulatedActuator | |
| virtual | ~CSimulatedActuator () | 
| Class destructor.  More... | |
  Public Member Functions inherited from argos::CCI_QuadRotorSpeedActuator | |
| virtual | ~CCI_QuadRotorSpeedActuator () | 
  Public Member Functions inherited from argos::CCI_Actuator | |
| virtual | ~CCI_Actuator () | 
| Class destructor.  More... | |
| virtual void | Destroy () | 
| Destroys the actuator.  More... | |
  Public Member Functions inherited from argos::CBaseConfigurableResource | |
| virtual | ~CBaseConfigurableResource () | 
| Class destructor.  More... | |
Protected Attributes | |
| CQuadRotorEntity * | m_pcQuadRotorEntity | 
| CEmbodiedEntity * | m_pcEmbodiedEntity | 
| CQuadRotorEntity::SSpeedControlData | m_sDesiredSpeedData | 
Additional Inherited Members | |
  Public Types inherited from argos::CCI_Actuator | |
| typedef std::map< std::string, CCI_Actuator *, std::less< std::string > > | TMap | 
Definition at line 25 of file quadrotor_speed_default_actuator.h.
| argos::CQuadRotorSpeedDefaultActuator::CQuadRotorSpeedDefaultActuator | ( | ) | 
Definition at line 15 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  inlinevirtual | 
Definition at line 31 of file quadrotor_speed_default_actuator.h.
      
  | 
  virtual | 
Initializes the actuator from the XML configuration tree.
The default implementation of this method does nothing.
| t_node | The XML configuration tree relative to this actuator. | 
Reimplemented from argos::CCI_Actuator.
Definition at line 45 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  virtual | 
Resets the actuator to the state it had just after Init().
The default implementation of this method does nothing.
Reimplemented from argos::CCI_Actuator.
Definition at line 79 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  virtual | 
Sets the linear velocity of the quadrotor.
| c_velocity | The desired linear velocity. | 
Implements argos::CCI_QuadRotorSpeedActuator.
Definition at line 58 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  virtual | 
Sets the entity associated to this actuator.
When a controller is created, all the sensors and actuators are created, too. This function is called right before the Init() method of the actuator is called. 
| c_entity | The entity to associate to this actuator. | 
Implements argos::CSimulatedActuator.
Definition at line 22 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  virtual | 
Sets the rotational velocity of the quadrotor around the local Z axis (yaw).
| c_velocity | The desired rotational velocity. | 
Implements argos::CCI_QuadRotorSpeedActuator.
Definition at line 65 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  virtual | 
Updates the state of the entity associated to this actuator.
Implements argos::CSimulatedActuator.
Definition at line 72 of file quadrotor_speed_default_actuator.cpp.
      
  | 
  protected | 
Definition at line 46 of file quadrotor_speed_default_actuator.h.
      
  | 
  protected | 
Definition at line 45 of file quadrotor_speed_default_actuator.h.
      
  | 
  protected | 
Definition at line 47 of file quadrotor_speed_default_actuator.h.