libmove3d-planners
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Groups Pages
HRICS_Miscellaneous.hpp
1 //
2 // HRICS_Miscellaneous.hpp
3 // libmove3d-motion
4 //
5 // Created by Jim Mainprice on 21/11/11.
6 // Copyright 2011 LAAS/CNRS. All rights reserved.
7 //
8 
9 namespace HRICS
10 {
11  void printHumanConfig();
12  void printPr2Config();
13  void setSimulationRobotsTransparent();
14  void generateGraspConfigurations();
15  void setThePlacemateInIkeaShelf();
16  void setTenAccessiblePositions();
17 
18  bool initShelfScenario();
19  bool execShelfScenario();
20  bool simpShelfScenario();
21 };