cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
sawConstraintController
components
include
sawConstraintController
mtsVFCartOrientationVel.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4
/*
5
Author(s): Paul Wilkening
6
Created on: 2014
7
8
(C) Copyright 2014 Johns Hopkins University (JHU), All Rights Reserved.
9
10
--- begin cisst license - do not edit ---
11
12
This software is provided "as is" under an open source license, with
13
no warranty. The complete license can be found in license.txt and
14
http://www.cisst.org/cisst/license.txt.
15
16
--- end cisst license ---
17
*/
18
19
#ifndef _mtsVFCartOrientation_h
20
#define _mtsVFCartOrientation_h
21
22
#include <
cisstVector/vctDynamicVectorTypes.h
>
23
#include <
cisstVector/vctDynamicMatrixTypes.h
>
24
#include <sawConstraintController/prmKinematicsState.h>
25
#include <sawConstraintController/prmSensorState.h>
26
#include <
sawConstraintController/mtsVFBase.h
>
27
28
// Always include last!
29
#include <
sawConstraintController/sawConstraintControllerExport.h
>
30
32
34
class
CISST_EXPORT
mtsVFCartesianOrientation
:
public
mtsVFBase
35
{
36
CMN_DECLARE_SERVICES(
CMN_DYNAMIC_CREATION
,
CMN_LOG_LOD_RUN_VERBOSE
);
37
38
public
:
39
40
vctDoubleMat
IdentitySkewMatrix
;
41
vctDoubleVec
m
;
42
45
mtsVFCartesianOrientation
():
mtsVFBase
() {}
46
51
mtsVFCartesianOrientation
(
const
std::string & name, mtsVFDataBase * data):
52
mtsVFBase
(name,data)
53
{}
54
56
58
void
FillInTableauRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
59
60
void
ConvertRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
61
62
void
AssignRefs
(
const
mtsVFBase::CONTROLLERMODE
,
const
double
,
const
vctDoubleVec
& ,
vctDoubleMat
&,
vctDoubleVec
&,
vctDoubleMat
&,
vctDoubleVec
&,
vctDoubleMat
&,
vctDoubleVec
&);
63
64
};
65
66
CMN_DECLARE_SERVICES_INSTANTIATION
(
mtsVFCartesianOrientation
);
67
68
#endif
// _mtsVFCartOrientation_h
mtsVFBase::CONTROLLERMODE
CONTROLLERMODE
Definition
mtsVFBase.h:39
mtsVFBase::mtsVFBase
mtsVFBase()
Definition
mtsVFBase.h:91
mtsVFCartesianOrientation
This is the base class for all virtual fixture objects.
Definition
mtsVFCartOrientationVel.h:35
mtsVFCartesianOrientation::mtsVFCartesianOrientation
mtsVFCartesianOrientation()
Definition
mtsVFCartOrientationVel.h:45
mtsVFCartesianOrientation::ConvertRefs
void ConvertRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Converts the data in the references if a change in mode is needed.
mtsVFCartesianOrientation::IdentitySkewMatrix
vctDoubleMat IdentitySkewMatrix
Definition
mtsVFCartOrientationVel.h:40
mtsVFCartesianOrientation::FillInTableauRefs
void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Updates co with virtual fixture data.
mtsVFCartesianOrientation::AssignRefs
void AssignRefs(const mtsVFBase::CONTROLLERMODE, const double, const vctDoubleVec &, vctDoubleMat &, vctDoubleVec &, vctDoubleMat &, vctDoubleVec &, vctDoubleMat &, vctDoubleVec &)
mtsVFCartesianOrientation::m
vctDoubleVec m
Definition
mtsVFCartOrientationVel.h:41
mtsVFCartesianOrientation::mtsVFCartesianOrientation
mtsVFCartesianOrientation(const std::string &name, mtsVFDataBase *data)
Definition
mtsVFCartOrientationVel.h:51
CMN_DECLARE_SERVICES_INSTANTIATION
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition
cmnClassRegisterMacros.h:199
CMN_DYNAMIC_CREATION
const int CMN_DYNAMIC_CREATION
Definition
cmnClassRegisterMacros.h:328
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
CMN_LOG_LOD_RUN_VERBOSE
#define CMN_LOG_LOD_RUN_VERBOSE
Definition
cmnLogLoD.h:95
mtsVFBase.h
sawConstraintControllerExport.h
vctDynamicMatrixTypes.h
Typedef for dynamic matrices.
vctDoubleMat
vctDynamicMatrix< double > vctDoubleMat
Definition
vctDynamicMatrixTypes.h:35
vctDynamicVectorTypes.h
Typedef for dynamic vectors.
vctDoubleVec
vctDynamicVector< double > vctDoubleVec
Definition
vctDynamicVectorTypes.h:37
Generated by
1.18.0