16 #ifndef CCI_FOOTBOT_ENCODER_SENSOR_H
17 #define CCI_FOOTBOT_ENCODER_SENSOR_H
21 class CCI_FootBotEncoderSensor;
24 #include <argos3/core/control_interface/ci_sensor.h>
50 Real f_covered_distance_right_wheel,
51 Real f_wheel_axis_length) :
71 virtual void CreateLuaState(lua_State* pt_lua_state);
73 virtual void ReadingsToLuaState(lua_State* pt_lua_state);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
The basic interface for all sensors.
const SReading & GetReading() const
Returns the reading of the encoder sensor Returns the reading of the encoder sensor.
virtual ~CCI_FootBotEncoderSensor()
Destructor.
The DTO of the encoder It returns the distance covered by the wheels in the last timestep In addition...
SReading(Real f_covered_distance_left_wheel, Real f_covered_distance_right_wheel, Real f_wheel_axis_length)
Real CoveredDistanceRightWheel
Real CoveredDistanceLeftWheel