7 #ifndef CCI_EPUCK_PROXIMITY_SENSOR_H
8 #define CCI_EPUCK_PROXIMITY_SENSOR_H
11 class CCI_EPuckProximitySensor;
14 #include <argos3/core/utility/math/angles.h>
15 #include <argos3/core/control_interface/ci_sensor.h>
50 virtual void CreateLuaState(lua_State* pt_lua_state);
52 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.
It defines the basic type CRadians, used to store an angle value in radians.
CCI_EPuckProximitySensor()
const TReadings & GetReadings() const
virtual ~CCI_EPuckProximitySensor()
std::vector< SReading > TReadings
SReading(Real f_value, const CRadians &c_angle)