32 #ifndef CCI_EYEBOT_LIGHT_SENSOR_H
33 #define CCI_EYEBOT_LIGHT_SENSOR_H
36 class CCI_EyeBotLightSensor;
39 #include <argos3/core/control_interface/ci_sensor.h>
40 #include <argos3/core/utility/math/angles.h>
79 virtual void CreateLuaState(lua_State* pt_lua_state);
81 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.
virtual ~CCI_EyeBotLightSensor()
const TReadings & GetReadings() const
Returns the readings of this sensor.
std::vector< SReading > TReadings
The DTO of the light sensor.
SReading(Real f_value, const CRadians &c_angle)