Rosjava and Arduino
Hi,
Is it possible to use Rosjava with Arduino? Are there any tutoials or packges yet developed about that?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Try using rosserial: http://www.ros.org/wiki/rosserial
Asked: 2012-08-27 23:36:28 -0500
Seen: 494 times
Last updated: Oct 10 '12
In what capacity do you want to do this? Obviously, the JVM cannot run on an Arduino. Do you want to communicate with an Arduino? I suggest looking into rosserial.
Thank you rosserial is what I was looking for.