ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I need a working Baxter URDF with Electric Grippers.

asked 2015-12-17 13:04:02 -0500

veyorokon gravatar image

I need a Baxter URDF with parallel electric grippers. Does anyone have one that works and can be controlled with the keyboard gripper controller?

edit retag flag offensive close merge delete

Comments

I need the URDF for my Gazebo simulation. I have the environment configured but I don't have the URDF file with the grippers attached. I have an experimental file but when I try to control the grippers with the keyboard controller, I get a message that says it "cannot be used with custom grippers."

veyorokon gravatar image veyorokon  ( 2015-12-17 14:01:40 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2015-12-17 13:34:18 -0500

imcmahon gravatar image

updated 2016-01-18 21:00:20 -0500

Update: The software update is out, and you should now see grippers onboard the robot and in Gazebo simulation by default. Should you want the URDF for just the grippers, they can be configured and constructed dynamically by Xacro with the baxter_description packages:
1) edit baxter_description/urdf/left_end_effector.urdf.xacro to have your desired end effector configuration
2) construct it with xacro:
$ rosrun xacro xacro.py --inorder `rospack find baxter_description`/urdf/left_end_effector.urdf.xacro

Old Answer: I've been working on this for the upcoming release-1.2 of Baxter software. We have not released the update for onboard the robot, but I expect we will do so early next week. I will update when the software is available.

If you would like to test Baxter with grippers in the Gazebo in the mean time, check out these installation instructions: http://sdk.rethinkrobotics.com/wiki/S...

edit flag offensive delete link more
0

answered 2016-01-18 04:44:04 -0500

pablocesar gravatar image

updated 2016-01-18 04:45:46 -0500

Hi veyorokon,

The new release of the Baxter SDK (version 1.2.0) has already the grippers in the 3D model, and they are included in the TF three, which means that the end points are now calculated from the end of the "finger tips" of the gripper, not from the end of the wrist as before. This release of the 3D Baxter model is open-source. Since release 1.2.0, there is no need of having a Baxter robot to be able to access the model.

Check out the configuration and more in: http://sdk.rethinkrobotics.com/wiki/R... (it does not take the end of the URL properly, so it ends like this: Release_-_v1.2.0)

Check how to update your model in: http://sdk.rethinkrobotics.com/wiki/W...

Check how to update your Baxter research version: http://sdk.rethinkrobotics.com/wiki/S...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-12-17 13:04:02 -0500

Seen: 995 times

Last updated: Jan 18 '16