- 3.0.2 models module.
declarations.h
Go to the documentation of this file.
1 #ifndef IIT_ROBOT_CT_INVERTEDPENDULUM_DECLARATIONS_H_
2 #define IIT_ROBOT_CT_INVERTEDPENDULUM_DECLARATIONS_H_
3 
4 #include <iit/rbd/rbd.h>
5 
6 namespace iit {
7 namespace ct_InvertedPendulum {
8 
9 static const int JointSpaceDimension = 1;
10 static const int jointsCount = 1;
12 static const int linksCount = 2;
13 
14 namespace tpl {
15 template <typename SCALAR>
17 
18 template <typename SCALAR>
20 }
21 
24 
26  JOINT1 = 0
27 };
28 
32 };
33 
34 static const JointIdentifiers orderedJointIDs[jointsCount] =
35  {JOINT1};
36 
37 static const LinkIdentifiers orderedLinkIDs[linksCount] =
39 
40 }
41 }
42 #endif
Definition: declarations.h:31
JointIdentifiers
Definition: declarations.h:25
Definition: declarations.h:26
Column1d< SCALAR > JointState
Definition: declarations.h:19
LinkIdentifiers
Definition: declarations.h:29
tpl::Column1d< double > Column1d
Definition: declarations.h:22
iit::rbd::PlainMatrix< SCALAR, 1, 1 > Column1d
Definition: declarations.h:16
Eigen::Matrix< Scalar, R, C > PlainMatrix