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

mango's profile - activity

2017-11-07 09:58:13 -0500 received badge  Notable Question (source)
2015-01-09 13:29:07 -0500 received badge  Famous Question (source)
2015-01-08 00:55:46 -0500 received badge  Famous Question (source)
2015-01-07 05:59:27 -0500 received badge  Popular Question (source)
2015-01-07 05:59:27 -0500 received badge  Notable Question (source)
2014-12-16 17:36:07 -0500 received badge  Famous Question (source)
2014-12-14 23:08:49 -0500 received badge  Popular Question (source)
2014-12-01 11:00:07 -0500 received badge  Popular Question (source)
2014-12-01 11:00:07 -0500 received badge  Notable Question (source)
2014-11-25 12:25:42 -0500 received badge  Notable Question (source)
2014-11-11 01:11:38 -0500 received badge  Enthusiast
2014-11-09 11:48:19 -0500 received badge  Editor (source)
2014-11-08 20:09:22 -0500 received badge  Popular Question (source)
2014-11-08 20:09:00 -0500 asked a question Still can not build android_tutorial_camera

I've been trying on and off for more than a week to get the android core projects built. I need to send video from my android phone over ros. Every time I have followed the ros java and android tutorials to a T, but attempting to build the tutorials gives me:

Build Failed: Could not find any version that matches org.ros.rosjava_bootstrap:gradle_plugins:[0.1,0.2]

I have found the exact same question asked on ros answers, but none of the other suggestions (change the groovy version, catkin_make the workspace, etc) work. Can anyone help me with this or suggest an alternate way of obtaining the ros android camera apk?

Edit: After looking around, I've found multiple versions of instructions on what to do to build the android_core tutorials. After installing rosjava and android studio/apk, what do I do? Do I simply import the project, or catkin_make the specific tutorial and source its setup.bash?

2014-10-30 22:08:20 -0500 asked a question Installing fuerte and indigo together?

I have Indigo installed, but I can not seem to get rosjava/android_core working, and the documentation for rosjava on indigo is minimal. I was thinking of moving to fuerte. I have two options, either to uninstall indigo and install fuerte, or install them side by side. I don't know which is the better/easier option

2014-10-30 01:13:49 -0500 asked a question Getting RosJava/Android_Core to work on Indigo

I am new to ROS, and am attempting to stream video from my phone over a ROS topic with this package. I have installed rosjava from source per the indigo installation instructions, but am stuck at getting android_core to build (with these instructions). I get the following error -

* What went wrong: A problem occurred configuring root project 'android_core'.

Could not resolve all dependencies for configuration ':classpath'. Could not find any version that matches org.ros.rosjava_bootstrap:gradle_plugins:[0.2,0.3). Required by: :android_core:unspecified

.

I then cloned the rosjava bootstrap repo, whose readme points back to the rosjava repo (which contains no further instructions). Doing a gradlew install seems to do something, but it changes nothing when trying to build android core or do any tutorials. Any help is much appreciated

2014-10-30 01:13:49 -0500 asked a question RosJava/Android projects for Indigo?

I'm attempting to follow the Android ROS tutorial here, but I am using ROS Indigo. My build of any project fails with:

Error:FAILURE: Could not determine which tasks to execute.

  • What went wrong: Task 'assemble' not found in root project 'android_apps'.

  • Try: Run gradle tasks to get a list of available tasks.

Is there an updated set of instructions? If not, and these instructions work on Indigo, is there some configuration I have missed?