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

Yes, typical usage is to have many more frames in the system than you are operating upon.

And making 10 queries to find the relationship between 10 frames takes the same amount of computation whether done internally or externally. So we kept the API simple and only provide lookups between two frames.

And note that lookup is optimized and a relatively cheap operation.