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

If you express that transform in one of the linear math libraries, such as Eigen or Bullet. Then with your known transform from the base to the camera you can use the transform chaining by multiplication to compute the net transform.

Certainly you can do the math yourself too, but using one of the linear math libraries already supported will be much less likely to have errors.