MoveIt Task Constructor [MTC] - #371
Merged
rhaschke merged 10 commits intoOct 10, 2019
Merged
Conversation
rhaschke
reviewed
Aug 9, 2019
rhaschke
left a comment
Contributor
There was a problem hiding this comment.
Thanks for this first contribution. I pushed some improvements to the wording.
As suggested in moveit/moveit_task_constructor#104 (review), I suggest to put the corresponding code next to the tutorial.
For the future, I think we should split the MTC tutorial(s) into multiple pages, discussing
- the overall concept and usage (as provided by this PR)
- task pipeline configuration
- property inheritance
- and programmatic extension (programming new stages)
in separate sub tutorials. Would be great, if you could prepare the infrastructure for this.
henningkayser
approved these changes
Oct 10, 2019
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.
Description
With MTC gaining such popularity it is important to create an official tutorial for it. This is a basic tutorial modeled after the MoveIt Grasps tutorial. This links to the MTC repo to use the to be added demo package to show the panda in a simple pick and place scenario. The PR to add the demo can he found here
This shows how the different stage types and ideas are described.
The reason the build fails is because the Edit this page link destination doesn't exist as this is a new tutorial
Checklist