We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f0487 commit 53043acCopy full SHA for 53043ac
1 file changed
Launchers/pick_place_harmonic/pick_place_harmonic.launch.py
@@ -81,11 +81,13 @@ def generate_launch_description():
81
)
82
}
83
84
- kinematics_yaml = load_yaml(
+ raw_kinematics = load_yaml(
85
"ur5_gripper_moveit_config",
86
"config/kinematics.yaml"
87
88
89
+ kinematics_yaml = raw_kinematics["/**"]["ros__parameters"]
90
+
91
moveit_controllers = {
92
"moveit_simple_controller_manager": load_yaml(
93
0 commit comments