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

arduino robot

asked 2015-02-07 07:51:36 -0500

ioann_kats gravatar image

Hello there !I would like to make a robot with arduino but using ros .Do you know any book or tutorials that i am able to read?Because i found some examples but i dont really get some parts! Also have i to write python or c/c++ is good? Thank you in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-02-08 02:12:55 -0500

Kristof gravatar image

updated 2015-02-08 02:54:19 -0500

The package ros_arduino_bridge is probably what you are looking for if you want to combine Arduino and ROS. See also related blogpost by the author here.

Also, I suggest picking up ROS By Example - Volume 1 as a general introduction to ROS. While not focused on Arduino, it is the best ROS introduction I know (and accidentally, is written by the same author as ros_arduino_bridge).

EDIT: I should also point out that ros_arduino_bridge is basically a ROS driver for Arduino - it allows you to control your Arduino board from within the ROS framework. You will still need an additional, higher-end system to run the actual ROS nodes (Arduino hardware is not sufficiently powerful for that).

edit flag offensive delete link more

Comments

Thank you very much! :)

ioann_kats gravatar image ioann_kats  ( 2015-02-08 06:19:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-07 07:51:36 -0500

Seen: 293 times

Last updated: Feb 08 '15