-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is arguments of lookupTransform opposite? #108
Comments
I have tested the |
It depends on if your referring to the transform of the coordinate or a point between the coordinate frames.
When you're using the tf tree you care about transforming data. |
This issue has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/nomenclature-of-tf-echo-and-tf-listener/36985/7 |
tf document and header says:
But in tf_echo, the order looks opposite.
https://github.com/ros/geometry/blob/indigo-devel/tf/src/tf_echo.cpp#L107
cc: @wkentaro
The text was updated successfully, but these errors were encountered: