ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To summarize the answer from the comments (in case someone runs into the same problem): The Python camera driver node in nao_driver
requires the package camera_info_manager_py
. You can install it in ROS hydro with sudo apt-get install ros-hydro-camera-info-manager-py
The dependency was missing in the package.xml, I'll fix that for the next release.