7 #ifndef DIFFERENTIAL_STEERING_ACTUATOR_DEFAULT_H
8 #define DIFFERENTIAL_STEERING_ACTUATOR_DEFAULT_H
14 class CDifferentialSteeringDefaultActuator;
17 #include <argos3/plugins/robots/generic/control_interface/ci_differential_steering_actuator.h>
18 #include <argos3/core/simulator/actuator.h>
19 #include <argos3/plugins/simulator/entities/wheeled_entity.h>
20 #include <argos3/core/simulator/entity/composable_entity.h>
21 #include <argos3/core/utility/math/rng.h>
59 Real f_right_velocity);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
The basic interface for a simulated actuator.
Basic class for an entity that contains other entities.
virtual void SetRobot(CComposableEntity &c_entity)
Sets the entity associated to this actuator.
virtual void Reset()
Resets the actuator to the state it had just after Init().
Real m_fNoiseBias[2]
Noise bias for each wheel.
CRandom::CRNG * m_pcRNG
Random number generator.
CDifferentialSteeringDefaultActuator()
Constructor.
virtual void SetLinearVelocity(Real f_left_velocity, Real f_right_velocity)
Sets the linear velocity of the two steering.
virtual void Update()
Updates the state of the entity associated to this actuator.
Real m_fNoiseFactorAvg[2]
Noise factor average (Gaussian model) for each wheel
virtual void Init(TConfigurationNode &t_tree)
Initializes the actuator from the XML configuration tree.
virtual ~CDifferentialSteeringDefaultActuator()
Destructor.
Real m_fNoiseFactorStdDev[2]
Noise factor stddev (Gaussian model) for each wheel
CWheeledEntity * m_pcWheeledEntity