cisst-saw
Loading...
Searching...
No Matches
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
26#include <sawConstraintController/prmSensorState.h>
29
53{
55
56public:
57
58 prmKinematicsState * CurrentKinematics;
59 prmKinematicsState * DesiredKinematics;
60
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
78
79#endif
CONTROLLERMODE
Definition mtsVFBase.h:39
Calculate joint angles that take the robot from the current position and orientation to a desired one...
Definition mtsVFFollow.h:53
prmKinematicsState * DesiredKinematics
Definition mtsVFFollow.h:59
prmKinematicsState * CurrentKinematics
Definition mtsVFFollow.h:58
mtsVFFollow(const std::string &name, mtsVFDataBase *data)
Definition mtsVFFollow.h:68
void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Updates co with virtual fixture data.
mtsVFFollow()
Definition mtsVFFollow.h:63
mtsVFJointPosition()
Definition mtsVFJointPos.h:38
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition cmnClassRegisterMacros.h:199
const int CMN_DYNAMIC_CREATION
Definition cmnClassRegisterMacros.h:328
#define CMN_LOG_LOD_RUN_VERBOSE
Definition cmnLogLoD.h:95
Typedef for dynamic matrices.
Typedef for dynamic vectors.