7 #ifndef CCI_DIFFERENTIAL_STEERING_SENSOR_H
8 #define CCI_DIFFERENTIAL_STEERING_SENSOR_H
11 class CCI_DifferentialSteeringSensor;
14 #include <argos3/core/control_interface/ci_sensor.h>
37 Real f_velocity_right_wheel,
38 Real f_covered_distance_left_wheel,
39 Real f_covered_distance_right_wheel,
40 Real f_wheel_axis_length) :
67 virtual void CreateLuaState(lua_State* pt_lua_state);
69 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.
virtual ~CCI_DifferentialSteeringSensor()
Destructor.
const SReading & GetReading() const
Returns the reading of the encoder sensor Returns the reading of the encoder sensor.
CCI_DifferentialSteeringSensor()
Constructor.
SReading(Real f_velocity_left_wheel, Real f_velocity_right_wheel, Real f_covered_distance_left_wheel, Real f_covered_distance_right_wheel, Real f_wheel_axis_length)
Real CoveredDistanceLeftWheel
Real CoveredDistanceRightWheel