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

Catkin_Make Android_Core Error in Hydro

asked 2013-09-22 12:28:18 -0500

llSourcell gravatar image

updated 2013-09-22 12:52:19 -0500

I'm following the tutorial at

http://wiki.ros.org/sig/Rosjava/Android%20Development%20Environment/hydro

to set up my Android Workspace. I'm following the steps and I built rosjava. The very last step of doing 'catkin_make' to the android workspace results in this error

lucid@lucid-MacBookPro:~/android$ catkin_make
Base path: /home/lucid/android
Source space: /home/lucid/android/src
Build space: /home/lucid/android/build
Devel space: /home/lucid/android/devel
Install space: /home/lucid/android/install
####
#### Running command: "make cmake_check_build_system" in "/home/lucid/android/build"
####
####
#### Running command: "make -j4 -l4" in "/home/lucid/android/build"
####
/bin/sh: 1: /home/lucid/rosjava/devel/share/maven: not found
make[2]: *** [android_core/CMakeFiles/gradle-android_core] Error 127
make[1]: *** [android_core/CMakeFiles/gradle-android_core.dir/all] Error 2
make: *** [all] Error 2
Invoking "make" failed

where is this 'maven' file?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-09-22 15:55:26 -0500

Daniel Stonier gravatar image

That implementation shouldn't be using the ros devel workspace maven paths yet (that is in the works). I've rewinded the rosinstall file to use the correct tag (see here so the roswiki instructions should work across chained workspaces now.

edit flag offensive delete link more

Comments

link is broken

grzebyk gravatar image grzebyk  ( 2014-03-09 13:33:41 -0500 )edit

That functionality got moved to rosjava_bootstrap but this problem has been resolved for a long time now. Do you have similar problems with chained workspaces?

Daniel Stonier gravatar image Daniel Stonier  ( 2014-03-09 14:09:22 -0500 )edit

yes, i do.

grzebyk gravatar image grzebyk  ( 2014-03-09 14:23:32 -0500 )edit

Nevermind. Problem solved.

grzebyk gravatar image grzebyk  ( 2014-03-09 14:41:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-22 12:28:18 -0500

Seen: 795 times

Last updated: Sep 22 '13