ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Have you set the frame_id
of the header
of the pointcloud-message?
clusteredScene->header.frame_id = "my_frame"
should probably do the trick.
See pointcloud2 message definition and header message definition for further details on the datatypes.