cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
sawConstraintController
components
include
sawConstraintController
mtsVFFollow.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
$Id: $
6
7
Author(s): Paul Wilkening
8
Created on:
9
10
(C) Copyright 2013 Johns Hopkins University (JHU), All Rights Reserved.
11
12
--- begin cisst license - do not edit ---
13
14
This software is provided "as is" under an open source license, with
15
no warranty. The complete license can be found in license.txt and
16
http://www.cisst.org/cisst/license.txt.
17
18
--- end cisst license ---
19
*/
20
21
#ifndef _mtsVFFollow_h
22
#define _mtsVFFollow_h
23
24
#include <
cisstVector/vctDynamicVectorTypes.h
>
25
#include <
cisstVector/vctDynamicMatrixTypes.h
>
26
#include <sawConstraintController/prmSensorState.h>
27
#include <
sawConstraintController/mtsVFBase.h
>
28
#include <
sawConstraintController/mtsVFJointPos.h
>
29
52
class
mtsVFFollow
:
public
mtsVFJointPosition
53
{
54
CMN_DECLARE_SERVICES(
CMN_DYNAMIC_CREATION
,
CMN_LOG_LOD_RUN_VERBOSE
)
55
56
public
:
57
58
prmKinematicsState *
CurrentKinematics
;
59
prmKinematicsState *
DesiredKinematics
;
60
63
mtsVFFollow
() :
mtsVFJointPosition
(){}
64
68
mtsVFFollow
(
const
std::string & name, mtsVFDataBase * data) :
mtsVFJointPosition
(name,data){}
69
71
73
void
FillInTableauRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
74
75
};
76
77
CMN_DECLARE_SERVICES_INSTANTIATION
(
mtsVFFollow
)
78
79
#endif
mtsVFBase::CONTROLLERMODE
CONTROLLERMODE
Definition
mtsVFBase.h:39
mtsVFFollow
Calculate joint angles that take the robot from the current position and orientation to a desired one...
Definition
mtsVFFollow.h:53
mtsVFFollow::DesiredKinematics
prmKinematicsState * DesiredKinematics
Definition
mtsVFFollow.h:59
mtsVFFollow::CurrentKinematics
prmKinematicsState * CurrentKinematics
Definition
mtsVFFollow.h:58
mtsVFFollow::mtsVFFollow
mtsVFFollow(const std::string &name, mtsVFDataBase *data)
Definition
mtsVFFollow.h:68
mtsVFFollow::FillInTableauRefs
void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Updates co with virtual fixture data.
mtsVFFollow::mtsVFFollow
mtsVFFollow()
Definition
mtsVFFollow.h:63
mtsVFJointPosition::mtsVFJointPosition
mtsVFJointPosition()
Definition
mtsVFJointPos.h:38
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
CMN_LOG_LOD_RUN_VERBOSE
#define CMN_LOG_LOD_RUN_VERBOSE
Definition
cmnLogLoD.h:95
mtsVFBase.h
mtsVFJointPos.h
vctDynamicMatrixTypes.h
Typedef for dynamic matrices.
vctDynamicVectorTypes.h
Typedef for dynamic vectors.
Generated by
1.18.0