Skip to content

Commit

Permalink
Update run.launch.py
Browse files Browse the repository at this point in the history
Added the path for the panda_config.yaml file. This is required to run the pick_place_demo example.
  • Loading branch information
KarthiAru authored Aug 26, 2024
1 parent ba1d3df commit 6544a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/launch/run.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ def generate_launch_description():
executable=LaunchConfiguration("exe"),
output="screen",
parameters=[
os.path.join(
get_package_share_directory("moveit_task_constructor_demo"),
"config",
"panda_config.yaml",
),
moveit_config.robot_description,
moveit_config.robot_description_semantic,
moveit_config.robot_description_kinematics,
Expand Down

0 comments on commit 6544a63

Please sign in to comment.