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-01-11 09:39:46 -0500

joq gravatar image

While looking at this problem again, I counted the number of GUID bytes. There should be eight, but there are only seven.

Perhaps your camera GUIDs have a leading zero byte. Try opening them like this:

rosrun camera1394 camera1394_node _guid:=00b09d01008fe780

I think that will work. If so, we should fix the driver to print GUIDs with the appropriate number of leading zeros.