Inverse Transformation Matrix #342
Replies: 1 comment
-
|
I converted the issue to a discussion, but I do not see how this is related to the repository at all. You don't use pytransform3d, but the library and the user guide would give you a lot of tools to solve your problem. As an example, the conversion from Euler angles to rotation matrices that you implemented is available in pytransform3d. The plotting feature that you implemented is available in pytransform3d. The user guide gives you some tips on how to verify that your sequence of transformations is correct. The TransformManager is a tool that you can use if you don't even want to think about how you have to combine your transformations and which one you have to invert and it also comes with plotting functions. I'd suggest to try that. I think your problem really demonstrates well why I wrote this library. 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am sorry if my question is off topic for your repo.
I need to verify firstframe_center_point by using inverse second_frame_matrix and secondframe_center_point,however, there is a small mistake in my way. I have simply created my transformation function which is 4x4 matrix. I am giving 6 DOF values. The matrices have been applied sequentially to the point starting from the origin (point [0, 0, 0]), meaning that each transformation builds upon the last.
Beta Was this translation helpful? Give feedback.
All reactions