However, the bottle/cap is unmovable (e.g., when the panda's arm touches the bottle, the bottle does not move; when the panda grasps the cap and lifts it in the air, the cap does not detach/move).
How can I make the bottle/cap movable (non-static)?
I've tried setting the loader's fix_root_link to False, but the bottle would start flying when I moved the robot arm without even touching the bottle.
I am trying to create a new task where the robot has to open the bottle cap.
I loaded the bottle data from a URDF, obtained from the PartNet-Mobility Dataset:
However, the bottle/cap is unmovable (e.g., when the panda's arm touches the bottle, the bottle does not move; when the panda grasps the cap and lifts it in the air, the cap does not detach/move).
How can I make the bottle/cap movable (non-static)?
I've tried setting the loader's
fix_root_link
to False, but the bottle would start flying when I moved the robot arm without even touching the bottle.