CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
temperature.hpp
Go to the documentation of this file.
1
8namespace sensor_msgs::msg {
16public:
17 // Single temperature reading.
18
20 // frame_id is the location of the temperature reading
21
22 double temperature;
23
24 double variance;
25};
26} // namespace sensor_msgs::msg
ROS message class definition for Temperature.
Definition temperature.hpp:15
std_msgs::msg::Header header
timestamp is the time the temperature was measured
Definition temperature.hpp:19
double variance
0 is interpreted as variance unknown.
Definition temperature.hpp:24
double temperature
Measurement of the Temperature in Degrees Celsius.
Definition temperature.hpp:22
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the sensor_msgs package
Definition battery_state.hpp:8