32 #ifndef CCI_FOOTBOT_LIGHT_SENSOR_H
33 #define CCI_FOOTBOT_LIGHT_SENSOR_H
36 class CCI_FootBotLightSensor;
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.
std::vector< SReading > TReadings
const TReadings & GetReadings() const
Returns the readings of this sensor.
virtual ~CCI_FootBotLightSensor()
The DTO of the light sensor.
SReading(Real f_value, const CRadians &c_angle)