32 #ifndef CCI_FOOTBOT_MOTOR_GROUND_SENSOR_H
33 #define CCI_FOOTBOT_MOTOR_GROUND_SENSOR_H
36 class CCI_FootBotMotorGroundSensor;
39 #include <argos3/core/control_interface/ci_sensor.h>
40 #include <argos3/core/utility/math/vector2.h>
41 #include <argos3/core/utility/math/range.h>
74 virtual void CreateLuaState(lua_State* pt_lua_state);
76 virtual void ReadingsToLuaState(lua_State* pt_lua_state);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
std::ostream & operator<<(std::ostream &c_os, const CByteArray &c_byte_array)
The basic interface for all sensors.
virtual ~CCI_FootBotMotorGroundSensor()
const TReadings & GetReadings() const
CCI_FootBotMotorGroundSensor()
std::vector< SReading > TReadings
SReading(Real f_value, const CVector2 &c_offset)