CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
relative_humidity.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
18public:
19 // Single reading from a relative humidity sensor.
20 // Defines the ratio of partial pressure of water vapor to the saturated vapor
21 // pressure at a temperature.
22
24 // frame_id is the location of the humidity sensor
25
27 // from 0.0 to 1.0.
28 // 0.0 is no partial pressure of water vapor
29 // 1.0 represents partial pressure of saturation
30
31 double variance;
32};
33} // namespace sensor_msgs::msg
ROS message class definition for RelativeHumidity.
Definition relative_humidity.hpp:17
double variance
0 is interpreted as variance unknown
Definition relative_humidity.hpp:31
double relative_humidity
Expression of the relative humidity.
Definition relative_humidity.hpp:26
std_msgs::msg::Header header
timestamp of the measurement
Definition relative_humidity.hpp:23
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the sensor_msgs package
Definition battery_state.hpp:8