32 #ifndef CCI_EYEBOT_PROXIMITY_SENSOR_H
33 #define CCI_EYEBOT_PROXIMITY_SENSOR_H
36 class CCI_EyeBotProximitySensor;
39 #include <argos3/core/control_interface/ci_sensor.h>
40 #include <argos3/core/utility/math/angles.h>
81 virtual void CreateLuaState(lua_State* pt_lua_state);
83 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.
It defines the basic type CRadians, used to store an angle value in radians.
std::vector< SReading > TReadings
virtual ~CCI_EyeBotProximitySensor()
Class destructor.
const TReadings & GetReadings() const
Returns the readings of this sensor.
CCI_EyeBotProximitySensor()
Class constructor.
SReading(Real f_value, const CRadians &c_angle)