11 #ifndef HPP_MANIPULATION_CORBA_PATH_PLANNERS_IDL
12 #define HPP_MANIPULATION_CORBA_PATH_PLANNERS_IDL
13 #include <hpp/common.idl>
15 #include <hpp/core_idl/path_planners.idl>
20 interface PathPlanner;
23 module manipulation_idl {
24 module pathPlanner_idl {
31 long getNRandomConfig ( ) raises (Error);
33 void setNRandomConfig (in
long n) raises (Error);
36 long getNDiscreteSteps ( ) raises (Error);
38 void setNDiscreteSteps (in
long n) raises (Error);
41 boolean getCheckFeasibilityOnly ( ) raises (Error);
43 void setCheckFeasibilityOnly (in
boolean n) raises (Error);
57 #endif // HPP_MANIPULATION_CORBA_PATH_PLANNERS_IDL