In RVIZ, visualized grasps are perfect. But, when i try to print Grasp translation and rotation as -
print(grasps[0].pose.as_matrix())
These values seem to not match with the visualized grasps.
Any other way to extract grasp configuration for executing grasps ??
In RVIZ, visualized grasps are perfect. But, when i try to print Grasp translation and rotation as - print(grasps[0].pose.as_matrix()) These values seem to not match with the visualized grasps.
Any other way to extract grasp configuration for executing grasps ??