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

Would it be possible to implement ROS with a robotic teaching arm?

asked 2014-05-14 09:14:32 -0500

Athoesen gravatar image

For something like these examples:

http://www.amazon.com/Robotic-Degrees...

http://www.adafruit.com/products/548?...

Would it be possible to implement ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2014-05-14 21:13:44 -0500

"Implementing ROS" with an arm sounds a bit misleading I think. ROS is already implemented (but of course evolving over time). You can certainly use a multitude of ROS tools with hobbyist hardware though. If you create a URDF model, you could easily visualize a robot model in rviz or even plan motions using MoveIt!. Some caveats apply of course, for example if your arm doesn´t have joint angle sensing, you could provide fake joint angle measurements by just taking the desired values you sent to the system (which might or might not work very well). You´d likely also have to do some low level interfacing with a Microcontroller, but rosserial_arduino, ros_arduino_bridge, rosc and others could help with that.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-14 09:14:32 -0500

Seen: 115 times

Last updated: May 14 '14