Skip to content

What is the difference between transform_from and transform_to in the SE3 object. Which one should be used for direct transformation and inverse transformation #599

Answered by fantaosha
neanea04 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Thanks for your interests in Theseus! For g in SE(3), g.transform_from(x) = g @ x while g.transform_to(x) = g.inverse() @ x.

Best,
-Taosha

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mhmukadam
Comment options

@neanea04
Comment options

Answer selected by mhmukadam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #598 on September 12, 2023 12:16.