ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
On line 18,
"/cameras/right_hand__camera/image"
has one too many underscores. The topic name for images from the right hand camera should be /cameras/right_hand_camera/image
.