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

This looks very much like you're mixing up the camera frame and the optical frame. They are two different coordinate systems. Usually a driver launch script (e.g. for kinect) provides the transformation between both. If you apply that it will perform your horrible hack in a controller manner.

This looks very much like you're mixing up the camera frame and the optical frame. They are two different coordinate systems. Usually a driver launch script (e.g. for kinect) provides the transformation between both. If you apply that it will perform your horrible hack in a controller controlled manner.