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

steven7's profile - activity

2014-12-01 11:17:46 -0500 received badge  Famous Question (source)
2013-02-20 14:54:04 -0500 received badge  Famous Question (source)
2013-02-13 16:04:43 -0500 received badge  Notable Question (source)
2012-11-22 06:01:17 -0500 received badge  Famous Question (source)
2012-10-26 04:25:15 -0500 received badge  Famous Question (source)
2012-10-25 22:24:54 -0500 received badge  Notable Question (source)
2012-10-25 08:53:18 -0500 received badge  Popular Question (source)
2012-10-15 03:15:35 -0500 received badge  Organizer (source)
2012-10-15 00:37:36 -0500 received badge  Popular Question (source)
2012-10-11 20:40:35 -0500 asked a question android_tutorial_teleop for TurtleBot

Hi I am trying to develop an application for TurtleBot I am trying to run the tutorial from android_core. First of all, the android_tutorial_pubsub seems to work fine as when I enter my master URI the app does respond with Hello World and the timer.

But then I encountered some problem on android_tutorial_teleop. At first when I touch the virtual joystick I received NullPointerException and the app crashes. I somehow fixed it by adding a line guided by one user here. But then even when I move the joystick around, the TurtleBot is unresponsive. Therefore I am wondering where is the problem? Do I have to run some commands first on the TurtleBot laptop and android_tutorial_teleop doesn't work on TurtleBot? I did follow the tutorial on TurtleBot bringup but to no help so far.

2012-10-11 20:35:19 -0500 commented question android_tutorial_teleop crashes

I received the NullPointerException like the other guy http://answers.ros.org/question/44427/android-tutorial-teleop-problems/ here encountered. Anyway I tried adding the line in different location by trial and error and it seems like the joystick can now move but another issue arises. T

2012-10-11 18:48:54 -0500 received badge  Notable Question (source)
2012-10-10 05:21:20 -0500 received badge  Famous Question (source)
2012-10-10 05:21:17 -0500 received badge  Notable Question (source)
2012-10-10 03:34:08 -0500 received badge  Popular Question (source)
2012-10-09 23:08:56 -0500 asked a question android_tutorial_teleop crashes

Hi guys, I am trying to run this example after successfully installing and building both rosjava_core and android_core. Then I am able to "import" the project to Eclipse and install it on my emulator with no error. However, whenever I touches the area around the joystick, the app crashes. This happens on my actual Android device as well (ASUS Eee Pad Transformers, with Android 4.0.6).

Does anyone how to solve the problem?

P/S: I do some diggings and one guy have the same problem but he solve it by adding the line currentVelocityCommand =publisher.newMessage();. I did try this method but the app crashes as well, maybe I added the line at the wrong place in VirtualJoystickView?

2012-09-21 06:34:12 -0500 received badge  Popular Question (source)
2012-09-20 21:52:41 -0500 answered a question android_tutorial_pubsub errors in eclipse and adb logcat

Hello,i also facing the same problem. can you mention the step to explicitly included android_gingerbread on the build path of android_tutorial_pubsub instead of just letting eclipse grab references from the open project.

2012-09-20 19:38:42 -0500 asked a question Android_tutorial_pubsub errors on Eclipse

I have been trying to set up an environment for developing an ROS Android application for some time but have no luck so far. I followed the tutorial Installing/building rosjava_core & android_core and got kinda stuck on the last step.

After successfully execute ./gradlew debug I tried to create a new Android Project from existing code by browsing to the "android_tutorial_teleop". Then I add all of the jars in the libs directory to the project build path by "Configuring Build Path". But there are still lots of error at my MainActivity.java where the import failed (cannot be resolved) with the "red lines" below them. Any ideas where I did wrong and how to solve them.

2012-09-20 04:32:47 -0500 received badge  Editor (source)
2012-09-20 02:54:27 -0500 asked a question ROS Android project-rosmake failed

Hi guys, I am trying to set up the environment for developing a ROS Android application and I followed the tutorial here and I got stuck when I tried to rosmake "android_app_chooser". At first I get the error "Failed to find stack for package actionlib_java", but then by following the tutorial to downgrade the rosjava_android repository seems to have solve the error.

So I run the rosmake command again, but this time I get another error "Failed to find rosdep daemontools for package android_app_chooser on OS:ubuntu version:lucid [ rosmake ] rosdep install failed: Rosdep install failed ". Can anyone tell me where I did wrong and help me solve the problem?

Edit1:By the way, by browsing through other questions here I found some proposed solution such as running sudo apt-get install ros-electric-turtlebot but to no success as when I tried to run sudo-apt-get install daemontools it says my daemontools is already the latest version.

P/S: Honestly I have tried few approaches on setting up such environment but to no success so far. I would really appreciate if someone can upload a VM image that can run the android examples as well as developing one. Thanks a lot.

2012-09-19 02:40:54 -0500 received badge  Supporter (source)
2012-09-19 02:40:53 -0500 received badge  Scholar (source)
2012-09-18 19:44:44 -0500 received badge  Notable Question (source)
2012-09-17 14:13:22 -0500 received badge  Popular Question (source)
2012-09-15 21:58:58 -0500 asked a question Custom Android App for TurtleBot

Hi guys, I am really new to ROS but currently I am required to learn how to develop a custom Android App for TurtleBot. The thing is, I followed this page and got kinda lost as I have very less exposure on Linux. The commands used in the tutorial and the instructions are kinda new and advanced to me.

My question is, is it possible to develop such Android App for TurtleBot using Eclipse in Windows or Linux environment, though I prefer Windows environment. If so, would someone mind giving me some step-by-step guidance?