Skip to content

Commit 84b9aa9

Browse files
authored
Update run.launch.py
Added the path for the panda_config.yaml file. This is required to run the pick_place_demo example.
1 parent 5519162 commit 84b9aa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demo/launch/run.launch.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ def generate_launch_description():
1717
executable=LaunchConfiguration("exe"),
1818
output="screen",
1919
parameters=[
20+
os.path.join(
21+
get_package_share_directory("moveit_task_constructor_demo"),
22+
"config",
23+
"panda_config.yaml",
24+
),
2025
moveit_config.robot_description,
2126
moveit_config.robot_description_semantic,
2227
moveit_config.robot_description_kinematics,

0 commit comments

Comments
 (0)