experimenting with point-clouds to be displayed in rviz
- uses pc2-from_rgb_image.py to create a point cloud
- takes absolute paths to the depth image and rgb image
- displays the overlay of the two images in rviz
- uses pc2_cube.py to create a cube of points colored along the x y z axis
- opens an rviz window to display the cube
- plays a bag file like the ones found in the nsh_east dataset
- uses pc2_from_ros.py to overlay the two images
- opens an rviz window to display the new point cloud
- takes an absolute path to a depth map image
- uses rviz to display the pointcloud created from the depthmap colored along the x y z axis
- defines the data in each point (x,y,z, rgb)
- take an Image message, change the frame_id field in the header, republish the message
- contains various depth maps from the internet







