src
feature
feature-pose.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2019
3
* Joseph Mirabel
4
*
5
* LAAS-CNRS
6
*
7
*/
8
9
/* --------------------------------------------------------------------- */
10
/* --- INCLUDE --------------------------------------------------------- */
11
/* --------------------------------------------------------------------- */
12
13
/* --- SOT --- */
14
// #define VP_DEBUG
15
// #define VP_DEBUG_MODE 45
16
#include <
dynamic-graph/command-bind.h
>
17
#include <
dynamic-graph/command-getter.h
>
18
#include <
dynamic-graph/command-setter.h
>
19
#include <
dynamic-graph/command.h
>
20
21
#include <Eigen/LU>
22
#include <boost/mpl/if.hpp>
23
#include <boost/type_traits/is_same.hpp>
24
#include <pinocchio/multibody/liegroup/liegroup.hpp>
25
#include <
sot/core/factory.hh
>
26
#include <
sot/core/feature-pose.hh
>
27
#include <sot/core/feature-pose.hxx>
28
#include <
sot/core/macros.hh
>
29
30
using namespace
dynamicgraph::sot
;
31
32
typedef
FeaturePose<R3xSO3Representation>
FeaturePose_t
;
33
typedef
FeaturePose<SE3Representation>
FeaturePoseSE3_t
;
34
template
<>
35
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
(
FeaturePose_t
,
"FeaturePose"
);
36
template
<>
37
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
(
FeaturePoseSE3_t
,
"FeaturePoseSE3"
);
38
39
namespace
dynamicgraph
{
40
namespace
sot {
41
template
class
FeaturePose<R3xSO3Representation>
;
42
template
class
FeaturePose<SE3Representation>
;
43
}
// namespace sot
44
}
// namespace dynamicgraph
factory.hh
dynamicgraph
command-getter.h
dynamicgraph::sot::DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(FeaturePosture, "FeaturePosture")
command-bind.h
command-setter.h
feature-pose.hh
dynamicgraph::sot::FeaturePose_t
FeaturePose< R3xSO3Representation > FeaturePose_t
Definition:
feature-pose.hh:169
dynamicgraph::sot::FeaturePose
Feature that controls the relative (or absolute) pose between two frames A (or world) and B.
Definition:
feature-pose.hh:62
dynamicgraph::sot::FeaturePoseSE3_t
FeaturePose< SE3Representation > FeaturePoseSE3_t
Definition:
feature-pose.hh:170
dynamicgraph::sot
macros.hh
command.h
sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31