cisst-saw
Loading...
Searching...
No Matches
robControllerJoints.h
Go to the documentation of this file.
1
2
3#ifndef _robControllerJoints_h
4#define _robControllerJoints_h
5
7
9
11
12 public:
13
14 virtual
18 const vctDynamicVector<double>& qds,
20 const vctDynamicVector<double>& qdds,
21 const vctDynamicVector<double>& qdd ) = 0;
22};
23
24#endif
Definition robControllerJoints.h:10
virtual vctDynamicVector< double > Control(double dt, const vctDynamicVector< double > &qs, const vctDynamicVector< double > &q, const vctDynamicVector< double > &qds, const vctDynamicVector< double > &qd, const vctDynamicVector< double > &qdds, const vctDynamicVector< double > &qdd)=0
Definition vctForwardDeclarations.h:131
#define CISST_EXPORT
Definition cmnExportMacros.h:50
Declaration of vctDynamicVector.