Skip to content

Commit 53043ac

Browse files
committed
Fix kinematics.yaml
1 parent b2f0487 commit 53043ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Launchers/pick_place_harmonic/pick_place_harmonic.launch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ def generate_launch_description():
8181
)
8282
}
8383

84-
kinematics_yaml = load_yaml(
84+
raw_kinematics = load_yaml(
8585
"ur5_gripper_moveit_config",
8686
"config/kinematics.yaml"
8787
)
8888

89+
kinematics_yaml = raw_kinematics["/**"]["ros__parameters"]
90+
8991
moveit_controllers = {
9092
"moveit_simple_controller_manager": load_yaml(
9193
"ur5_gripper_moveit_config",

0 commit comments

Comments
 (0)