30 #ifndef RVIZ_POINT_CLOUD2_DISPLAY_H 31 #define RVIZ_POINT_CLOUD2_DISPLAY_H 33 #include <sensor_msgs/PointCloud2.h> 40 class PointCloudCommon;
59 void reset()
override;
61 void update(
float wall_dt,
float ros_dt)
override;
71 void processMessage(
const sensor_msgs::PointCloud2ConstPtr& cloud)
override;
void onInitialize() override
Do initialization. Overridden from MessageFilterDisplay.
void update(float wall_dt, float ros_dt) override
Called periodically by the visualization manager.
Property specialized to provide max/min enforcement for integers.
Displays a point cloud of type sensor_msgs::PointCloud.
void processMessage(const sensor_msgs::PointCloud2ConstPtr &cloud) override
Process a single message. Overridden from MessageFilterDisplay.
IntProperty * queue_size_property_
Display subclass using a tf2_ros::MessageFilter, templated on the ROS message type.
~PointCloud2Display() override
void reset() override
Called to tell the display to clear its state.
Displays a point cloud of type sensor_msgs::PointCloud2.
PointCloudCommon * point_cloud_common_