Open HaomingSong opened 5 months ago
Hello I have some problenms on the cam_to_tip_offset in https://github.com/real-stanford/universal_manipulation_interface/blob/main/scripts_slam_pipeline/06_generate_dataset_plan.py#L105,
cam_to_tip_offset
As shown in the code, the cam_to_tip_offset = cam_to_mount_offset + tcp_offset, but in my opinon, the cam_to_tip_offset = tcp_offset - cam_to_mount_offset, shown in the image below
cam_to_tip_offset = cam_to_mount_offset + tcp_offset
cam_to_tip_offset = tcp_offset - cam_to_mount_offset
looking forward the response.
Hello, I have also encountered the same problem. Have you solved it?
Do you know what the coordinate system position of the end effector looks like
Hello I have some problenms on the
cam_to_tip_offset
in https://github.com/real-stanford/universal_manipulation_interface/blob/main/scripts_slam_pipeline/06_generate_dataset_plan.py#L105,As shown in the code, the
cam_to_tip_offset = cam_to_mount_offset + tcp_offset
, but in my opinon, thecam_to_tip_offset = tcp_offset - cam_to_mount_offset
, shown in the image belowlooking forward the response.