File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ def main():
5454 gripper_config .joints = ["right_driver_joint" ]
5555 gripper_config .collision_geoms = []
5656 gripper_config .collision_geoms_fingers = []
57+ gripper_config .max_actuator_width = 0
58+ gripper_config .min_actuator_width = 1
59+ gripper_config .max_joint_width = 0.0
60+ gripper_config .min_joint_width = 0.8
5761
5862 env_rel = SimEnvCreator ()(
5963 control_mode = ControlMode .CARTESIAN_TQuat ,
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ def main():
5454 gripper_config .joints = ["right_driver_joint" ]
5555 gripper_config .collision_geoms = []
5656 gripper_config .collision_geoms_fingers = []
57+ gripper_config .max_actuator_width = 0
58+ gripper_config .min_actuator_width = 1
59+ gripper_config .max_joint_width = 0.0
60+ gripper_config .min_joint_width = 0.8
5761
5862 env_rel = SimEnvCreator ()(
5963 control_mode = ControlMode .JOINTS ,
You can’t perform that action at this time.
0 commit comments