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

an example of a robotic arm in ROS

asked 2011-06-18 00:19:35 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hello, I have to do a small project in which I must simulate a robotic arm. I found ROS software very interesting and I would like to use it in order to complete my project. However, I spent a lot of time reading all kind of sites about how to get it started with no results. Does anyone know an application that could fit for my case and how it must be installed? Thank you!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
2

answered 2011-09-01 04:27:10 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

The URDF tutorials guide you step by step in creating the model of your robot arm, and running it in the Gazebo simulator.

edit flag offensive delete link more
2

answered 2011-06-18 11:11:00 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi sergiu,

Have you looked at OpenRAVE (http://openrave.programmingvision.com)? It's one of the best manipulation software platforms out there. There is a openrave ROS package and its standalone version is available from Ubuntu's package manager and works under Windows as well.

You can easily set up your own robot arm in OpenRAVE and use its existing planning tools to plan motions for it.

Huan

edit flag offensive delete link more
2

answered 2011-09-01 05:10:26 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Once you have a urdf and controllers running in Gazebo, you can use the arm_navigation wizard to configure our motion planning algorithms for your arm. And even without controllers you should be able to plan and visualize those plans. Check out http://www.ros.org/wiki/arm_navigation for general information and install instructions, and this tutorial in particular: http://www.ros.org/wiki/arm_navigation/Tutorials/Automatically%20Generating%20Arm%20Navigation%20Configurations/Planning%20Description%20Configuration%20Wizard

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2011-06-18 00:19:35 -0500

Seen: 8,337 times

Last updated: Sep 01 '11