ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you want to compute an arbitrary transform you should use the linear math library of your choice. The one used in the tf API is the bullet one, and can be used directly for chaining transforms together to compute the net transform.