ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
2017-03-02 00:12:42 -0600 | answered a question | Visualize pointcloud in ros In the source code of stereo_image_proc from ROS, you can see the part that converts from cv::Mat to pointCloud2 message. You can refer to that part and modify as you see fit. https://github.com/ros-perception/ima... Best! |