cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
osaPDGC.h
Go to the documentation of this file.
1 
2 #ifndef _osaPDGC_h
3 #define _osaPDGC_h
4 
7 
9 
10  public:
11 
12  enum Errno{ ESUCCESS, EFAILURE };
13 
14  private:
15 
20 
25 
26  public:
27 
29 
38  osaPDGC( const std::string& robfilename,
39  const vctFrame4x4<double>& Rtwb,
40  const vctDynamicMatrix<double>& Kp,
41  const vctDynamicMatrix<double>& Kd,
42  const vctDynamicVector<double>& qinit );
43 
45 
53  Evaluate( const vctDynamicVector<double>& qs,
54  const vctDynamicVector<double>& q,
56  double dt );
57 
58 };
59 
60 #endif
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Definition: robManipulator.h:34
Errno
Definition: robManipulator.h:43
Definition: osaPDGC.h:12
Definition: osaPDGC.h:8
Errno
Definition: osaPDGC.h:12