Problem building rosjava_core and android_core (couldn't find install_generated_modules.py)
I am trying to build rosjava_core and android_core from source. Here are the steps I've tried:
hg clone https://code.google.com/p/rosjava rosjava_core hg clone https://code.google.com/p/rosjava.android android_core
From http://docs.rosjava.googlecode.com/hg/rosjava_core/html/building.html
roscd rosjava_core ./gradlew install BUILD SUCCESSFUL Total time: 1 mins 13.005 secs
From http://docs.rosjava.googlecode.com/hg/android_core/html/building.html
roscd android_core rosrun rosjava_bootstrap install_generated_modules.py android_tutorial_pubsub [rosrun] Couldn't find executable named install_generated_modules.py below /home/brandonb/ros_android3/rosjava_core/rosjava_bootstrap
I looked in the rosjava_core/rosjava_bootstrap directory and there is no scripts directory where the install_generated_modules.py used to be.