ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Apparently, that driver has not yet been updated for the camera_info_manager
change in Fuerte.
As the change list says:
CameraInfoManager
class name has been removed. Use camera_info_manager::CameraInfoManager
instead.Looks like you need to make that change in line 79 of src/uvc_cam_node.cpp
. Please open a defect report or initiate a github pull request to get that fix merged into the master sources.