catkin_create_android_project throws error
I tried to create a custom ROS-Android package as described in the tutorial Creating Android Packages. Unfortunately, the command catkin_create_android_project -t 10 -p com.github.ros_java.android_foo.bar bar
fails with this error:
[error] [Errno 2] No such file or directory : <type 'exceptions.OSError'>
Can anyone help me with this problem? My current workaround is to copy an existing example project.
ROS distro: Indigo; rosjava_core version: 0.2.1 (installed from debs); rosjava_build_tools version: 0.2.3 (installed from debs); android_core version: 0.2.0 (compiled from source)
Did you find any more permanent sollution to this?
Unfortunately not, so far. I am still using the workaround.