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
It looks like the issue may be in this file around lines 37 and 38. How did we decide on these values @Xngzdai ? (They might be close to being correct, but I think we can improve them!) 😄
Line 37 and 38 constructs the transformation from the end effector's interface to the surface of the apriltag.
Because these two surface are parallel, rotation matrix is an identity matrix.
The translation is applied along the z axis, pointing away from the x-y plane (the interface of the end effector). Therefore, the translation vector is [0, 0, z_offset]
Finally, I combined the rotation matrix and the translation matrix together as one transformation matrix. And I was fairly hesitant in doing this.
It looks like the issue may be in this file around lines 37 and 38. How did we decide on these values @Xngzdai ? (They might be close to being correct, but I think we can improve them!) 😄
kinova-arm/drake/vision_calibration_apriltag/test/pose_verification.py
Line 37 in c7f5b3e
The text was updated successfully, but these errors were encountered: