ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
rviz
would be the easy to go built-in tool to visualize .pcd and .bag files. You can do a bunch of stuff with the .pcd in rviz. Also you can use the pcd_viewer: rosrun perception_pcl pcd_viewer <filename>
. Also, you can just try pcd_viewer filename
if your path is all set right you should be able to visualize it. You can set the coloring using the number keys.
You can get the pcl_viewer
as well by installing the pcl_tools
package. Alternatively check PCL binaries.