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

Use regular ROS subscriptions on arduino (not rosserial_arduino)

asked 2012-12-14 03:05:54 -0500

sgwhack gravatar image

Hi,

I am wondering if there is any way to use 'regular' ROS subscriptions on an arduino, rather than the 'special' rosserial_arduino ones. There are some functions on the regular subscription classes that I want to use that are not available on the arduino ones.

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-12-14 03:30:29 -0500

Lorenz gravatar image

No. The roscpp library does not work on the Arduino for several reasons. The Arduino is (still) a very limited platform with an Atmel 8 bit controller and no ethernet connector. rosserial is basically just some kind of proxy that sends all messages the Arduino subscribed to through a serial line using a special protocol and the other way around. That's why its interface sort of looks like roscpp, but it actually is something completely different.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-14 03:05:54 -0500

Seen: 251 times

Last updated: Dec 14 '12