CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
illuminance.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
28public:
29 // Single photometric illuminance measurement. Light should be assumed to be
30 // measured along the sensor's x-axis (the area of detection is the y-z plane).
31 // The illuminance should have a 0 or positive value and be received with
32 // the sensor's +X axis pointing toward the light source.
33 //
34 // Photometric illuminance is the measure of the human eye's sensitivity of the
35 // intensity of light encountering or passing through a surface.
36 //
37 // All other Photometric and Radiometric measurements should not use this message.
38 // This message cannot represent:
39 // - Luminous intensity (candela/light source output)
40 // - Luminance (nits/light output per area)
41 // - Irradiance (watt/area), etc.
42
44 // frame_id is the location and direction of the reading
45
46 double illuminance;
47
48 double variance;
49};
50} // namespace sensor_msgs::msg
ROS message class definition for Illuminance.
Definition illuminance.hpp:27
double illuminance
Measurement of the Photometric Illuminance in Lux.
Definition illuminance.hpp:46
std_msgs::msg::Header header
timestamp is the time the illuminance was measured
Definition illuminance.hpp:43
double variance
0 is interpreted as variance unknown
Definition illuminance.hpp:48
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the sensor_msgs package
Definition battery_state.hpp:8