Files for UR5 with Robotiq Wrist Camera, FT300, and 2 finger gripper
Hi All,
New to the world of ROS and still coming to terms with it. I am running 16.04 with Kinetic and have got the ur_modern_driver to work with the UR5 based on this page: https://github.com/olinrobotics/irl/w... By work, I mean that test_move.py does its magic and moveit! motion plans are being executed on both the gazebo model and the real robot. Needless to say, It is all really impressive stuff. Kudos to all involved in the work!
However, as I prepare to go deeper into my research project, I will need models that are more specific. Thus, I am looking to get my gazebo and moveit files to show a robot arm with the following appendages: 1. the Robotiq FT300 torque sensor 2. the Robotiq Wrist Cam, and 3. the two finger gripper. If someone already has this setup, I would greatly appreciate being directed to your github so I can acquire it. If not, I would also appreciate guidance on how to do this on my own. Always happy to learn to build things up on my own.
did you get any further with this?
I actually have made some progress on it; I have a urdf which mounts the 140 mm gripper on a UR5 is here. It was not really obvious to me that the 140 mm gripper lives in a directory with an unintuitive name.
However, I am having some issues with the gripper and 'MoveIt!' that I am trying to figure out; the articulation of the gripper is incorrect in MoveIt's setupAssistant which has to do with some issues in the URDF from what I can tell. Then I have to figure out real gripper control planning on MoveIt
Any guidance on sorting out the MoveIt stuff for the gripper would be great, if you have already resolved it.
Not sure what you mean by "articulation of the gripper", but I am using this package for my 85 gripper: https://github.com/StanleyInnovation/... So far I have a gazebo simulation that I can control with moveit. Now I'm trying to integrate the driver so I can control the real gripper.
For getting the gripper to work through keyboard commands, this was helpful: https://dof.robotiq.com/discussion/19...
As for 'articulation', I just mean the motion of the two fingers; they should go through equal and oppotie displacements but the urdf has some incorrect specs which need fixing. Were you able to setup moveit_config to get motion planning working correctly on MoveIt for the 85?
Thanks, I'll have a look at that link and see if there is any new information I could use.