Skip to content
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

MoveIt! Grasps pipeline for other robotic arms #108

Open
himanshuk32 opened this issue Sep 14, 2022 · 1 comment
Open

MoveIt! Grasps pipeline for other robotic arms #108

himanshuk32 opened this issue Sep 14, 2022 · 1 comment

Comments

@himanshuk32
Copy link

The existing moveit_grasps is stable and working properly with panda arm. But, there's no straightforward way to use the same with other robotic arms like Universal Robot or ABB robots.
Is there any idea on how to do that? It would be of great help if someone could post a documentation or reference links for the same.

Thank you.

@LeDSantos
Copy link

Hello, I don't know the robots that you indicated but I just got Tiago robot configured.
I had to:

  • Create load_tiago.launch, copy of load_panda.launch with the modification of calling "$(find tiago_moveit_config)/launch/planning_context.launch" and the and_effector arg.
  • Same modification in rviz.launch, plus change panda_link0 to base_link
  • Create tiago_grasp_data.yaml, copy of the panda version but with Tiago characteristics. I used grasp_poses_visualizer_demo to help adjusting the parameters.
  • Change the launches of the package to use the new files and use thee ee_group_name and planning_group_name of my robot.
  • Change starting_joint_values and joint_names at grasp_pipeline_demo.cpp

Maybe there are some details that I missed, but the tutorials are working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants