You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I successfully generated some grasping poses of a model but I want to rotate and translate them. I have the rotation matrix and the translation vector, so I tried something like this:
The program compiles, but when I try to display the transformed poses using read_grasps_from_file.py I get this error:
IndexError: index 6 is out of bounds for axis 0 with size 4
First of all, I'm not sure if I need to transorm both the .npy and the .pickle files or only the .npy.
And then I don't understand how the data in these files is structured, am I supposed to use a 3x3 rotation matrix and a 3D translation vector or a 4x4 rotation matrix and a 4D translation vector like in the code above?
The text was updated successfully, but these errors were encountered:
Hi, I successfully generated some grasping poses of a model but I want to rotate and translate them. I have the rotation matrix and the translation vector, so I tried something like this:
The program compiles, but when I try to display the transformed poses using
read_grasps_from_file.py
I get this error:First of all, I'm not sure if I need to transorm both the .npy and the .pickle files or only the .npy.
And then I don't understand how the data in these files is structured, am I supposed to use a 3x3 rotation matrix and a 3D translation vector or a 4x4 rotation matrix and a 4D translation vector like in the code above?
The text was updated successfully, but these errors were encountered: