ROS Microcontroller cpp support?
In this momment I only know a cpp API for Arduino/AVR. Do you know other existing cases?
It is planned to support more microcontrollers?
In this momment I only know a cpp API for Arduino/AVR. Do you know other existing cases?
It is planned to support more microcontrollers?
rosserial is not tied explicitly to Arduino/AVR, but is instead a serial protocol that could be used with any embedded-scale device.
I believe that it was intended to be easily portable to embedded devices with a C++ compiler.
Something else that may be of interest to you is rosserial_embeddedlinux, which uses the same rosserial protocol to communicate with embedded linux devices. The author writes:
This package contains embedded-linux-specific extensions required to run rosserial on a small embedded linux system such as the VEXPro controller, Chumby alarm clock, WRT54GL router, Raspberry Pi, or many similar devices.
If you are interested in contributing to the longer-term embedded device goals of the ROS community, I encourage you to check out the ROS Embedded SIG.
Thanks. Pretty cool. Specially this is what I was looking for. That stack doc has changed substantialy since I last visited it.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-01-17 01:35:03 -0600
Seen: 142 times
Last updated: Jan 17 '13
ros service - Why do I have multiple definitions of main?
example for using C++ to program Baxter robot?
C++ undefined reference on constructor
Make a serial connection using Arduino
how to get the ros node list and log file directory path through C++ API in kinetic
Standards for Mixing C++ and Python Nodes in same Package
How to use libueye_api.so version 4.91 with ROS Melodic?