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
As calculated in this function vision_sensor.py,
The intrinsic is for example,
np.array([[-175.8385604, 0, 64],
[0, -175.8385604, 64],
[0, 0, 1]])
I use the intrinsic and extrinsic to convert the gripper pose 3D positions to pixel location, but cannot get the correct results.
I'm confused about that, could you give me some help?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As calculated in this function vision_sensor.py,
The intrinsic is for example,
np.array([[-175.8385604, 0, 64],
[0, -175.8385604, 64],
[0, 0, 1]])
I use the intrinsic and extrinsic to convert the gripper pose 3D positions to pixel location, but cannot get the correct results.
I'm confused about that, could you give me some help?
The text was updated successfully, but these errors were encountered: