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 with "inverse of pose" you mean something that deals with transforms and their inverses, then you're probably looking for the tf system in ROS.

If you're just starting with this, tf2 might actually be better, as it is the successor to tf.

See the various tutorials for more info on how to use both.