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

support for raw3-6 #129

Closed
shenlirobot opened this issue Oct 16, 2017 · 4 comments
Closed

support for raw3-6 #129

shenlirobot opened this issue Oct 16, 2017 · 4 comments

Comments

@shenlirobot
Copy link

Hi IPA:
Does the package support raw3-6?

Thank you!

@bbrito
Copy link

bbrito commented Oct 16, 2017

as far as I know cob3-6 is no longer supported. Is this correct @ipa-fxm?

@shenlirobot
Copy link
Author

shenlirobot commented Oct 16, 2017

I am trying to set up the pick and place for our raw3-6 = ur10 arm + robotiq gripper.
Based on #77, I see the pick and place supports cob3 with sdh and cob4 with sdhx. I guess it does not support robotiq.

I am wondering what do you need to do so that moveit can control the gripper via pick(<some grasp>) function, like what you guys have achieved at https://github.com/ipa320/cob_manipulation/blob/indigo_dev/cob_pick_place_action/ros/src/cob_pick_place_action.cpp#L183?

I didn't see anything special about the moveit config at https://github.com/ipa320/cob_robots/tree/indigo_dev/cob_moveit_config/robots/cob4-10/moveit/config. Do you need to associate controllers with the gripper in moveit? Now I can use moveit to move the UR10 but not the robotiq gripper.

When I am trying to use moveit to grasp, it always shows

[ WARN] [1508163311.650537965, 117.151000000]: Fail: ABORTED: No motion plan found. No execution attempted.
[ERROR] [1508163311.650581204, 117.151000000]: Pick failed: Could not plan!

Do you need to attach IK to the gripper although the gripper links are not connected as a chain, but a tree?

Thank you so much!

@fmessmer
Copy link
Member

first things first:
we decided to remove support for raw3-6 both in cob_moveit_config as well as in cob_bringup/cob_hardware_config a while back due to lack of contributing back any changes...
if, however, you desire to play back your current robot settings, IPA might be able to re-add your robot again

wrt moveit/pick-place:
the cob_pick_place_action package is currently under refactoring (pr #126)
it's not yet fully robot-agnostic/-configurable (see #125 and #77)
but, in principal, what is needed is a proper moveit_config for the respective groups, i.e. manipulator and gripper, including (follow_joint_trajectory) controllers
further, to provide possible grasps to moveit, a grasp table for your gripper...for examples see cob_grasp_generation and the respective readme (see #80 and #127)

@fmessmer
Copy link
Member

I'm closing this issue as given hints should be sufficient
please open new issues for more specific questions respectively

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

3 participants