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