ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-07-17 06:01:44 -0500

joq gravatar image

Apparently, that driver has not yet been updated for the camera_info_manager change in Fuerte.

As the change list says:

  • The deprecated global 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.