7 #ifndef RANGE_AND_BEARING_DEFAULT_ACTUATOR_H
8 #define RANGE_AND_BEARING_DEFAULT_ACTUATOR_H
14 class CRangeAndBearingDefaultActuator;
17 #include <argos3/core/simulator/actuator.h>
18 #include <argos3/plugins/robots/generic/control_interface/ci_range_and_bearing_actuator.h>
19 #include <argos3/plugins/simulator/entities/rab_equipped_entity.h>
The namespace containing all the ARGoS related code.
The basic interface for a simulated actuator.
Basic class for an entity that contains other entities.
virtual void Update()
Updates the state of the entity associated to this actuator.
virtual void Reset()
Resets the actuator to the state it had just after Init().
virtual void SetRobot(CComposableEntity &c_entity)
Sets the entity associated to this actuator.
virtual ~CRangeAndBearingDefaultActuator()
CRangeAndBearingDefaultActuator()