We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9defd3 commit 7ae3cc3Copy full SHA for 7ae3cc3
1 file changed
examples/fr3/fr3_direct_control.py
@@ -104,7 +104,7 @@ def main():
104
urdf=fr3_cfg.kinematic_model_path.endswith(".urdf"),
105
)
106
robot = hw.Franka(ROBOT_IP, ik)
107
- robot.set_config(robot_cfg) # type: ignore
+ robot.set_config(fr3_cfg) # type: ignore
108
109
gripper_cfg_hw = hw.FHConfig()
110
gripper_cfg_hw.epsilon_inner = gripper_cfg_hw.epsilon_outer = 0.1
0 commit comments