hpp-corbaserver  4.11.0
Corba server for Humanoid Path Planner applications
problem-idl.hh
Go to the documentation of this file.
1 // This file is generated by omniidl (C++ backend)- omniORB_4_2. Do not edit.
2 #ifndef __problem_hh__
3 #define __problem_hh__
4 
5 #ifndef __CORBA_H_EXTERNAL_GUARD__
6 #include <omniORB4/CORBA.h>
7 #endif
8 
9 #ifndef USE_stub_in_nt_dll
10 # define USE_stub_in_nt_dll_NOT_DEFINED_problem
11 #endif
12 #ifndef USE_core_stub_in_nt_dll
13 # define USE_core_stub_in_nt_dll_NOT_DEFINED_problem
14 #endif
15 #ifndef USE_dyn_stub_in_nt_dll
16 # define USE_dyn_stub_in_nt_dll_NOT_DEFINED_problem
17 #endif
18 
19 
20 
21 #ifndef __common_hh_EXTERNAL_GUARD__
22 #define __common_hh_EXTERNAL_GUARD__
23 #include <hpp/common-idl.hh>
24 #endif
25 #ifndef __constraints_hh_EXTERNAL_GUARD__
26 #define __constraints_hh_EXTERNAL_GUARD__
28 #endif
29 #ifndef __distances_hh_EXTERNAL_GUARD__
30 #define __distances_hh_EXTERNAL_GUARD__
32 #endif
33 #ifndef __paths_hh_EXTERNAL_GUARD__
34 #define __paths_hh_EXTERNAL_GUARD__
36 #endif
37 #ifndef ____constraints_hh_EXTERNAL_GUARD__
38 #define ____constraints_hh_EXTERNAL_GUARD__
40 #endif
41 #ifndef __steering__methods_hh_EXTERNAL_GUARD__
42 #define __steering__methods_hh_EXTERNAL_GUARD__
44 #endif
45 #ifndef __path__planners_hh_EXTERNAL_GUARD__
46 #define __path__planners_hh_EXTERNAL_GUARD__
48 #endif
49 #ifndef __path__validations_hh_EXTERNAL_GUARD__
50 #define __path__validations_hh_EXTERNAL_GUARD__
52 #endif
53 #ifndef ____problem_hh_EXTERNAL_GUARD__
54 #define ____problem_hh_EXTERNAL_GUARD__
56 #endif
57 #ifndef __robots_hh_EXTERNAL_GUARD__
58 #define __robots_hh_EXTERNAL_GUARD__
60 #endif
61 #ifndef __configuration__shooters_hh_EXTERNAL_GUARD__
62 #define __configuration__shooters_hh_EXTERNAL_GUARD__
64 #endif
65 
66 
67 
68 #ifdef USE_stub_in_nt_dll
69 # ifndef USE_core_stub_in_nt_dll
70 # define USE_core_stub_in_nt_dll
71 # endif
72 # ifndef USE_dyn_stub_in_nt_dll
73 # define USE_dyn_stub_in_nt_dll
74 # endif
75 #endif
76 
77 #ifdef _core_attr
78 # error "A local CPP macro _core_attr has already been defined."
79 #else
80 # ifdef USE_core_stub_in_nt_dll
81 # define _core_attr _OMNIORB_NTDLL_IMPORT
82 # else
83 # define _core_attr
84 # endif
85 #endif
86 
87 #ifdef _dyn_attr
88 # error "A local CPP macro _dyn_attr has already been defined."
89 #else
90 # ifdef USE_dyn_stub_in_nt_dll
91 # define _dyn_attr _OMNIORB_NTDLL_IMPORT
92 # else
93 # define _dyn_attr
94 # endif
95 #endif
96 
97 
98 
99 _CORBA_MODULE hpp
100 
101 _CORBA_MODULE_BEG
102 
103  _CORBA_MODULE corbaserver
104 
105  _CORBA_MODULE_BEG
106 
107 #ifndef __hpp_mcorbaserver_mProblem__
108 #define __hpp_mcorbaserver_mProblem__
109  class Problem;
110  class _objref_Problem;
112 
113  typedef _objref_Problem* Problem_ptr;
115 
117  public:
119 
120  static _ptr_type _nil();
121  static _CORBA_Boolean is_nil(_ptr_type);
122  static void release(_ptr_type);
123  static void duplicate(_ptr_type);
124  static void marshalObjRef(_ptr_type, cdrStream&);
125  static _ptr_type unmarshalObjRef(cdrStream&);
126  };
127 
128  typedef _CORBA_ObjRef_Var<_objref_Problem, Problem_Helper> Problem_var;
129  typedef _CORBA_ObjRef_OUT_arg<_objref_Problem,Problem_Helper > Problem_out;
130 
131 #endif
132 
133  // interface Problem
134  class Problem {
135  public:
136  // Declarations for this interface type.
139 
141  static _ptr_type _narrow(::CORBA::Object_ptr);
142  static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
143 
144  static _ptr_type _nil();
145 
146  static inline void _marshalObjRef(_ptr_type, cdrStream&);
147 
148  static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
149  omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
150  if (o)
151  return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
152  else
153  return _nil();
154  }
155 
156  static inline _ptr_type _fromObjRef(omniObjRef* o) {
157  if (o)
158  return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
159  else
160  return _nil();
161  }
162 
163  static _core_attr const char* _PD_repoId;
164 
165  // Other IDL defined within this scope.
166 
167  };
168 
170  public virtual ::CORBA::Object,
171  public virtual omniObjRef
172  {
173  public:
174  // IDL operations
175  void setRandomSeed(::CORBA::Long seed);
176  void setMaxNumThreads(::CORBA::UShort n);
177  ::CORBA::UShort getMaxNumThreads();
178  Names_t* getAvailable(const char* type);
179  Names_t* getSelected(const char* type);
180  void setParameter(const char* name, const ::CORBA::Any& value);
181  ::CORBA::Any* getParameter(const char* name);
182  char* getParameterDoc(const char* name);
183  ::CORBA::Boolean selectProblem(const char* name);
184  void resetProblem();
185  ::CORBA::Boolean loadPlugin(const char* pluginName);
186  void movePathToProblem(::CORBA::ULong pathId, const char* problemName, const ::hpp::Names_t& jointNames);
187  void setInitialConfig(const ::hpp::floatSeq& dofArray);
189  void addGoalConfig(const ::hpp::floatSeq& dofArray);
191  void resetGoalConfigs();
192  ::CORBA::Boolean applyConstraints(const ::hpp::floatSeq& input, ::hpp::floatSeq_out output, ::CORBA::Double& residualError);
193  ::CORBA::Boolean optimize(const ::hpp::floatSeq& input, ::hpp::floatSeq_out output, ::hpp::floatSeq_out residualError);
194  void computeValueAndJacobian(const ::hpp::floatSeq& config, ::hpp::floatSeq_out value, ::hpp::floatSeqSeq_out jacobian);
195  ::CORBA::Boolean generateValidConfig(::CORBA::ULong maxIter, ::hpp::floatSeq_out output, ::CORBA::Double& residualError);
196  void createOrientationConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Quaternion_ p, const ::hpp::boolSeq& mask);
197  void createTransformationConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ ref, const ::hpp::boolSeq& mask);
198  void createTransformationR3xSO3Constraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq& mask);
199  void createTransformationConstraint2(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq& mask);
200  void createLockedJoint(const char* lockedJointName, const char* jointName, const ::hpp::floatSeq& value);
201  void createLockedJointWithComp(const char* lockedJointName, const char* jointName, const ::hpp::floatSeq& value, const ::hpp::ComparisonTypes_t& comp);
202  void createLockedExtraDof(const char* lockedDofName, ::CORBA::ULong index, const ::hpp::floatSeq& value);
203  void createManipulability(const char* name, const char* function);
204  void createComBeetweenFeet(const char* constraintName, const char* comName, const char* jointLName, const char* jointRName, const ::hpp::floatSeq& pointL, const ::hpp::floatSeq& pointR, const char* jointRefName, const ::hpp::floatSeq& pointRef, const ::hpp::boolSeq& mask);
205  void createRelativeComConstraint(const char* constraintName, const char* comName, const char* jointLName, const ::hpp::floatSeq& point, const ::hpp::boolSeq& mask);
206  void createConvexShapeContactConstraint(const char* constraintName, const ::hpp::Names_t& floorJoints, const ::hpp::Names_t& objectJoints, const ::hpp::floatSeqSeq& pts, const ::hpp::intSeqSeq& objectTriangles, const ::hpp::intSeqSeq& floorTriangles);
207  void createStaticStabilityConstraint(const char* constraintName, const ::hpp::Names_t& jointNames, const ::hpp::floatSeqSeq& points, const ::hpp::floatSeqSeq& normals, const char* comRootJointName);
208  void createPositionConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::floatSeq& point1, const ::hpp::floatSeq& point2, const ::hpp::boolSeq& mask);
209  void createConfigurationConstraint(const char* constraintName, const ::hpp::floatSeq& goal, const ::hpp::floatSeq& weights);
210  void createDistanceBetweenJointConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, ::CORBA::Double distance);
211  void createDistanceBetweenJointAndObjects(const char* constraintName, const char* joint1Name, const ::hpp::Names_t& objects, ::CORBA::Double distance);
212  void createIdentityConstraint(const char* constraintName, const ::hpp::Names_t& inJoints, const ::hpp::Names_t& outJoints);
213  void resetConstraints();
214  void resetConstraintMap();
215  void addPassiveDofs(const char* constraintName, const ::hpp::Names_t& jointNames);
216  void getConstraintDimensions(const char* constraintName, ::CORBA::ULong& inputSize, ::CORBA::ULong& inputDerivativeSize, ::CORBA::ULong& outputSize, ::CORBA::ULong& outputDerivativeSize);
217  void setConstantRightHandSide(const char* constraintName, ::CORBA::Boolean constant);
218  ::CORBA::Boolean getConstantRightHandSide(const char* constraintName);
222  void setRightHandSideByName(const char* constraintName, const ::hpp::floatSeq& rhs);
223  void setRightHandSideFromConfigByName(const char* constraintName, const ::hpp::floatSeq& config);
224  void addNumericalConstraints(const char* configProjName, const ::hpp::Names_t& constraintNames, const ::hpp::intSeq& priorities);
225  void setNumericalConstraintsLastPriorityOptional(::CORBA::Boolean optional);
226  void addLockedJointConstraints(const char* configProjName, const ::hpp::Names_t& lockedJointNames);
227  char* displayConstraints();
228  ::CORBA::Double getErrorThreshold();
229  void setErrorThreshold(::CORBA::Double threshold);
230  void setDefaultLineSearchType(const char* type);
231  ::CORBA::ULong getMaxIterProjection();
232  void setMaxIterProjection(::CORBA::ULong iterations);
233  ::CORBA::ULong getMaxIterPathPlanning();
234  void setMaxIterPathPlanning(::CORBA::ULong iterations);
235  void scCreateScalarMultiply(const char* outName, ::CORBA::Double scalar, const char* inName);
236  ::CORBA::Double getTimeOutPathPlanning();
237  void setTimeOutPathPlanning(::CORBA::Double timeOut);
238  void filterCollisionPairs();
239  void selectPathPlanner(const char* pathPlannerType);
240  void selectConfigurationShooter(const char* configurationShooterType);
241  void selectDistance(const char* distanceType);
242  void selectSteeringMethod(const char* steeringMethodType);
243  void addPathOptimizer(const char* pathOptimizerType);
244  void clearPathOptimizers();
245  void addConfigValidation(const char* configValidationType);
246  void clearConfigValidations();
247  void selectPathValidation(const char* pathValidationType, ::CORBA::Double tolerance);
248  void selectPathProjector(const char* pathProjectorType, ::CORBA::Double tolerance);
249  ::CORBA::Boolean prepareSolveStepByStep();
250  ::CORBA::Boolean executeOneStep();
251  void finishSolveStepByStep();
252  intSeq* solve();
253  ::CORBA::Boolean directPath(const ::hpp::floatSeq& startConfig, const ::hpp::floatSeq& endConfig, ::CORBA::Boolean validate, ::CORBA::ULong& pathId, ::CORBA::String_out report);
254  ::CORBA::Boolean reversePath(::CORBA::ULong pathId, ::CORBA::ULong& reversedPathId);
256  void addEdgeToRoadmap(const ::hpp::floatSeq& config1, const ::hpp::floatSeq& config2, ::CORBA::ULong pathId, ::CORBA::Boolean bothEdges);
257  void appendDirectPath(::CORBA::ULong pathId, const ::hpp::floatSeq& config, ::CORBA::Boolean validate);
258  void concatenatePath(::CORBA::ULong startId, ::CORBA::ULong endId);
259  void extractPath(::CORBA::ULong pathId, ::CORBA::Double start, ::CORBA::Double end);
260  void erasePath(::CORBA::ULong pathId);
261  ::CORBA::Boolean projectPath(::CORBA::ULong patId);
262  ::CORBA::Long numberPaths();
263  intSeq* optimizePath(::CORBA::ULong inPathId);
264  ::CORBA::Double pathLength(::CORBA::ULong inPathId);
265  floatSeq* configAtParam(::CORBA::ULong inPathId, ::CORBA::Double atDistance);
266  floatSeq* derivativeAtParam(::CORBA::ULong inPathId, ::CORBA::ULong orderId, ::CORBA::Double atDistance);
267  floatSeqSeq* getWaypoints(::CORBA::ULong pathId, ::hpp::floatSeq_out times);
268  void interruptPathPlanning();
269  floatSeqSeq* nodes();
270  ::CORBA::Long numberNodes();
271  floatSeq* node(::CORBA::ULong nodeId);
272  ::CORBA::Long connectedComponentOfEdge(::CORBA::ULong edgeId);
273  ::CORBA::Long connectedComponentOfNode(::CORBA::ULong nodeId);
274  ::CORBA::Long numberEdges();
275  void edge(::CORBA::ULong edgeId, ::hpp::floatSeq_out q1, ::hpp::floatSeq_out q2);
276  ::CORBA::Long numberConnectedComponents();
277  floatSeqSeq* nodesConnectedComponent(::CORBA::ULong connectedComponentId);
278  floatSeq* getNearestConfig(const ::hpp::floatSeq& config, ::CORBA::Long connectedComponentId, ::CORBA::Double& distance);
279  void clearRoadmap();
280  void resetRoadmap();
281  void saveRoadmap(const char* filename);
282  void loadRoadmap(const char* filename);
284  void setDistance(::hpp::core_idl::Distance_ptr distance);
285  core_idl::Path_ptr getPath(::CORBA::ULong pathId);
286  ::CORBA::ULong addPath(::hpp::core_idl::PathVector_ptr path);
291  constraints_idl::Implicit_ptr getConstraint(const char* constraintName);
297  void writeRoadmap(const char* filename, ::hpp::core_idl::Roadmap_ptr roadmap, ::hpp::pinocchio_idl::Device_ptr robot);
305 
306  // Constructors
307  inline _objref_Problem() { _PR_setobj(0); } // nil
308  _objref_Problem(omniIOR*, omniIdentity*);
309 
310  protected:
311  virtual ~_objref_Problem();
312 
313 
314  private:
315  virtual void* _ptrToObjRef(const char*);
316 
318  _objref_Problem& operator = (const _objref_Problem&);
319  // not implemented
320 
321  friend class Problem;
322  };
323 
324  class _pof_Problem : public _OMNI_NS(proxyObjectFactory) {
325  public:
326  inline _pof_Problem() : _OMNI_NS(proxyObjectFactory)(Problem::_PD_repoId) {}
327  virtual ~_pof_Problem();
328 
329  virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
330  virtual _CORBA_Boolean is_a(const char*) const;
331  };
332 
334  public virtual omniServant
335  {
336  public:
337  virtual ~_impl_Problem();
338 
339  virtual void setRandomSeed(::CORBA::Long seed) = 0;
340  virtual void setMaxNumThreads(::CORBA::UShort n) = 0;
341  virtual ::CORBA::UShort getMaxNumThreads() = 0;
342  virtual Names_t* getAvailable(const char* type) = 0;
343  virtual Names_t* getSelected(const char* type) = 0;
344  virtual void setParameter(const char* name, const ::CORBA::Any& value) = 0;
345  virtual ::CORBA::Any* getParameter(const char* name) = 0;
346  virtual char* getParameterDoc(const char* name) = 0;
347  virtual ::CORBA::Boolean selectProblem(const char* name) = 0;
348  virtual void resetProblem() = 0;
349  virtual ::CORBA::Boolean loadPlugin(const char* pluginName) = 0;
350  virtual void movePathToProblem(::CORBA::ULong pathId, const char* problemName, const ::hpp::Names_t& jointNames) = 0;
351  virtual void setInitialConfig(const ::hpp::floatSeq& dofArray) = 0;
352  virtual floatSeq* getInitialConfig() = 0;
353  virtual void addGoalConfig(const ::hpp::floatSeq& dofArray) = 0;
354  virtual floatSeqSeq* getGoalConfigs() = 0;
355  virtual void resetGoalConfigs() = 0;
356  virtual ::CORBA::Boolean applyConstraints(const ::hpp::floatSeq& input, ::hpp::floatSeq_out output, ::CORBA::Double& residualError) = 0;
357  virtual ::CORBA::Boolean optimize(const ::hpp::floatSeq& input, ::hpp::floatSeq_out output, ::hpp::floatSeq_out residualError) = 0;
358  virtual void computeValueAndJacobian(const ::hpp::floatSeq& config, ::hpp::floatSeq_out value, ::hpp::floatSeqSeq_out jacobian) = 0;
359  virtual ::CORBA::Boolean generateValidConfig(::CORBA::ULong maxIter, ::hpp::floatSeq_out output, ::CORBA::Double& residualError) = 0;
360  virtual void createOrientationConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Quaternion_ p, const ::hpp::boolSeq& mask) = 0;
361  virtual void createTransformationConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ ref, const ::hpp::boolSeq& mask) = 0;
362  virtual void createTransformationR3xSO3Constraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq& mask) = 0;
363  virtual void createTransformationConstraint2(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq& mask) = 0;
364  virtual void createLockedJoint(const char* lockedJointName, const char* jointName, const ::hpp::floatSeq& value) = 0;
365  virtual void createLockedJointWithComp(const char* lockedJointName, const char* jointName, const ::hpp::floatSeq& value, const ::hpp::ComparisonTypes_t& comp) = 0;
366  virtual void createLockedExtraDof(const char* lockedDofName, ::CORBA::ULong index, const ::hpp::floatSeq& value) = 0;
367  virtual void createManipulability(const char* name, const char* function) = 0;
368  virtual void createComBeetweenFeet(const char* constraintName, const char* comName, const char* jointLName, const char* jointRName, const ::hpp::floatSeq& pointL, const ::hpp::floatSeq& pointR, const char* jointRefName, const ::hpp::floatSeq& pointRef, const ::hpp::boolSeq& mask) = 0;
369  virtual void createRelativeComConstraint(const char* constraintName, const char* comName, const char* jointLName, const ::hpp::floatSeq& point, const ::hpp::boolSeq& mask) = 0;
370  virtual void createConvexShapeContactConstraint(const char* constraintName, const ::hpp::Names_t& floorJoints, const ::hpp::Names_t& objectJoints, const ::hpp::floatSeqSeq& pts, const ::hpp::intSeqSeq& objectTriangles, const ::hpp::intSeqSeq& floorTriangles) = 0;
371  virtual void createStaticStabilityConstraint(const char* constraintName, const ::hpp::Names_t& jointNames, const ::hpp::floatSeqSeq& points, const ::hpp::floatSeqSeq& normals, const char* comRootJointName) = 0;
372  virtual void createPositionConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, const ::hpp::floatSeq& point1, const ::hpp::floatSeq& point2, const ::hpp::boolSeq& mask) = 0;
373  virtual void createConfigurationConstraint(const char* constraintName, const ::hpp::floatSeq& goal, const ::hpp::floatSeq& weights) = 0;
374  virtual void createDistanceBetweenJointConstraint(const char* constraintName, const char* joint1Name, const char* joint2Name, ::CORBA::Double distance) = 0;
375  virtual void createDistanceBetweenJointAndObjects(const char* constraintName, const char* joint1Name, const ::hpp::Names_t& objects, ::CORBA::Double distance) = 0;
376  virtual void createIdentityConstraint(const char* constraintName, const ::hpp::Names_t& inJoints, const ::hpp::Names_t& outJoints) = 0;
377  virtual void resetConstraints() = 0;
378  virtual void resetConstraintMap() = 0;
379  virtual void addPassiveDofs(const char* constraintName, const ::hpp::Names_t& jointNames) = 0;
380  virtual void getConstraintDimensions(const char* constraintName, ::CORBA::ULong& inputSize, ::CORBA::ULong& inputDerivativeSize, ::CORBA::ULong& outputSize, ::CORBA::ULong& outputDerivativeSize) = 0;
381  virtual void setConstantRightHandSide(const char* constraintName, ::CORBA::Boolean constant) = 0;
382  virtual ::CORBA::Boolean getConstantRightHandSide(const char* constraintName) = 0;
383  virtual floatSeq* getRightHandSide() = 0;
384  virtual void setRightHandSide(const ::hpp::floatSeq& rhs) = 0;
385  virtual void setRightHandSideFromConfig(const ::hpp::floatSeq& config) = 0;
386  virtual void setRightHandSideByName(const char* constraintName, const ::hpp::floatSeq& rhs) = 0;
387  virtual void setRightHandSideFromConfigByName(const char* constraintName, const ::hpp::floatSeq& config) = 0;
388  virtual void addNumericalConstraints(const char* configProjName, const ::hpp::Names_t& constraintNames, const ::hpp::intSeq& priorities) = 0;
389  virtual void setNumericalConstraintsLastPriorityOptional(::CORBA::Boolean optional) = 0;
390  virtual void addLockedJointConstraints(const char* configProjName, const ::hpp::Names_t& lockedJointNames) = 0;
391  virtual char* displayConstraints() = 0;
392  virtual ::CORBA::Double getErrorThreshold() = 0;
393  virtual void setErrorThreshold(::CORBA::Double threshold) = 0;
394  virtual void setDefaultLineSearchType(const char* type) = 0;
395  virtual ::CORBA::ULong getMaxIterProjection() = 0;
396  virtual void setMaxIterProjection(::CORBA::ULong iterations) = 0;
397  virtual ::CORBA::ULong getMaxIterPathPlanning() = 0;
398  virtual void setMaxIterPathPlanning(::CORBA::ULong iterations) = 0;
399  virtual void scCreateScalarMultiply(const char* outName, ::CORBA::Double scalar, const char* inName) = 0;
400  virtual ::CORBA::Double getTimeOutPathPlanning() = 0;
401  virtual void setTimeOutPathPlanning(::CORBA::Double timeOut) = 0;
402  virtual void filterCollisionPairs() = 0;
403  virtual void selectPathPlanner(const char* pathPlannerType) = 0;
404  virtual void selectConfigurationShooter(const char* configurationShooterType) = 0;
405  virtual void selectDistance(const char* distanceType) = 0;
406  virtual void selectSteeringMethod(const char* steeringMethodType) = 0;
407  virtual void addPathOptimizer(const char* pathOptimizerType) = 0;
408  virtual void clearPathOptimizers() = 0;
409  virtual void addConfigValidation(const char* configValidationType) = 0;
410  virtual void clearConfigValidations() = 0;
411  virtual void selectPathValidation(const char* pathValidationType, ::CORBA::Double tolerance) = 0;
412  virtual void selectPathProjector(const char* pathProjectorType, ::CORBA::Double tolerance) = 0;
413  virtual ::CORBA::Boolean prepareSolveStepByStep() = 0;
414  virtual ::CORBA::Boolean executeOneStep() = 0;
415  virtual void finishSolveStepByStep() = 0;
416  virtual intSeq* solve() = 0;
417  virtual ::CORBA::Boolean directPath(const ::hpp::floatSeq& startConfig, const ::hpp::floatSeq& endConfig, ::CORBA::Boolean validate, ::CORBA::ULong& pathId, ::CORBA::String_out report) = 0;
418  virtual ::CORBA::Boolean reversePath(::CORBA::ULong pathId, ::CORBA::ULong& reversedPathId) = 0;
419  virtual void addConfigToRoadmap(const ::hpp::floatSeq& config) = 0;
420  virtual void addEdgeToRoadmap(const ::hpp::floatSeq& config1, const ::hpp::floatSeq& config2, ::CORBA::ULong pathId, ::CORBA::Boolean bothEdges) = 0;
421  virtual void appendDirectPath(::CORBA::ULong pathId, const ::hpp::floatSeq& config, ::CORBA::Boolean validate) = 0;
422  virtual void concatenatePath(::CORBA::ULong startId, ::CORBA::ULong endId) = 0;
423  virtual void extractPath(::CORBA::ULong pathId, ::CORBA::Double start, ::CORBA::Double end) = 0;
424  virtual void erasePath(::CORBA::ULong pathId) = 0;
425  virtual ::CORBA::Boolean projectPath(::CORBA::ULong patId) = 0;
426  virtual ::CORBA::Long numberPaths() = 0;
427  virtual intSeq* optimizePath(::CORBA::ULong inPathId) = 0;
428  virtual ::CORBA::Double pathLength(::CORBA::ULong inPathId) = 0;
429  virtual floatSeq* configAtParam(::CORBA::ULong inPathId, ::CORBA::Double atDistance) = 0;
430  virtual floatSeq* derivativeAtParam(::CORBA::ULong inPathId, ::CORBA::ULong orderId, ::CORBA::Double atDistance) = 0;
431  virtual floatSeqSeq* getWaypoints(::CORBA::ULong pathId, ::hpp::floatSeq_out times) = 0;
432  virtual void interruptPathPlanning() = 0;
433  virtual floatSeqSeq* nodes() = 0;
434  virtual ::CORBA::Long numberNodes() = 0;
435  virtual floatSeq* node(::CORBA::ULong nodeId) = 0;
436  virtual ::CORBA::Long connectedComponentOfEdge(::CORBA::ULong edgeId) = 0;
437  virtual ::CORBA::Long connectedComponentOfNode(::CORBA::ULong nodeId) = 0;
438  virtual ::CORBA::Long numberEdges() = 0;
439  virtual void edge(::CORBA::ULong edgeId, ::hpp::floatSeq_out q1, ::hpp::floatSeq_out q2) = 0;
440  virtual ::CORBA::Long numberConnectedComponents() = 0;
441  virtual floatSeqSeq* nodesConnectedComponent(::CORBA::ULong connectedComponentId) = 0;
442  virtual floatSeq* getNearestConfig(const ::hpp::floatSeq& config, ::CORBA::Long connectedComponentId, ::CORBA::Double& distance) = 0;
443  virtual void clearRoadmap() = 0;
444  virtual void resetRoadmap() = 0;
445  virtual void saveRoadmap(const char* filename) = 0;
446  virtual void loadRoadmap(const char* filename) = 0;
447  virtual core_idl::Distance_ptr getDistance() = 0;
448  virtual void setDistance(::hpp::core_idl::Distance_ptr distance) = 0;
449  virtual core_idl::Path_ptr getPath(::CORBA::ULong pathId) = 0;
450  virtual ::CORBA::ULong addPath(::hpp::core_idl::PathVector_ptr path) = 0;
454  virtual core_idl::Problem_ptr getProblem() = 0;
455  virtual constraints_idl::Implicit_ptr getConstraint(const char* constraintName) = 0;
456  virtual void setRobot(::hpp::pinocchio_idl::Device_ptr robot) = 0;
457  virtual pinocchio_idl::CollisionObject_ptr getObstacle(const char* name) = 0;
460  virtual core_idl::Roadmap_ptr readRoadmap(const char* filename, ::hpp::pinocchio_idl::Device_ptr robot) = 0;
461  virtual void writeRoadmap(const char* filename, ::hpp::core_idl::Roadmap_ptr roadmap, ::hpp::pinocchio_idl::Device_ptr robot) = 0;
462  virtual core_idl::PathPlanner_ptr createPathPlanner(const char* type, ::hpp::core_idl::Problem_ptr problem, ::hpp::core_idl::Roadmap_ptr roadmap) = 0;
463  virtual core_idl::PathOptimizer_ptr createPathOptimizer(const char* type, ::hpp::core_idl::Problem_ptr problem) = 0;
467  virtual core_idl::Distance_ptr createDistance(const char* type, ::hpp::core_idl::Problem_ptr problem) = 0;
468  virtual core_idl::SteeringMethod_ptr createSteeringMethod(const char* type, ::hpp::core_idl::Problem_ptr problem) = 0;
469 
470  public: // Really protected, workaround for xlC
471  virtual _CORBA_Boolean _dispatch(omniCallHandle&);
472 
473  private:
474  virtual void* _ptrToInterface(const char*);
475  virtual const char* _mostDerivedRepoId();
476 
477  };
478 
479 
480  _CORBA_MODULE_END
481 
482 _CORBA_MODULE_END
483 
484 
485 
486 _CORBA_MODULE POA_hpp
487 _CORBA_MODULE_BEG
488 
489  _CORBA_MODULE corbaserver
490  _CORBA_MODULE_BEG
491 
492  class Problem :
493  public virtual hpp::corbaserver::_impl_Problem,
494  public virtual ::PortableServer::ServantBase
495  {
496  public:
497  virtual ~Problem();
498 
500  return (::hpp::corbaserver::Problem_ptr) _do_this(::hpp::corbaserver::Problem::_PD_repoId);
501  }
502  };
503 
504  _CORBA_MODULE_END
505 
506 _CORBA_MODULE_END
507 
508 
509 
510 _CORBA_MODULE OBV_hpp
511 _CORBA_MODULE_BEG
512 
513  _CORBA_MODULE corbaserver
514  _CORBA_MODULE_BEG
515 
516  _CORBA_MODULE_END
517 
518 _CORBA_MODULE_END
519 
520 
521 
522 
523 
524 #undef _core_attr
525 #undef _dyn_attr
526 
527 
528 
529 inline void
530 hpp::corbaserver::Problem::_marshalObjRef(::hpp::corbaserver::Problem_ptr obj, cdrStream& s) {
531  omniObjRef::_marshal(obj->_PR_getobj(),s);
532 }
533 
534 
535 
536 #ifdef USE_stub_in_nt_dll_NOT_DEFINED_problem
537 # undef USE_stub_in_nt_dll
538 # undef USE_stub_in_nt_dll_NOT_DEFINED_problem
539 #endif
540 #ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_problem
541 # undef USE_core_stub_in_nt_dll
542 # undef USE_core_stub_in_nt_dll_NOT_DEFINED_problem
543 #endif
544 #ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_problem
545 # undef USE_dyn_stub_in_nt_dll
546 # undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_problem
547 #endif
548 
549 #endif // __problem_hh__
550 
_objref_Problem::writeRoadmap
void writeRoadmap(const char *filename, ::hpp::core_idl::Roadmap_ptr roadmap, ::hpp::pinocchio_idl::Device_ptr robot)
_objref_Problem::getInitialConfig
floatSeq * getInitialConfig()
_impl_Problem::resetConstraintMap
virtual void resetConstraintMap()=0
_impl_Problem::numberConnectedComponents
virtual ::CORBA::Long numberConnectedComponents()=0
_objref_Problem::resetConstraintMap
void resetConstraintMap()
Problem_Helper::release
static void release(_ptr_type)
_objref_Problem::createComBeetweenFeet
void createComBeetweenFeet(const char *constraintName, const char *comName, const char *jointLName, const char *jointRName, const ::hpp::floatSeq &pointL, const ::hpp::floatSeq &pointR, const char *jointRefName, const ::hpp::floatSeq &pointRef, const ::hpp::boolSeq &mask)
_impl_Problem::generateValidConfig
virtual ::CORBA::Boolean generateValidConfig(::CORBA::ULong maxIter, ::hpp::floatSeq_out output, ::CORBA::Double &residualError)=0
_impl_Problem::createConfigValidation
virtual core_idl::ConfigValidation_ptr createConfigValidation(const char *type, ::hpp::pinocchio_idl::Device_ptr robot)=0
_objref_Problem::getSteeringMethod
core_idl::SteeringMethod_ptr getSteeringMethod()
_impl_Problem::numberNodes
virtual ::CORBA::Long numberNodes()=0
_impl_Problem::setRightHandSideFromConfigByName
virtual void setRightHandSideFromConfigByName(const char *constraintName, const ::hpp::floatSeq &config)=0
robots-idl.hh
ConfigurationShooter_ptr
_objref_ConfigurationShooter * ConfigurationShooter_ptr
Definition: _problem-idl.hh:265
_impl_Problem::prepareSolveStepByStep
virtual ::CORBA::Boolean prepareSolveStepByStep()=0
_objref_Problem::selectDistance
void selectDistance(const char *distanceType)
_impl_Problem::_dispatch
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
floatSeq
Definition: common-idl.hh:575
_impl_Problem::directPath
virtual ::CORBA::Boolean directPath(const ::hpp::floatSeq &startConfig, const ::hpp::floatSeq &endConfig, ::CORBA::Boolean validate, ::CORBA::ULong &pathId, ::CORBA::String_out report)=0
_objref_Problem::setRobot
void setRobot(::hpp::pinocchio_idl::Device_ptr robot)
_impl_Problem::appendDirectPath
virtual void appendDirectPath(::CORBA::ULong pathId, const ::hpp::floatSeq &config, ::CORBA::Boolean validate)=0
_impl_Problem::executeOneStep
virtual ::CORBA::Boolean executeOneStep()=0
_impl_Problem::clearRoadmap
virtual void clearRoadmap()=0
_objref_Problem::scCreateScalarMultiply
void scCreateScalarMultiply(const char *outName, ::CORBA::Double scalar, const char *inName)
_impl_Problem::selectPathPlanner
virtual void selectPathPlanner(const char *pathPlannerType)=0
_objref_Problem::setDistance
void setDistance(::hpp::core_idl::Distance_ptr distance)
hpp::floatSeq
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:33
Problem_Helper::_nil
static _ptr_type _nil()
_objref_Problem::executeOneStep
::CORBA::Boolean executeOneStep()
_objref_Problem::createLockedJointWithComp
void createLockedJointWithComp(const char *lockedJointName, const char *jointName, const ::hpp::floatSeq &value, const ::hpp::ComparisonTypes_t &comp)
_impl_Problem::setMaxIterPathPlanning
virtual void setMaxIterPathPlanning(::CORBA::ULong iterations)=0
_impl_Problem::loadPlugin
virtual ::CORBA::Boolean loadPlugin(const char *pluginName)=0
Problem::_ptr_type
Problem_ptr _ptr_type
Definition: problem-idl.hh:137
_objref_Problem::createStaticStabilityConstraint
void createStaticStabilityConstraint(const char *constraintName, const ::hpp::Names_t &jointNames, const ::hpp::floatSeqSeq &points, const ::hpp::floatSeqSeq &normals, const char *comRootJointName)
_objref_Problem::createConfigurationShooter
core_idl::ConfigurationShooter_ptr createConfigurationShooter(const char *type, ::hpp::core_idl::Problem_ptr problem)
path_planners-idl.hh
_objref_Problem::numberNodes
::CORBA::Long numberNodes()
Problem::_narrow
static _ptr_type _narrow(::CORBA::Object_ptr)
_objref_Problem::derivativeAtParam
floatSeq * derivativeAtParam(::CORBA::ULong inPathId, ::CORBA::ULong orderId, ::CORBA::Double atDistance)
_impl_Problem::createRelativeComConstraint
virtual void createRelativeComConstraint(const char *constraintName, const char *comName, const char *jointLName, const ::hpp::floatSeq &point, const ::hpp::boolSeq &mask)=0
_objref_Problem::loadPlugin
::CORBA::Boolean loadPlugin(const char *pluginName)
_objref_Problem::getPathValidation
core_idl::PathValidation_ptr getPathValidation()
_impl_Problem::readRoadmap
virtual core_idl::Roadmap_ptr readRoadmap(const char *filename, ::hpp::pinocchio_idl::Device_ptr robot)=0
_impl_Problem::addGoalConfig
virtual void addGoalConfig(const ::hpp::floatSeq &dofArray)=0
_impl_Problem::getConstraint
virtual constraints_idl::Implicit_ptr getConstraint(const char *constraintName)=0
_impl_Problem::createSteeringMethod
virtual core_idl::SteeringMethod_ptr createSteeringMethod(const char *type, ::hpp::core_idl::Problem_ptr problem)=0
_impl_Problem::clearConfigValidations
virtual void clearConfigValidations()=0
_objref_Problem::clearPathOptimizers
void clearPathOptimizers()
hpp::Names_t
sequence< string > Names_t
Sequence of names.
Definition: common.idl:23
_impl_Problem::createTransformationR3xSO3Constraint
virtual void createTransformationR3xSO3Constraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq &mask)=0
_impl_Problem::getMaxNumThreads
virtual ::CORBA::UShort getMaxNumThreads()=0
_impl_Problem::addEdgeToRoadmap
virtual void addEdgeToRoadmap(const ::hpp::floatSeq &config1, const ::hpp::floatSeq &config2, ::CORBA::ULong pathId, ::CORBA::Boolean bothEdges)=0
_objref_Problem::getRightHandSide
floatSeq * getRightHandSide()
Quaternion_
::CORBA::Double Quaternion_[4]
Definition: common-idl.hh:963
Problem_Helper::duplicate
static void duplicate(_ptr_type)
_objref_Problem::numberPaths
::CORBA::Long numberPaths()
_objref_Problem::addLockedJointConstraints
void addLockedJointConstraints(const char *configProjName, const ::hpp::Names_t &lockedJointNames)
Problem::_duplicate
static _ptr_type _duplicate(_ptr_type)
_impl_Problem::robot
virtual pinocchio_idl::Device_ptr robot()=0
_objref_Problem::createPositionConstraint
void createPositionConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::floatSeq &point1, const ::hpp::floatSeq &point2, const ::hpp::boolSeq &mask)
_impl_Problem::createTransformationConstraint2
virtual void createTransformationConstraint2(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq &mask)=0
Problem_ptr
_objref_Problem * Problem_ptr
Definition: problem-idl.hh:111
Problem::_marshalObjRef
static void _marshalObjRef(_ptr_type, cdrStream &)
Problem::_this
inline ::hpp::corbaserver::Problem_ptr _this()
Definition: problem-idl.hh:499
_objref_Problem::getConstraintDimensions
void getConstraintDimensions(const char *constraintName, ::CORBA::ULong &inputSize, ::CORBA::ULong &inputDerivativeSize, ::CORBA::ULong &outputSize, ::CORBA::ULong &outputDerivativeSize)
_impl_Problem::computeValueAndJacobian
virtual void computeValueAndJacobian(const ::hpp::floatSeq &config, ::hpp::floatSeq_out value, ::hpp::floatSeqSeq_out jacobian)=0
_objref_Problem::pathLength
::CORBA::Double pathLength(::CORBA::ULong inPathId)
_impl_Problem::setErrorThreshold
virtual void setErrorThreshold(::CORBA::Double threshold)=0
_impl_Problem::selectSteeringMethod
virtual void selectSteeringMethod(const char *steeringMethodType)=0
_objref_Problem::createPathOptimizer
core_idl::PathOptimizer_ptr createPathOptimizer(const char *type, ::hpp::core_idl::Problem_ptr problem)
_objref_Problem::createManipulability
void createManipulability(const char *name, const char *function)
hpp::value_type
double value_type
Definition: common.idl:18
_impl_Problem::selectDistance
virtual void selectDistance(const char *distanceType)=0
_objref_Problem::generateValidConfig
::CORBA::Boolean generateValidConfig(::CORBA::ULong maxIter, ::hpp::floatSeq_out output, ::CORBA::Double &residualError)
path_validations-idl.hh
_impl_Problem::erasePath
virtual void erasePath(::CORBA::ULong pathId)=0
_objref_Problem::createSteeringMethod
core_idl::SteeringMethod_ptr createSteeringMethod(const char *type, ::hpp::core_idl::Problem_ptr problem)
Distance_ptr
_objref_Distance * Distance_ptr
Definition: _problem-idl.hh:161
_objref_Problem::getMaxIterPathPlanning
::CORBA::ULong getMaxIterPathPlanning()
_pof_Problem::newObjRef
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
_impl_Problem::addNumericalConstraints
virtual void addNumericalConstraints(const char *configProjName, const ::hpp::Names_t &constraintNames, const ::hpp::intSeq &priorities)=0
floatSeqSeq
Definition: common-idl.hh:689
_objref_Problem::numberConnectedComponents
::CORBA::Long numberConnectedComponents()
_impl_Problem::resetConstraints
virtual void resetConstraints()=0
hpp::floatSeqSeq
sequence< floatSeq > floatSeqSeq
Definition: common.idl:34
_objref_Problem::setDefaultLineSearchType
void setDefaultLineSearchType(const char *type)
_objref_Problem::robot
pinocchio_idl::Device_ptr robot()
_impl_Problem::clearPathOptimizers
virtual void clearPathOptimizers()=0
Problem::_nil
static _ptr_type _nil()
_objref_Problem::getConstraint
constraints_idl::Implicit_ptr getConstraint(const char *constraintName)
_objref_Problem::connectedComponentOfEdge
::CORBA::Long connectedComponentOfEdge(::CORBA::ULong edgeId)
_objref_Problem::setRightHandSideFromConfig
void setRightHandSideFromConfig(const ::hpp::floatSeq &config)
_objref_Problem::_objref_Problem
_objref_Problem()
Definition: problem-idl.hh:307
_objref_Problem::addPath
::CORBA::ULong addPath(::hpp::core_idl::PathVector_ptr path)
_impl_Problem::selectConfigurationShooter
virtual void selectConfigurationShooter(const char *configurationShooterType)=0
common-idl.hh
_objref_Problem::node
floatSeq * node(::CORBA::ULong nodeId)
_objref_Problem::createRelativeComConstraint
void createRelativeComConstraint(const char *constraintName, const char *comName, const char *jointLName, const ::hpp::floatSeq &point, const ::hpp::boolSeq &mask)
_impl_Problem::addPassiveDofs
virtual void addPassiveDofs(const char *constraintName, const ::hpp::Names_t &jointNames)=0
_pof_Problem::~_pof_Problem
virtual ~_pof_Problem()
_impl_Problem::addConfigValidation
virtual void addConfigValidation(const char *configValidationType)=0
_impl_Problem::createOrientationConstraint
virtual void createOrientationConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Quaternion_ p, const ::hpp::boolSeq &mask)=0
_objref_Problem::reversePath
::CORBA::Boolean reversePath(::CORBA::ULong pathId, ::CORBA::ULong &reversedPathId)
_impl_Problem::getErrorThreshold
virtual ::CORBA::Double getErrorThreshold()=0
_objref_Problem::getPath
core_idl::Path_ptr getPath(::CORBA::ULong pathId)
_impl_Problem::resetGoalConfigs
virtual void resetGoalConfigs()=0
_impl_Problem::createConvexShapeContactConstraint
virtual void createConvexShapeContactConstraint(const char *constraintName, const ::hpp::Names_t &floorJoints, const ::hpp::Names_t &objectJoints, const ::hpp::floatSeqSeq &pts, const ::hpp::intSeqSeq &objectTriangles, const ::hpp::intSeqSeq &floorTriangles)=0
_objref_Problem::interruptPathPlanning
void interruptPathPlanning()
_objref_Problem::getObstacle
pinocchio_idl::CollisionObject_ptr getObstacle(const char *name)
PathValidation_ptr
_objref_PathValidation * PathValidation_ptr
Definition: _problem-idl.hh:239
Roadmap_ptr
_objref_Roadmap * Roadmap_ptr
Definition: path_planners-idl.hh:109
_objref_Problem::directPath
::CORBA::Boolean directPath(const ::hpp::floatSeq &startConfig, const ::hpp::floatSeq &endConfig, ::CORBA::Boolean validate, ::CORBA::ULong &pathId, ::CORBA::String_out report)
_objref_Problem::getParameter
::CORBA::Any * getParameter(const char *name)
_impl_Problem::setDefaultLineSearchType
virtual void setDefaultLineSearchType(const char *type)=0
Problem::_PD_repoId
static const _core_attr char * _PD_repoId
Definition: problem-idl.hh:163
_impl_Problem::reversePath
virtual ::CORBA::Boolean reversePath(::CORBA::ULong pathId, ::CORBA::ULong &reversedPathId)=0
_impl_Problem::createConfigurationShooter
virtual core_idl::ConfigurationShooter_ptr createConfigurationShooter(const char *type, ::hpp::core_idl::Problem_ptr problem)=0
_pof_Problem::_pof_Problem
_pof_Problem()
Definition: problem-idl.hh:326
_impl_Problem::saveRoadmap
virtual void saveRoadmap(const char *filename)=0
_impl_Problem::setRightHandSideFromConfig
virtual void setRightHandSideFromConfig(const ::hpp::floatSeq &config)=0
_objref_Problem::createPathValidation
core_idl::PathValidation_ptr createPathValidation(const char *type, ::hpp::pinocchio_idl::Device_ptr robot, ::hpp::value_type parameter)
_objref_Problem::addPassiveDofs
void addPassiveDofs(const char *constraintName, const ::hpp::Names_t &jointNames)
_impl_Problem::createTransformationConstraint
virtual void createTransformationConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ ref, const ::hpp::boolSeq &mask)=0
_objref_Problem::createConfigValidation
core_idl::ConfigValidation_ptr createConfigValidation(const char *type, ::hpp::pinocchio_idl::Device_ptr robot)
_impl_Problem::addPathOptimizer
virtual void addPathOptimizer(const char *pathOptimizerType)=0
_objref_Problem::createRoadmap
core_idl::Roadmap_ptr createRoadmap(::hpp::core_idl::Distance_ptr distance, ::hpp::pinocchio_idl::Device_ptr robot)
_objref_Problem::clearConfigValidations
void clearConfigValidations()
CollisionObject_ptr
_objref_CollisionObject * CollisionObject_ptr
Definition: _problem-idl.hh:129
_impl_Problem::setTimeOutPathPlanning
virtual void setTimeOutPathPlanning(::CORBA::Double timeOut)=0
_objref_Problem::resetGoalConfigs
void resetGoalConfigs()
_impl_Problem::getSteeringMethod
virtual core_idl::SteeringMethod_ptr getSteeringMethod()=0
_objref_Problem::createTransformationConstraint2
void createTransformationConstraint2(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq &mask)
_objref_Problem::setErrorThreshold
void setErrorThreshold(::CORBA::Double threshold)
Problem::_unchecked_narrow
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
_impl_Problem::selectPathValidation
virtual void selectPathValidation(const char *pathValidationType, ::CORBA::Double tolerance)=0
_objref_Problem::connectedComponentOfNode
::CORBA::Long connectedComponentOfNode(::CORBA::ULong nodeId)
_impl_Problem::setMaxIterProjection
virtual void setMaxIterProjection(::CORBA::ULong iterations)=0
_impl_Problem::nodes
virtual floatSeqSeq * nodes()=0
_objref_Problem::appendDirectPath
void appendDirectPath(::CORBA::ULong pathId, const ::hpp::floatSeq &config, ::CORBA::Boolean validate)
_objref_Problem::setNumericalConstraintsLastPriorityOptional
void setNumericalConstraintsLastPriorityOptional(::CORBA::Boolean optional)
ProblemRef
Problem_ptr ProblemRef
Definition: problem-idl.hh:114
_impl_Problem::getNearestConfig
virtual floatSeq * getNearestConfig(const ::hpp::floatSeq &config, ::CORBA::Long connectedComponentId, ::CORBA::Double &distance)=0
_objref_Problem::resetRoadmap
void resetRoadmap()
_impl_Problem::getConstraintDimensions
virtual void getConstraintDimensions(const char *constraintName, ::CORBA::ULong &inputSize, ::CORBA::ULong &inputDerivativeSize, ::CORBA::ULong &outputSize, ::CORBA::ULong &outputDerivativeSize)=0
_impl_Problem::createProblem
virtual core_idl::Problem_ptr createProblem(::hpp::pinocchio_idl::Device_ptr robot)=0
_objref_Problem::selectProblem
::CORBA::Boolean selectProblem(const char *name)
_objref_Problem::~_objref_Problem
virtual ~_objref_Problem()
_objref_Problem::createProblem
core_idl::Problem_ptr createProblem(::hpp::pinocchio_idl::Device_ptr robot)
_pof_Problem
Definition: problem-idl.hh:324
paths-idl.hh
_impl_Problem::createPositionConstraint
virtual void createPositionConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::floatSeq &point1, const ::hpp::floatSeq &point2, const ::hpp::boolSeq &mask)=0
_impl_Problem::concatenatePath
virtual void concatenatePath(::CORBA::ULong startId, ::CORBA::ULong endId)=0
_objref_Problem::addEdgeToRoadmap
void addEdgeToRoadmap(const ::hpp::floatSeq &config1, const ::hpp::floatSeq &config2, ::CORBA::ULong pathId, ::CORBA::Boolean bothEdges)
_impl_Problem::loadRoadmap
virtual void loadRoadmap(const char *filename)=0
constraints-idl.hh
_impl_Problem::createRoadmap
virtual core_idl::Roadmap_ptr createRoadmap(::hpp::core_idl::Distance_ptr distance, ::hpp::pinocchio_idl::Device_ptr robot)=0
_impl_Problem::optimize
virtual ::CORBA::Boolean optimize(const ::hpp::floatSeq &input, ::hpp::floatSeq_out output, ::hpp::floatSeq_out residualError)=0
Problem_Helper::marshalObjRef
static void marshalObjRef(_ptr_type, cdrStream &)
_objref_Problem::computeValueAndJacobian
void computeValueAndJacobian(const ::hpp::floatSeq &config, ::hpp::floatSeq_out value, ::hpp::floatSeqSeq_out jacobian)
_objref_Problem::getAvailable
Names_t * getAvailable(const char *type)
_objref_Problem::loadRoadmap
void loadRoadmap(const char *filename)
_objref_Problem::createPathPlanner
core_idl::PathPlanner_ptr createPathPlanner(const char *type, ::hpp::core_idl::Problem_ptr problem, ::hpp::core_idl::Roadmap_ptr roadmap)
_objref_Problem::optimizePath
intSeq * optimizePath(::CORBA::ULong inPathId)
_impl_Problem::numberPaths
virtual ::CORBA::Long numberPaths()=0
_impl_Problem::writeRoadmap
virtual void writeRoadmap(const char *filename, ::hpp::core_idl::Roadmap_ptr roadmap, ::hpp::pinocchio_idl::Device_ptr robot)=0
_objref_Problem::movePathToProblem
void movePathToProblem(::CORBA::ULong pathId, const char *problemName, const ::hpp::Names_t &jointNames)
_impl_Problem::setParameter
virtual void setParameter(const char *name, const ::CORBA::Any &value)=0
_impl_Problem::resetProblem
virtual void resetProblem()=0
_impl_Problem::derivativeAtParam
virtual floatSeq * derivativeAtParam(::CORBA::ULong inPathId, ::CORBA::ULong orderId, ::CORBA::Double atDistance)=0
_objref_Problem::setMaxNumThreads
void setMaxNumThreads(::CORBA::UShort n)
_objref_Problem::setMaxIterProjection
void setMaxIterProjection(::CORBA::ULong iterations)
_objref_Problem::getDistance
core_idl::Distance_ptr getDistance()
PathOptimizer_ptr
_objref_PathOptimizer * PathOptimizer_ptr
Definition: path_planners-idl.hh:381
_impl_Problem::selectPathProjector
virtual void selectPathProjector(const char *pathProjectorType, ::CORBA::Double tolerance)=0
hpp::ComparisonTypes_t
sequence< ComparisonType > ComparisonTypes_t
Definition: common.idl:49
_objref_Problem::createLockedExtraDof
void createLockedExtraDof(const char *lockedDofName, ::CORBA::ULong index, const ::hpp::floatSeq &value)
_objref_Problem::clearRoadmap
void clearRoadmap()
_impl_Problem::createPathValidation
virtual core_idl::PathValidation_ptr createPathValidation(const char *type, ::hpp::pinocchio_idl::Device_ptr robot, ::hpp::value_type parameter)=0
_impl_Problem::setRobot
virtual void setRobot(::hpp::pinocchio_idl::Device_ptr robot)=0
_impl_Problem::getTimeOutPathPlanning
virtual ::CORBA::Double getTimeOutPathPlanning()=0
_impl_Problem::node
virtual floatSeq * node(::CORBA::ULong nodeId)=0
distances-idl.hh
Problem
Definition: problem-idl.hh:134
_objref_Problem::resetProblem
void resetProblem()
_impl_Problem::setRightHandSideByName
virtual void setRightHandSideByName(const char *constraintName, const ::hpp::floatSeq &rhs)=0
hpp
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:27
Transform_
::CORBA::Double Transform_[7]
Definition: common-idl.hh:801
_impl_Problem::getPath
virtual core_idl::Path_ptr getPath(::CORBA::ULong pathId)=0
_objref_Problem::getMaxIterProjection
::CORBA::ULong getMaxIterProjection()
_objref_Problem::setRightHandSide
void setRightHandSide(const ::hpp::floatSeq &rhs)
_objref_Problem::setRightHandSideFromConfigByName
void setRightHandSideFromConfigByName(const char *constraintName, const ::hpp::floatSeq &config)
_objref_Problem::projectPath
::CORBA::Boolean projectPath(::CORBA::ULong patId)
_objref_Problem::createDistance
core_idl::Distance_ptr createDistance(const char *type, ::hpp::core_idl::Problem_ptr problem)
_impl_Problem::setNumericalConstraintsLastPriorityOptional
virtual void setNumericalConstraintsLastPriorityOptional(::CORBA::Boolean optional)=0
_objref_Problem::readRoadmap
core_idl::Roadmap_ptr readRoadmap(const char *filename, ::hpp::pinocchio_idl::Device_ptr robot)
_impl_Problem::selectProblem
virtual ::CORBA::Boolean selectProblem(const char *name)=0
Problem::_fromObjRef
static _ptr_type _fromObjRef(omniObjRef *o)
Definition: problem-idl.hh:156
_objref_Problem::createOrientationConstraint
void createOrientationConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Quaternion_ p, const ::hpp::boolSeq &mask)
_objref_Problem::selectConfigurationShooter
void selectConfigurationShooter(const char *configurationShooterType)
_objref_Problem::addPathOptimizer
void addPathOptimizer(const char *pathOptimizerType)
_impl_Problem::setDistance
virtual void setDistance(::hpp::core_idl::Distance_ptr distance)=0
_objref_Problem::addGoalConfig
void addGoalConfig(const ::hpp::floatSeq &dofArray)
_impl_Problem::createConfigurationConstraint
virtual void createConfigurationConstraint(const char *constraintName, const ::hpp::floatSeq &goal, const ::hpp::floatSeq &weights)=0
_pof_Problem::is_a
virtual _CORBA_Boolean is_a(const char *) const
_core_attr
#define _core_attr
Definition: problem-idl.hh:83
_impl_Problem::getConstantRightHandSide
virtual ::CORBA::Boolean getConstantRightHandSide(const char *constraintName)=0
_objref_Problem::getMaxNumThreads
::CORBA::UShort getMaxNumThreads()
_impl_Problem::getPathValidation
virtual core_idl::PathValidation_ptr getPathValidation()=0
_impl_Problem::resetRoadmap
virtual void resetRoadmap()=0
_objref_Problem::addConfigToRoadmap
void addConfigToRoadmap(const ::hpp::floatSeq &config)
_impl_Problem::getPathPlanner
virtual core_idl::PathPlanner_ptr getPathPlanner()=0
_impl_Problem::setInitialConfig
virtual void setInitialConfig(const ::hpp::floatSeq &dofArray)=0
_objref_Problem::setMaxIterPathPlanning
void setMaxIterPathPlanning(::CORBA::ULong iterations)
_impl_Problem::edge
virtual void edge(::CORBA::ULong edgeId, ::hpp::floatSeq_out q1, ::hpp::floatSeq_out q2)=0
_objref_Problem::finishSolveStepByStep
void finishSolveStepByStep()
_objref_Problem::setInitialConfig
void setInitialConfig(const ::hpp::floatSeq &dofArray)
Problem_Helper::is_nil
static _CORBA_Boolean is_nil(_ptr_type)
_objref_Problem::selectPathProjector
void selectPathProjector(const char *pathProjectorType, ::CORBA::Double tolerance)
_objref_Problem::applyConstraints
::CORBA::Boolean applyConstraints(const ::hpp::floatSeq &input, ::hpp::floatSeq_out output, ::CORBA::Double &residualError)
_impl_Problem::displayConstraints
virtual char * displayConstraints()=0
_objref_Problem::getConstantRightHandSide
::CORBA::Boolean getConstantRightHandSide(const char *constraintName)
_impl_Problem::setRightHandSide
virtual void setRightHandSide(const ::hpp::floatSeq &rhs)=0
ConfigValidation_ptr
_objref_ConfigValidation * ConfigValidation_ptr
Definition: _problem-idl.hh:213
Problem_Helper::_ptr_type
Problem_ptr _ptr_type
Definition: problem-idl.hh:118
_impl_Problem::optimizePath
virtual intSeq * optimizePath(::CORBA::ULong inPathId)=0
_impl_Problem::solve
virtual intSeq * solve()=0
_objref_Problem::addNumericalConstraints
void addNumericalConstraints(const char *configProjName, const ::hpp::Names_t &constraintNames, const ::hpp::intSeq &priorities)
_objref_Problem::getWaypoints
floatSeqSeq * getWaypoints(::CORBA::ULong pathId, ::hpp::floatSeq_out times)
_objref_Problem::createConfigurationConstraint
void createConfigurationConstraint(const char *constraintName, const ::hpp::floatSeq &goal, const ::hpp::floatSeq &weights)
_impl_Problem::createIdentityConstraint
virtual void createIdentityConstraint(const char *constraintName, const ::hpp::Names_t &inJoints, const ::hpp::Names_t &outJoints)=0
_objref_Problem::setRightHandSideByName
void setRightHandSideByName(const char *constraintName, const ::hpp::floatSeq &rhs)
_objref_Problem::getErrorThreshold
::CORBA::Double getErrorThreshold()
_objref_Problem::setTimeOutPathPlanning
void setTimeOutPathPlanning(::CORBA::Double timeOut)
_impl_Problem::createDistanceBetweenJointConstraint
virtual void createDistanceBetweenJointConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, ::CORBA::Double distance)=0
_impl_Problem::getSelected
virtual Names_t * getSelected(const char *type)=0
_impl_Problem::createLockedJointWithComp
virtual void createLockedJointWithComp(const char *lockedJointName, const char *jointName, const ::hpp::floatSeq &value, const ::hpp::ComparisonTypes_t &comp)=0
_objref_Problem::getNearestConfig
floatSeq * getNearestConfig(const ::hpp::floatSeq &config, ::CORBA::Long connectedComponentId, ::CORBA::Double &distance)
_objref_Problem::selectPathValidation
void selectPathValidation(const char *pathValidationType, ::CORBA::Double tolerance)
_impl_Problem::nodesConnectedComponent
virtual floatSeqSeq * nodesConnectedComponent(::CORBA::ULong connectedComponentId)=0
_impl_Problem::projectPath
virtual ::CORBA::Boolean projectPath(::CORBA::ULong patId)=0
_objref_Problem::numberEdges
::CORBA::Long numberEdges()
SteeringMethod_ptr
_objref_SteeringMethod * SteeringMethod_ptr
Definition: _problem-idl.hh:187
_impl_Problem::movePathToProblem
virtual void movePathToProblem(::CORBA::ULong pathId, const char *problemName, const ::hpp::Names_t &jointNames)=0
_impl_Problem::configAtParam
virtual floatSeq * configAtParam(::CORBA::ULong inPathId, ::CORBA::Double atDistance)=0
_objref_Problem::addConfigValidation
void addConfigValidation(const char *configValidationType)
_objref_Problem::displayConstraints
char * displayConstraints()
_impl_Problem::getParameterDoc
virtual char * getParameterDoc(const char *name)=0
_impl_Problem::extractPath
virtual void extractPath(::CORBA::ULong pathId, ::CORBA::Double start, ::CORBA::Double end)=0
_objref_Problem::createTransformationR3xSO3Constraint
void createTransformationR3xSO3Constraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ frame1, const ::hpp::Transform_ frame2, const ::hpp::boolSeq &mask)
_impl_Problem::filterCollisionPairs
virtual void filterCollisionPairs()=0
_objref_Problem::getTimeOutPathPlanning
::CORBA::Double getTimeOutPathPlanning()
_impl_Problem::createDistanceBetweenJointAndObjects
virtual void createDistanceBetweenJointAndObjects(const char *constraintName, const char *joint1Name, const ::hpp::Names_t &objects, ::CORBA::Double distance)=0
_objref_Problem::extractPath
void extractPath(::CORBA::ULong pathId, ::CORBA::Double start, ::CORBA::Double end)
Problem::_unmarshalObjRef
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition: problem-idl.hh:148
PathVector_ptr
_objref_PathVector * PathVector_ptr
Definition: paths-idl.hh:82
_objref_Problem::edge
void edge(::CORBA::ULong edgeId, ::hpp::floatSeq_out q1, ::hpp::floatSeq_out q2)
Problem_Helper
Definition: problem-idl.hh:116
_objref_Problem::createDistanceBetweenJointAndObjects
void createDistanceBetweenJointAndObjects(const char *constraintName, const char *joint1Name, const ::hpp::Names_t &objects, ::CORBA::Double distance)
_objref_Problem::createLockedJoint
void createLockedJoint(const char *lockedJointName, const char *jointName, const ::hpp::floatSeq &value)
_impl_Problem::createLockedJoint
virtual void createLockedJoint(const char *lockedJointName, const char *jointName, const ::hpp::floatSeq &value)=0
_objref_Problem::setParameter
void setParameter(const char *name, const ::CORBA::Any &value)
Implicit_ptr
_objref_Implicit * Implicit_ptr
Definition: constraints-idl.hh:200
Problem_out
_CORBA_ObjRef_OUT_arg< _objref_Problem, Problem_Helper > Problem_out
Definition: problem-idl.hh:129
_impl_Problem::getRightHandSide
virtual floatSeq * getRightHandSide()=0
_impl_Problem::getGoalConfigs
virtual floatSeqSeq * getGoalConfigs()=0
_impl_Problem::connectedComponentOfEdge
virtual ::CORBA::Long connectedComponentOfEdge(::CORBA::ULong edgeId)=0
_objref_Problem::nodes
floatSeqSeq * nodes()
intSeq
Definition: common-idl.hh:347
_objref_Problem::getParameterDoc
char * getParameterDoc(const char *name)
_impl_Problem::addLockedJointConstraints
virtual void addLockedJointConstraints(const char *configProjName, const ::hpp::Names_t &lockedJointNames)=0
configuration_shooters-idl.hh
_impl_Problem::getMaxIterPathPlanning
virtual ::CORBA::ULong getMaxIterPathPlanning()=0
_impl_Problem::numberEdges
virtual ::CORBA::Long numberEdges()=0
_objref_Problem
Definition: problem-idl.hh:169
_impl_Problem::connectedComponentOfNode
virtual ::CORBA::Long connectedComponentOfNode(::CORBA::ULong nodeId)=0
_impl_Problem::addPath
virtual ::CORBA::ULong addPath(::hpp::core_idl::PathVector_ptr path)=0
_problem-idl.hh
_impl_Problem::createDistance
virtual core_idl::Distance_ptr createDistance(const char *type, ::hpp::core_idl::Problem_ptr problem)=0
_objref_Problem::createIdentityConstraint
void createIdentityConstraint(const char *constraintName, const ::hpp::Names_t &inJoints, const ::hpp::Names_t &outJoints)
_objref_Problem::getSelected
Names_t * getSelected(const char *type)
_impl_Problem::createLockedExtraDof
virtual void createLockedExtraDof(const char *lockedDofName, ::CORBA::ULong index, const ::hpp::floatSeq &value)=0
_objref_Problem::solve
intSeq * solve()
hpp::intSeqSeq
sequence< intSeq > intSeqSeq
Definition: common.idl:31
steering_methods-idl.hh
Problem_Helper::unmarshalObjRef
static _ptr_type unmarshalObjRef(cdrStream &)
_objref_Problem::nodesConnectedComponent
floatSeqSeq * nodesConnectedComponent(::CORBA::ULong connectedComponentId)
_impl_Problem::getAvailable
virtual Names_t * getAvailable(const char *type)=0
_objref_Problem::createTransformationConstraint
void createTransformationConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, const ::hpp::Transform_ ref, const ::hpp::boolSeq &mask)
_impl_Problem::createComBeetweenFeet
virtual void createComBeetweenFeet(const char *constraintName, const char *comName, const char *jointLName, const char *jointRName, const ::hpp::floatSeq &pointL, const ::hpp::floatSeq &pointR, const char *jointRefName, const ::hpp::floatSeq &pointRef, const ::hpp::boolSeq &mask)=0
_objref_Problem::createConvexShapeContactConstraint
void createConvexShapeContactConstraint(const char *constraintName, const ::hpp::Names_t &floorJoints, const ::hpp::Names_t &objectJoints, const ::hpp::floatSeqSeq &pts, const ::hpp::intSeqSeq &objectTriangles, const ::hpp::intSeqSeq &floorTriangles)
_objref_Problem::optimize
::CORBA::Boolean optimize(const ::hpp::floatSeq &input, ::hpp::floatSeq_out output, ::hpp::floatSeq_out residualError)
Problem::_var_type
Problem_var _var_type
Definition: problem-idl.hh:138
_objref_Problem::saveRoadmap
void saveRoadmap(const char *filename)
_objref_Problem::setRandomSeed
void setRandomSeed(::CORBA::Long seed)
_impl_Problem::scCreateScalarMultiply
virtual void scCreateScalarMultiply(const char *outName, ::CORBA::Double scalar, const char *inName)=0
_impl_Problem::createPathOptimizer
virtual core_idl::PathOptimizer_ptr createPathOptimizer(const char *type, ::hpp::core_idl::Problem_ptr problem)=0
Problem_var
_CORBA_ObjRef_Var< _objref_Problem, Problem_Helper > Problem_var
Definition: problem-idl.hh:128
_objref_Problem::getGoalConfigs
floatSeqSeq * getGoalConfigs()
Problem::~Problem
virtual ~Problem()
_objref_Problem::getProblem
core_idl::Problem_ptr getProblem()
_impl_Problem::getParameter
virtual ::CORBA::Any * getParameter(const char *name)=0
_impl_Problem::pathLength
virtual ::CORBA::Double pathLength(::CORBA::ULong inPathId)=0
_objref_Problem::resetConstraints
void resetConstraints()
_objref_Problem::concatenatePath
void concatenatePath(::CORBA::ULong startId, ::CORBA::ULong endId)
_impl_Problem
Definition: problem-idl.hh:333
hpp::boolSeq
sequence< boolean > boolSeq
Definition: common.idl:29
_impl_Problem::getMaxIterProjection
virtual ::CORBA::ULong getMaxIterProjection()=0
_impl_Problem::getInitialConfig
virtual floatSeq * getInitialConfig()=0
_objref_Problem::getPathPlanner
core_idl::PathPlanner_ptr getPathPlanner()
_impl_Problem::createManipulability
virtual void createManipulability(const char *name, const char *function)=0
_impl_Problem::interruptPathPlanning
virtual void interruptPathPlanning()=0
_objref_Problem::erasePath
void erasePath(::CORBA::ULong pathId)
_impl_Problem::getProblem
virtual core_idl::Problem_ptr getProblem()=0
_impl_Problem::addConfigToRoadmap
virtual void addConfigToRoadmap(const ::hpp::floatSeq &config)=0
_impl_Problem::setRandomSeed
virtual void setRandomSeed(::CORBA::Long seed)=0
_impl_Problem::getObstacle
virtual pinocchio_idl::CollisionObject_ptr getObstacle(const char *name)=0
_objref_Problem::selectSteeringMethod
void selectSteeringMethod(const char *steeringMethodType)
_impl_Problem::createStaticStabilityConstraint
virtual void createStaticStabilityConstraint(const char *constraintName, const ::hpp::Names_t &jointNames, const ::hpp::floatSeqSeq &points, const ::hpp::floatSeqSeq &normals, const char *comRootJointName)=0
_impl_Problem::createPathPlanner
virtual core_idl::PathPlanner_ptr createPathPlanner(const char *type, ::hpp::core_idl::Problem_ptr problem, ::hpp::core_idl::Roadmap_ptr roadmap)=0
_objref_Problem::filterCollisionPairs
void filterCollisionPairs()
_impl_Problem::~_impl_Problem
virtual ~_impl_Problem()
_objref_Problem::selectPathPlanner
void selectPathPlanner(const char *pathPlannerType)
_impl_Problem::setMaxNumThreads
virtual void setMaxNumThreads(::CORBA::UShort n)=0
_impl_Problem::getWaypoints
virtual floatSeqSeq * getWaypoints(::CORBA::ULong pathId, ::hpp::floatSeq_out times)=0
_objref_Problem::configAtParam
floatSeq * configAtParam(::CORBA::ULong inPathId, ::CORBA::Double atDistance)
_objref_Problem::createDistanceBetweenJointConstraint
void createDistanceBetweenJointConstraint(const char *constraintName, const char *joint1Name, const char *joint2Name, ::CORBA::Double distance)
_objref_Problem::setConstantRightHandSide
void setConstantRightHandSide(const char *constraintName, ::CORBA::Boolean constant)
_impl_Problem::applyConstraints
virtual ::CORBA::Boolean applyConstraints(const ::hpp::floatSeq &input, ::hpp::floatSeq_out output, ::CORBA::Double &residualError)=0
_impl_Problem::setConstantRightHandSide
virtual void setConstantRightHandSide(const char *constraintName, ::CORBA::Boolean constant)=0
_impl_Problem::finishSolveStepByStep
virtual void finishSolveStepByStep()=0
Names_t
Definition: common-idl.hh:78
Path_ptr
_objref_Path * Path_ptr
Definition: path_planners-idl.hh:83
Device_ptr
_objref_Device * Device_ptr
Definition: _problem-idl.hh:103
hpp::intSeq
sequence< long > intSeq
Definition: common.idl:30
_impl_Problem::getDistance
virtual core_idl::Distance_ptr getDistance()=0
PathPlanner_ptr
_objref_PathPlanner * PathPlanner_ptr
Definition: path_planners-idl.hh:244
_constraints-idl.hh
_objref_Problem::prepareSolveStepByStep
::CORBA::Boolean prepareSolveStepByStep()