Add optional add_mtc launch argument to enable MTC ExecuteTaskSolution capability #162
Open
gadorneles wants to merge 5 commits intoxArm-Developer:humblefrom
Open
Add optional add_mtc launch argument to enable MTC ExecuteTaskSolution capability #162gadorneles wants to merge 5 commits intoxArm-Developer:humblefrom
gadorneles wants to merge 5 commits intoxArm-Developer:humblefrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MoveIt Task Constructor (MTC) requires the ExecuteTaskSolution capability to be loaded in move_group for task.execute() to work. Without it, MTC can plan tasks but execution fails because the /execute_task_solution action server is not advertised.
This is added as an opt-in launch argument rather than enabled by default because it requires the ros-${ROS_DISTRO}-moveit-task-constructor-capabilities package to be installed. Enabling it unconditionally would break move_group startup for users who don't have that package. I've only added it upstream to xarm6_moveit_fake.launch.py because that's where I've tested it, but I can add it to the others if necessary.
Summary
Usage
Prerequisite
sudo apt install ros-${ROS_DISTRO}-moveit-task-constructor-capabilitiesTest plan