Rosjava and Arduino
Hi,
Is it possible to use Rosjava with Arduino? Are there any tutoials or packges yet developed about that?
Try using rosserial: http://www.ros.org/wiki/rosserial
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-08-27 23:36:28 -0500
Seen: 284 times
Last updated: Oct 10 '12
Robot Arm with Closed loop Stepper Motors
ROS serial communication on an Arduino Tx and Rx pin
Equivalent of ros::ok() in rosjava?
Cannot read rosserial getParam()
failed to load openni_kinect libraries
Error after adding new listener on android
running rosjava pub/sub tutorial as NodeRunner
Publishing Odometry using Rosserial
LaserScanLayer overlapping when I subscriber the topic “/scan”
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.