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 -0600
Seen: 752 times
Last updated: Oct 10 '12
How can I get a unique device path for my Arduino/FTDI device
Generating messages for rosjava?
Problems using avr_bridge, Arduino <-> ROS communication
avr_bridge example code not working with current git version?
AssertionError: Test node [test_rosjava/tester]
How to develop Java sources in Eclipse when you use rosjava
Understanding rosjava, as recently announced by Google and Willow Garage
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.