cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
cisst
cisstRobot
robControllerJoints.h
Go to the documentation of this file.
1
2
3
#ifndef _robControllerJoints_h
4
#define _robControllerJoints_h
5
6
#include <
cisstVector/vctDynamicVector.h
>
7
8
#include <
cisstRobot/robExport.h
>
9
10
class
CISST_EXPORT
robControllerJoints
{
11
12
public
:
13
14
virtual
15
vctDynamicVector<double>
Control
(
double
dt,
16
const
vctDynamicVector<double>
& qs,
17
const
vctDynamicVector<double>
& q,
18
const
vctDynamicVector<double>
& qds,
19
const
vctDynamicVector<double>
& qd,
20
const
vctDynamicVector<double>
& qdds,
21
const
vctDynamicVector<double>
& qdd ) = 0;
22
};
23
24
#endif
robControllerJoints
Definition
robControllerJoints.h:10
robControllerJoints::Control
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
vctDynamicVector
Definition
vctForwardDeclarations.h:131
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
robExport.h
vctDynamicVector.h
Declaration of vctDynamicVector.
Generated by
1.18.0