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-04-23 13:17:57 -0500

joq gravatar image

You probably do not want to set the frame_id of both cameras to "camera". That alone might cause your problem. I recommend fixing it, anyway.

Your first args="_guid:=00b09d017643567 is missing the closing " character. Maybe just a copying error. A cleaner way to define that parameter is:

<param name="guid" value="000b09d017643567" />

Each GUID should have exactly 16 hex digits. The newest (Fuerte) driver adds leading zeros as needed, but older versions did not.