cisst-saw
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
catkin_ws
src
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
CISST_EXPORT
#define CISST_EXPORT
Definition:
cmnExportMacros.h:50
vctDynamicVector< double >
robExport.h
vctDynamicVector.h
Declaration of vctDynamicVector.
robControllerJoints
Definition:
robControllerJoints.h:10
Generated by
1.8.6