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

Working with ROS and Robot Arms [closed]

asked 2015-04-14 11:32:46 -0500

felixwatzlawik gravatar image

Hello!

I am working for my Bachelor Degree with ROS and I have to setup and implement a Robot System.

The final goal is to grab a mug while the robot is driving next to it.

Now my question is, since I am not so good with ros right now and I am at the beginning, what packages there exist to use Robot-Arms and which Robot-Arms are supported?

Is it possible to solve this Problem with ros?

It would be nice if anybody could answer me these questions :) greez

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by felixwatzlawik
close date 2015-05-04 05:27:24.295164

3 Answers

Sort by ยป oldest newest most voted
1

answered 2015-04-14 13:18:06 -0500

aak2166 gravatar image

There is a piece of software, MoveIt!, that is for manipulation motion planning and execution.

What are the specs of your arm? MoveIt supports 6DOF arms very well. However, for lower DOF arms one has to tweak the system a little bit, and do things like generate your own inverse kinematics solvers. There is a little bit of a learning curve.

I'm currently working on integrating a simple 2DOF arm with it, not without challenges, but once you have it setup it can be very powerful.

edit flag offensive delete link more

Comments

@aak2166 Sir How you integrate your arm with Moveit ? is it based on Arduino ??

lagankapoor gravatar image lagankapoor  ( 2018-05-10 05:39:28 -0500 )edit
0

answered 2015-04-18 19:02:05 -0500

Peter Heim gravatar image

You can use the pick and place example from ROS by example 2, add a move base action server and have it do this link text

edit flag offensive delete link more
0

answered 2015-04-14 13:05:52 -0500

corb gravatar image

One solution is to use the ROS package - turtlebot_arm. This uses Kinect for vision and works with the PhantomX robot arm. You can see a pick and place / block sorting demo here - ( https://www.youtube.com/watch?v=MzGdn... )

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-04-14 11:32:46 -0500

Seen: 332 times

Last updated: Apr 18 '15