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

guzza's profile - activity

2012-11-01 16:31:58 -0500 received badge  Popular Question (source)
2012-11-01 16:31:58 -0500 received badge  Notable Question (source)
2012-11-01 16:31:58 -0500 received badge  Famous Question (source)
2012-09-30 06:30:38 -0500 received badge  Notable Question (source)
2012-09-30 06:30:38 -0500 received badge  Famous Question (source)
2012-09-30 06:30:38 -0500 received badge  Popular Question (source)
2012-08-15 17:16:52 -0500 received badge  Famous Question (source)
2012-08-15 17:16:52 -0500 received badge  Popular Question (source)
2012-08-15 17:16:52 -0500 received badge  Notable Question (source)
2012-05-02 00:30:11 -0500 received badge  Student (source)
2012-01-27 04:00:56 -0500 marked best answer problems running image_transport rosjava tutorial

I've successfully gotten rosjava and android to work by following this answer.

2012-01-24 03:51:25 -0500 marked best answer How to make the Turtlebot rotate in place a set # of degrees/radians

Keep sending a Twist messages with your desired yaw rate (angular.z in radians/sec) until it reaches the desired heading. Then, start sending Twist with a zero yaw rate.

2012-01-09 13:20:37 -0500 commented answer How to make the Turtlebot rotate in place a set # of degrees/radians
Thanks this worked out!
2012-01-09 13:20:17 -0500 received badge  Supporter (source)
2012-01-08 03:25:01 -0500 asked a question How to make the Turtlebot rotate in place a set # of degrees/radians

I looked at the geometry_msgs::Twist class but that allows you to only set the velocity of a turn. I want to make the turtlebot slowly rotate in place a set number of radians/degrees on command.

Thanks!

2011-11-22 22:53:20 -0500 received badge  Taxonomist
2011-10-03 13:06:53 -0500 answered a question Rosjava image_transport tutorial - no image display on android tablet despite successful compilation

I did not see a link to comment on your answer, so I will post my comment here.

Can you provide more details on how your fixed your problem. I am having the same issue with the image_transport_tutorial and have tried multiple solutions to no avail. The project compiles, but when I try to run it, I get a forced close error. Here is a link to more details of the error. I have had this issue for some time now and I have to say that it is pretty discouraging. Any suggestions will be appreciated. Thanks.

2011-09-24 08:19:56 -0500 received badge  Editor (source)
2011-09-24 08:14:46 -0500 answered a question problems running image_transport rosjava tutorial

I figure out the issue with compiling rosjava.android. I downloaded it using sudo, so it was under root permissions. But I tried to compile it under my normal user login. So under my normal login I was not able to modify certain files during compilation. I just deleted everything and went through the steps without using sudo and it worked.

So now it compiles, but when I try and run android_tutorial_image_transport, the emulator comes up, but I get the following error:

Sorry! The process android.process.acore has stopped unexpectedly. Please try again. Force close

I then followed the steps in this link, but I still get the same error. I also tried downloading the apk and running it on my android phone, but the error is the same.

Here is the runtime console output:

[2011-09-24 16:00:16 - android_tutorial_image_transport] ------------------------------ [2011-09-24 16:00:16 - android_tutorial_image_transport] Android Launch! [2011-09-24 16:00:16 - android_tutorial_image_transport] adb is running normally. [2011-09-24 16:00:16 - android_tutorial_image_transport] Performing org.ros.tutorials.image_transport.MainActivity activity launch [2011-09-24 16:00:16 - android_tutorial_image_transport] Automatic Target Mode: launching new emulator with compatible AVD 'HTC_Evo' [2011-09-24 16:00:16 - android_tutorial_image_transport] Launching a new emulator with Virtual Device 'HTC_Evo' [2011-09-24 16:00:17 - Emulator] emulator: emulator window was out of view and was recentered [2011-09-24 16:00:17 - Emulator] [2011-09-24 16:00:17 - android_tutorial_image_transport] New emulator found: emulator-5554 [2011-09-24 16:00:17 - android_tutorial_image_transport] Waiting for HOME ('android.process.acore') to be launched... [2011-09-24 16:01:02 - android_tutorial_image_transport] HOME is up on device 'emulator-5554' [2011-09-24 16:01:02 - android_tutorial_image_transport] Uploading android_tutorial_image_transport.apk onto device 'emulator-5554' [2011-09-24 16:01:06 - android_tutorial_image_transport] Installing android_tutorial_image_transport.apk... [2011-09-24 16:01:46 - android_tutorial_image_transport] Success! [2011-09-24 16:01:47 - android_gingerbread] Could not find android_gingerbread.apk! [2011-09-24 16:01:47 - android_tutorial_image_transport] Starting activity org.ros.tutorials.image_transport.MainActivity on device emulator-5554 [2011-09-24 16:01:48 - android_tutorial_image_transport] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=org.ros.tutorials.image_transport/.MainActivity } [2011-09-24 16:01:51 - android_tutorial_image_transport] Attempting to connect debugger to 'org.ros.tutorials.image_transport' on port 8654

Is there away around this force close error that occurs at runtime?

2011-09-23 04:25:28 -0500 answered a question rosjava.jar missing certain packages

I tried John's steps, but get an error referring to a missing rosserial_java package when trying to compile rosjava.android (rosmake rosjava.android). I have no problem compiling rosjava.

2011-09-23 03:58:26 -0500 answered a question problems running image_transport rosjava tutorial

I figured out the issue with compiling rosjava.android. I downloaded it using sudo, so it was under root permissions. But I tried to compile it under my normal user login. So under my normal login I was not able to modify certain files during compilation. I just deleted everything and went through the steps without using sudo and it worked.

So now it compiles, but when I try and run android_tutorial_image_transport, the emulator comes up, but I get the following error:

Sorry! The process android.process.acore has stopped unexpectedly. Please try again. Force close

I then followed the steps in this link, but I still get the same error. I also tried downloading the apk and running it on my android phone, but the error is the same.

Here is the runtime console output:

[2011-09-24 16:00:16 - android_tutorial_image_transport] ------------------------------
[2011-09-24 16:00:16 - android_tutorial_image_transport] Android Launch!
[2011-09-24 16:00:16 - android_tutorial_image_transport] adb is running normally.
[2011-09-24 16:00:16 - android_tutorial_image_transport] Performing org.ros.tutorials.image_transport.MainActivity activity launch
[2011-09-24 16:00:16 - android_tutorial_image_transport] Automatic Target Mode: launching new emulator with compatible AVD 'HTC_Evo'
[2011-09-24 16:00:16 - android_tutorial_image_transport] Launching a new emulator with Virtual Device 'HTC_Evo'
[2011-09-24 16:00:17 - Emulator] emulator: emulator window was out of view and was recentered
[2011-09-24 16:00:17 - Emulator] 
[2011-09-24 16:00:17 - android_tutorial_image_transport] New emulator found: emulator-5554
[2011-09-24 16:00:17 - android_tutorial_image_transport] Waiting for HOME ('android.process.acore') to be launched...
[2011-09-24 16:01:02 - android_tutorial_image_transport] HOME is up on device 'emulator-5554'
[2011-09-24 16:01:02 - android_tutorial_image_transport] Uploading android_tutorial_image_transport.apk onto device 'emulator-5554'
[2011-09-24 16:01:06 - android_tutorial_image_transport] Installing android_tutorial_image_transport.apk...
[2011-09-24 16:01:46 - android_tutorial_image_transport] Success!
[2011-09-24 16:01:47 - android_gingerbread] Could not find android_gingerbread.apk!
[2011-09-24 16:01:47 - android_tutorial_image_transport] Starting activity org.ros.tutorials.image_transport.MainActivity on device emulator-5554
[2011-09-24 16:01:48 - android_tutorial_image_transport] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=org.ros.tutorials.image_transport/.MainActivity }
[2011-09-24 16:01:51 - android_tutorial_image_transport] Attempting to connect debugger to 'org.ros.tutorials.image_transport' on port 8654

Is there away around this force close error that occurs at runtime?

2011-09-23 03:43:52 -0500 asked a question problems running image_transport rosjava tutorial

I have tried using multiple version of rosjava (from debian and building straight from source). First question is, which is the preferred method (the method that will give the least amount of problems).

I also downloaded rosjava.android source and tried compiling, android_gingerbread, but get an error referring to missing the rosserial_java package. Not being able to compile rosjava_android seems to be preventing me from running the image_tranport tutorial because when I import the project into Eclipse, I receive an error referring to a missing gen folder within the android_gingerbread project.

Is there a precompiled debian version of rosjava.android available? Also, are there reliable step-by-step instruction available that show what packages to download and how to succesfully run the rosjava tutorials within Eclipse?

Thanks.

2011-04-12 13:51:05 -0500 marked best answer allow gripper collision on the PR-2

Hi guzza,

If i remember well, for the pick action, the motion to the pre-grasp is planified with collision detection. But the last trajectory segment, from pre-grasp to grasp position, is made without collision detection.

I would suggest you to adopt the same approach: go to a pre-push position with a collision aware method and then switch to a non-collision-aware movement.

For how to do this last operation you can take a look at this tutorial.

Hope this helps,

Guido

2011-03-31 18:02:34 -0500 asked a question allow gripper collision on the PR-2

I want to allow the PR-2 gripper to collide with objects on a table. I am designing linear pushing motions. I am using motion_planning_msgs/CollisionOperation message in the MoveArmGoal message, but it does not seem to work.

Here are the message definitions. I use their example of object1 = "gripper" and object2 = COLLISION_SET_ALL. Any suggestion will be very helpful!

# A definition of a collision operation
# E.g. ("gripper",COLLISION_SET_ALL,ENABLE) will enable collisions 
# between the gripper and all objects in the collision space

string object1
string object2
string COLLISION_SET_ALL="all"
string COLLISION_SET_OBJECTS="objects"
string COLLISION_SET_ATTACHED_OBJECTS="attached"

# The penetration distance to which collisions are allowed. This is 0.0 by default.
float64 penetration_distance

# Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above
int32 operation
int32 DISABLE=0
int32 ENABLE=1