Skip to content

Commit 6d5d233

Browse files
committed
fix: remove repeated robot_cfg
1 parent 883286d commit 6d5d233

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

extensions/rcs_xarm7/src/rcs_xarm7/env_cartesian_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def sim_env():
5050
robot_cfg=robot_cfg,
5151
control_mode=ControlMode.CARTESIAN_TQuat,
5252
collision_guard=False,
53-
robot_cfg=robot_cfg,
5453
gripper_cfg=None,
5554
hand_cfg=default_sim_tilburg_hand_cfg(),
5655
# cameras=default_mujoco_cameraset_cfg(),

extensions/rcs_xarm7/src/rcs_xarm7/env_grasp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def sim_env():
5050
robot_cfg=robot_cfg,
5151
control_mode=ControlMode.JOINTS,
5252
collision_guard=False,
53-
robot_cfg=robot_cfg,
5453
gripper_cfg=None,
5554
hand_cfg=default_sim_tilburg_hand_cfg(),
5655
# cameras=default_mujoco_cameraset_cfg(),

extensions/rcs_xarm7/src/rcs_xarm7/env_joint_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def main():
5959
robot_cfg=robot_cfg,
6060
control_mode=ControlMode.JOINTS,
6161
collision_guard=False,
62-
robot_cfg=robot_cfg,
6362
gripper_cfg=None,
6463
# cameras=default_mujoco_cameraset_cfg(),
6564
max_relative_movement=np.deg2rad(5),

0 commit comments

Comments
 (0)