1 #ifndef _RAPID_VIZ_SCENE_VIZ_H_
2 #define _RAPID_VIZ_SCENE_VIZ_H_
5 #include "sensor_msgs/PointCloud2.h"
12 SceneViz(
const ros::Publisher& scene_pub);
13 void set_scene(
const sensor_msgs::PointCloud2& cloud);
17 ros::Publisher scene_pub_;
22 #endif // _RAPID_VIZ_SCENE_VIZ_H_
void set_scene(const sensor_msgs::PointCloud2 &cloud)
SceneViz(const ros::Publisher &scene_pub)