30 #ifndef RVIZ_RELATIVE_HUMIDITY_DISPLAY_H 31 #define RVIZ_RELATIVE_HUMIDITY_DISPLAY_H 33 #include <sensor_msgs/RelativeHumidity.h> 34 #include <sensor_msgs/PointCloud2.h> 42 class PointCloudCommon;
58 virtual void update(
float wall_dt,
float ros_dt );
68 virtual void processMessage(
const sensor_msgs::RelativeHumidityConstPtr& msg );
IntProperty * queue_size_property_
virtual void processMessage(const sensor_msgs::RelativeHumidityConstPtr &msg)
Process a single message. Overridden from MessageFilterDisplay.
virtual void reset()
Called to tell the display to clear its state.
Displays a RelativeHumidity message of type sensor_msgs::RelativeHumidity.
virtual void onInitialize()
Do initialization. Overridden from MessageFilterDisplay.
PointCloudCommon * point_cloud_common_
Property specialized to provide max/min enforcement for integers.
virtual void update(float wall_dt, float ros_dt)
Called periodically by the visualization manager.
Displays a point cloud of type sensor_msgs::PointCloud.
Display subclass using a tf::MessageFilter, templated on the ROS message type.
~RelativeHumidityDisplay()
RelativeHumidityDisplay()