Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:demo:fetch_and_place [2020/06/26 10:52] – Added motivation section gkazhoyatutorials:demo:fetch_and_place [2020/09/22 20:34] – [Motivation] gkazhoya
Line 10: Line 10:
 The tutorial: The tutorial:
   - Gives an intuition of what knowledge does the robot need (and how much knowledge) to execute even a simple fetch and place, e.g., robot needs to answer questions such as "where should I stand?", "which grasp pose should I use?", etc.   - Gives an intuition of what knowledge does the robot need (and how much knowledge) to execute even a simple fetch and place, e.g., robot needs to answer questions such as "where should I stand?", "which grasp pose should I use?", etc.
-  - Teaches how to call existing actions from the CRAM framework, i.e. how to use designators (but not program new ones). 
   - Shows how many different things can go wrong, and teaches writing simple failure handling strategies.   - Shows how many different things can go wrong, and teaches writing simple failure handling strategies.
 +  - Teaches how to call existing actions from the CRAM framework, i.e. how to use designators (but not program new ones).
 +  
  
 ===== Setting Up ===== ===== Setting Up =====