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

Why does pr2_plugs fail to locate my wall outlet?

asked 2011-10-07 05:25:32 -0500

haidai gravatar image

updated 2011-10-18 16:44:12 -0500

kwc gravatar image

I am trying to get our PR2 to use the autonomous plugging action, and was able to get pr2_plugs_actions to run (using app_plugin.py) but the /vision_outlet_detection node would consistenty fail to detect our wall outlets. I looked at textured stereo images from Rviz and can verify that the outlet is in the images that the robot receives. Is there anyway to look into what's going on with the detector more closely to see what's happening with it? I tried changing the template from green_2x1white to white2x1hall, and fake_wall_2x1white_plug but none of these seems to work.

Has anyone else run into this problem? We are running Electric on Ubuntu Lucid and our outlet is a 2x1 with the third prong on the bottom (shadowy side of outlet).

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-10-09 15:26:55 -0500

Wim gravatar image

The outlet detection code is only tested with the default template on outlets that look like the ones used here: http://www.ros.org/wiki/pr2_plugs. Does your outlet look the same? The detector only looks at the position of the holes, not the outlet cover.

Did you look at the output of rxconsole to see if there's any more feedback? Could you describe the behavior of the robot in more detail, that might give a better understanding of where in the state machine the robot got (did the projector turn on, did the robot align with the wall, did the robot succeed in finding the outlet from far away, ...).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-10-07 05:25:32 -0500

Seen: 6,537 times

Last updated: Oct 09 '11