Skip to content

Commit b2f0487

Browse files
committed
Add kinemactics yaml to launcher
1 parent e8b3ab1 commit b2f0487

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Launchers/pick_place_harmonic/pick_place_harmonic.launch.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ def generate_launch_description():
8181
)
8282
}
8383

84-
kinematics_yaml = {
85-
"robot_description_kinematics": load_yaml(
86-
"ur5_gripper_moveit_config",
87-
"config/kinematics.yaml"
88-
)
89-
}
84+
kinematics_yaml = load_yaml(
85+
"ur5_gripper_moveit_config",
86+
"config/kinematics.yaml"
87+
)
9088

9189
moveit_controllers = {
9290
"moveit_simple_controller_manager": load_yaml(

0 commit comments

Comments
 (0)