-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add goal tolerance examples #657
base: master
Are you sure you want to change the base?
Conversation
During the new demos, where does the object being gripped go? It looks like it doesn't get accounted for in the simulation I ran. goalToleranceDemo.mp4 |
indeed the motion with goal tolerance is realized without object attached. Is this an issue? |
Accidently closed this, it's open again. In regard to the last comment, it's not really an issue so much as I wanted to make sure it's what you intended. Since the object is attached at this point (starting at step 7) would it make sense to plan with the object attached? Maybe the quickest fix is just to reorder the steps and put your new demos right after 6 instead of after 7, then we don't have to think about the attached object. |
I changed the demo and updated the corresponding text to follow the video attached move_group_tutorial_goal_tolerance.mp4 |
Cool video. Looks good to me. If you post this video up on YouTube and link it to the tutorial page it would be a nice addition! But it looks like everything works and flows nicely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything built and ran correctly. Relates to moveit/moveit#2780
I posted the video on Youtube https://youtu.be/xwB7tpZK9-o |
Thanks for pinging me on this and sorry it has taken so long for a review. I'll take a look today or early next week and make sure this and the other PR moves forward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on moveit #2780. That will need to be merged before this can be done.
@@ -28,18 +28,21 @@ After a short moment, the RViz window should appear and look similar to the one | |||
|
|||
Expected Output | |||
--------------- | |||
See the `YouTube video <https://youtu.be/_5siHkFQPBQ>`_ at the top of this tutorial for expected output. In RViz, we should be able to see the following: | |||
See the `YouTube video <https://youtu.be/xwB7tpZK9-o>`_ at the top of this tutorial for expected output. In RViz, we should be able to see the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New video shows the new functionality and looks good. Similar to the old video.
I slightly improved the Tutorial to put numbered headings corresponding to the overview list. I don't know how to test if the formatting is correct though (deploy Website locally). The industrial CI test error happens because of the dependency to the corresponding MoveIt PR. |
that is exactly how you test it. You run |
Another thing, which I hope doesn't disappoint you is that I'm working on making the tutorial website more focused towards new users on foxy. That means that new features like this will be on the main branch of the tutorial page and will go onto the site itself with the next release. The reason behind this is that github pages (what the tutorial is) is not designed to deploy from different branches. Long term (atleast by the Humble release) we will need a solution that resembles (or uses) the official ros buildfarm where we can have different versions of the tutorials come from different branches. If you use the drop down on the top left of the website to switch versions you'll notice that noetic points to the moveit_tutorials repo, and melodic points to a ros buildfarm website (docs.ros.org). |
I checked and corrected the formatting. Thanks for the infos regarding the tutorials. No problem if the changes only appear for the next release :) |
Description
Checklist