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

Separate ROS android library

asked 2011-11-30 05:16:21 -0500

seanarm gravatar image

updated 2011-12-05 05:55:31 -0500

There is plenty of disparate info on ros.org about creating Android apps compatible with ROS. What I can't find (in any complete fashion) is whether or not there exists a stand-alone jar library which I can add to a Java (Eclipse) project that will let me send and receive ROS messages, without requireing a full rosjava install.

I found this but without more information I can't tell if it's close to what I'm looking for: http://www.ros.org/wiki/android

edit retag flag offensive close merge delete

Comments

Please keep comments civil. http://www.ros.org/wiki/Support
tfoote gravatar image tfoote  ( 2011-11-30 12:59:15 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
3

answered 2011-11-30 12:59:23 -0500

tfoote gravatar image

updated 2011-11-30 13:02:33 -0500

I'm not sure what you're looking for. A library which implements ROS communication protocols is a ROS library. I suggest you look at rosjava.

edit flag offensive delete link more

Comments

I'm looking for "drop-in" ROS capability for mobile development. That is, I don't want to have to perform the entire ROS installation process (for various convenience reasons). Specifically, in the ideal case, I want a JAR that I can include in an Eclipse Android application...
seanarm gravatar image seanarm  ( 2011-12-05 01:55:26 -0500 )edit
... to provide some limited ROS compatibility with remote nodes, on a machine with a full ROS installation.
seanarm gravatar image seanarm  ( 2011-12-05 01:56:10 -0500 )edit
2

answered 2011-12-05 02:10:28 -0500

seanarm gravatar image

It's become apparent that the capability for which I'm looking doesn't yet exist. Thanks for the direction, WG guys.

edit flag offensive delete link more
1

answered 2011-12-04 06:19:37 -0500

damonkohler gravatar image

You can also look at the sample Android projects here: http://code.google.com/p/rosjava/source/browse/?repo=android

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-30 05:16:21 -0500

Seen: 688 times

Last updated: Dec 05 '11