getting started with ROS Android: error in building rosjava_core
Trying to use rosAndroid with Fuerte. As far as I can tell, I have to first install and build rosjava_core, then rosjava_android, then I can follow the tutorial here (which seems to suggest it is OK to start here but it fails miserably): http://www.ros.org/wiki/rosjava/Tutorials/Creating%20a%20ROS%20Android%20project
So, after some searching, I find and complete "Intalling rosjava_core": http://docs.rosjava.googlecode.com/hg/rosjava_core/html/installing.html and then move onto "Building rosjava_core": http://docs.rosjava.googlecode.com/hg/rosjava_core/html/building.html but get these errors, seem to be missing posedetection_msgs:
:rosjava_messages:compileJava /home/dbarry/rosAndroid/rosjava_core/rosjava_messages/build/generated-src/siftviewer/ProcessImageCluster.java:19: package posedetection_msgs does not exist java.util.List<posedetection_msgs.feature0d> getFeatures(); ^ /home/dbarry/rosAndroid/rosjava_core/rosjava_messages/build/generated-src/siftviewer/ProcessImageCluster.java:20: package posedetection_msgs does not exist void setFeatures(java.util.List<posedetection_msgs.feature0d> value);
Where do I get posedetection_msgs?
Bigger question-- is there an easier way to start using ROS Android?