Skip to content

Commit

Permalink
Fix missing configs in demo launch files (moveit#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
TipluJacob authored and rhaschke committed Mar 7, 2024
1 parent f661c18 commit 9b4c760
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions demo/launch/alternative_path_costs.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def generate_launch_description():
executable="alternative_path_costs",
output="screen",
parameters=[
moveit_config.joint_limits,
moveit_config.robot_description,
moveit_config.robot_description_semantic,
moveit_config.robot_description_kinematics,
Expand Down
1 change: 1 addition & 0 deletions demo/launch/cartesian.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def generate_launch_description():
executable="cartesian",
output="screen",
parameters=[
moveit_config.joint_limits,
moveit_config.robot_description,
moveit_config.robot_description_semantic,
moveit_config.robot_description_kinematics,
Expand Down
3 changes: 1 addition & 2 deletions demo/launch/fallbacks_move_to.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ def generate_launch_description():
.to_moveit_configs()
)

print(moveit_config.planning_pipelines)
fallbacks_move_to_task = Node(
package="moveit_task_constructor_demo",
executable="fallbacks_move_to",
output="screen",
parameters=[
moveit_config.cartesian_limits,
moveit_config.pilz_cartesian_limits,
moveit_config.joint_limits,
moveit_config.planning_pipelines,
moveit_config.robot_description,
Expand Down
1 change: 1 addition & 0 deletions demo/launch/ik_clearance_cost.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def generate_launch_description():
executable="ik_clearance_cost",
output="screen",
parameters=[
moveit_config.joint_limits,
moveit_config.robot_description,
moveit_config.robot_description_semantic,
moveit_config.robot_description_kinematics,
Expand Down
1 change: 1 addition & 0 deletions demo/launch/modular.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def generate_launch_description():
executable="modular",
output="screen",
parameters=[
moveit_config.joint_limits,
moveit_config.robot_description,
moveit_config.robot_description_semantic,
moveit_config.robot_description_kinematics,
Expand Down

0 comments on commit 9b4c760

Please sign in to comment.