-
Notifications
You must be signed in to change notification settings - Fork 699
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
visualization tutorial is now kinetic compatible #92
visualization tutorial is now kinetic compatible #92
Conversation
cd src | ||
git clone https://github.com/davetcoleman/pr2_moveit_config.git | ||
cd .. | ||
catkin_make |
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.
This should be catkin build, not catkin_make, because the rest of the tutorials use catkin tools.
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.
okay, what exactly is the difference? I'm quite new to ROS and would appreciate an explanation to the new guy
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.
Here is some documentation on catkin build and catkin_make's history. I'm not very familiar with catkin tools myself, but build is used throughout the other tutorials so it would be more consistent to continue its usage.
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.
Please see moveit's main source install instructions for how to use catkin build - its much better! http://moveit.ros.org/install/source/
There is no Kinetic package for that, because the maintainers of the PR2 have been slow to release it for Kinetic.
Those warnings are likely from from the pr2_description package, which I have fixed but the changes have never been released. I just created an issue: PR2/pr2_common#265
This doesn't sound right. Try unchecking all of the various robot displays until the robot disappears. Then enable the planned group - does it appear correctly? |
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.
Thank you so much for your effort on this!
mkdir moveit_ws | ||
cd moveit_ws | ||
mkdir src | ||
cd .. |
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.
Can you change this to the same two-liner used in the source install instructions?
mkdir -p ~/ws_moveit/src
cd ~/ws_moveit/src
cd src | ||
git clone https://github.com/davetcoleman/pr2_moveit_config.git | ||
cd .. | ||
catkin_make |
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.
Please see moveit's main source install instructions for how to use catkin build - its much better! http://moveit.ros.org/install/source/
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.
Isn't this install page for how to install catkin build to use? Not how to clone a remote repo as a package?
The MoveIt! source install page allows you to quickly download ~10 repos at once and build them using catkin. It uses git clone. I'm not sure what your question is. |
In #91 I added an image to show how to re-add the interact button to this tutorial. It was merged, but afterward this was merged which appears to have undone that. Or maybe it was intentional, as some of the "add the interact tool" wording was changed. The .png is still present, so if it was considered unhelpful, maybe we should just purge it. If this was a conflicting PR issue, can you help me understand how that should work? If I was doing this to my own branch from two separate computers, I think Do I need to "re-PR" #91 to get it re-added on top of the current branch status? |
You could try creating a new PR to add the image back in after #92 |
@maxgitt I committed, but looks like github treats the original branch as sort of "dead" after the merge, so I did a new PR, #111. I wasn't sure if the image was unhelpful/unneeded and intentionally removed, or if it was just an accidental delete during your re-arranging? If they want it, it's now available :) |
* added kinetic compatability to setup_assistant * make visualization tutorial kinetic compatable * corrected visualization tutorial to RViz checkbox that exists * catkin build instead of catkin_make
I walked through this myself. I only have a few questions: