software:cram:tutorials:pick-and-place-primer
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:cram:tutorials:pick-and-place-primer [2013/03/28 09:46] – winkler | software:cram:tutorials:pick-and-place-primer [2016/05/19 09:19] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
==== Prerequisites ==== | ==== Prerequisites ==== | ||
- | It is assumed that you successfully completed the [[software: | + | It is assumed that you successfully completed the [[software: |
==== Getting the Code ==== | ==== Getting the Code ==== | ||
Line 71: | Line 71: | ||
This will start Gazebo, spawn a PR2 robot and a table with two mugs on it. | This will start Gazebo, spawn a PR2 robot and a table with two mugs on it. | ||
{{ : | {{ : | ||
- | The PR2 and the mugs are dynamic objects while the table is fixed to the ground, i.e. you can't move it. | + | The PR2 and the mugs are dynamic objects while the table is fixed to the ground, i.e. you can't move it. (If you encounter problems with parts of the simulation not showing up correctly, see [[pick-and-place-primer# |
In yet another terminal, open rviz: | In yet another terminal, open rviz: | ||
<code bash> | <code bash> | ||
Line 188: | Line 189: | ||
</ | </ | ||
- | Either function relies on whether the robot stands at a position from where it probably can see or reach the location on the table. A location costmap is generated(move-away-arms) | + | Either function relies on whether the robot stands at a position from where it probably can see or reach the location on the table. A location costmap is generated for locations to stand at and a random weighted sample is drawn from this probability distribution: |
{{ : | {{ : | ||
Line 249: | Line 250: | ||
For putting down the object, the same techniques with respect to location costmaps are used as in the pick-up part of this tutorial. | For putting down the object, the same techniques with respect to location costmaps are used as in the pick-up part of this tutorial. | ||
+ | |||
+ | ==== Pitfalls and known issues ==== | ||
+ | In case the table doesn' | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Just close the Gazebo window and restart the client, using: | ||
+ | <code bash> | ||
+ | $ `rospack find gazebo`/ | ||
+ | </ | ||
+ | The (simulated) table is physically there, but the visual is missing. The simulation could go on without it, but for the scenery' | ||
+ | |||
+ | --- // |
software/cram/tutorials/pick-and-place-primer.1364463990.txt.gz · Last modified: 2016/05/19 09:18 (external edit)