Skip to content

Commit 7ae3cc3

Browse files
authored
fix(examples): wrong named robot config var
1 parent b9defd3 commit 7ae3cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/fr3/fr3_direct_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def main():
104104
urdf=fr3_cfg.kinematic_model_path.endswith(".urdf"),
105105
)
106106
robot = hw.Franka(ROBOT_IP, ik)
107-
robot.set_config(robot_cfg) # type: ignore
107+
robot.set_config(fr3_cfg) # type: ignore
108108

109109
gripper_cfg_hw = hw.FHConfig()
110110
gripper_cfg_hw.epsilon_inner = gripper_cfg_hw.epsilon_outer = 0.1

0 commit comments

Comments
 (0)