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

Revision history [back]

I was able to get passed this error, by modifying the file tools/configure.py line 13 to: android_core_path = subprocess.check_output(['rospack', 'find', 'android_core']).strip()

However, I encountered other problems: [javac] /home/liyang/work/android_groovy_ws/osrf_rosandroid/android_app_chooser/src/org/ros/android/android_app_chooser/AppChooser.java:67: package org.ros.android.robotapp does not exist

Looks like the directory robotapp is missing from source, or my CLASSPATH is not pointing to the right place.

Can someone help out on this?

Thanks in advance