-
Notifications
You must be signed in to change notification settings - Fork 1
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
Edit existing MoveIt configuration #2
Comments
But beware that editing our moveitconfig is not trivial, as tiago is heavily customizable and our urdf takes a lot of configuration arguments. |
Thank you so much for your reply. So I download |
Check the arguments of upload.launch in tiago_dual_description, these mustbe provided throughthe MoveItaassistant too. |
Thanks.
I added some packages inside Just now I tried two things:
I checked this
But it's not dual tiago, so I suppose there are no right and left end effectors. What's the problem here?
|
Hi, sorry, can you check my last comment, because I still cannot figure it out in the last two days. I need to use an existing tiago_dual_moveit_config right now, so can you help me out? Thank you very much. |
I've pushed some fixes so the demo.launch works properly. Regardless of that, make sure you have the full environment as defined in our tutorials: http://wiki.ros.org/action/info/Robots/TIAGo%2B%2B/Tutorials With all the required repositories on the workspace, if you don't you'll end up chasing which package is missing and adding them one by one. Make sure you are able to run the MoveIt! demos with the default configuration before trying to edit the MoveIt! configuration, that will make sure your environment is up to date. Then, when you want to create the moveit config, make sure you read the Readme on this page. I've also just added a note about the |
Thank you so much for your reply. Before I followed the tutorial and I can successfully run TIGAo++ using Gazabo. So basically I did these:
Have I done something wrong in this process If I only want to use it in Rviz? |
Hi, I use ROS 1.14.10, melodic, Ubuntu 18.04.
I wanna edit tiago_dual_moveit_config using MoveIt Setup Assistant.
What I tried is:
ws_moveit/src/
/home/huangjiawei/ws_moveit/src/tiago_dual_moveit_config/config
and put it into/home/huangjiawei/ws_moveit/src/tiago_dual_moveit_config
, according to the Read.me filecatkin build
and source it again.roslaunch moveit_setup_assistant setup_assistant.launch
to launch MoveIt Setup Assistantws_moveit/src/tiago_dual_moveit_config
.I'm really confused about
resource not found: tiago_description
. I don't why I still need this resource.Hope someone can help me out. Thanks in advance.
The text was updated successfully, but these errors were encountered: