Skip to content

Commit

Permalink
Reverts capabilities default value to the empty string. Reverts PR-26…
Browse files Browse the repository at this point in the history
…96, which broke MoveIt launch files output by the setup assistant.
  • Loading branch information
b-adkins committed Jul 15, 2024
1 parent 7ffdfd3 commit 920dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_configs_utils/moveit_configs_utils/launches.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def generate_move_group_launch(moveit_config):
ld.add_action(
DeclareLaunchArgument(
"capabilities",
default_value=moveit_config.move_group_capabilities["capabilities"],
default_value="",
)
)
# inhibit these default MoveGroup capabilities (space separated)
Expand Down

0 comments on commit 920dcb2

Please sign in to comment.