Base.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
7 #include <mc_rbdyn/api.h>
8 
9 #include <RBDyn/Joint.h>
10 
11 #include <string>
12 
13 namespace mc_rbdyn
14 {
15 
18 {
20  std::string baseName;
22  sva::PTransformd X_0_s;
24  sva::PTransformd X_b0_s;
27 };
28 
29 } // namespace mc_rbdyn
#define MC_RBDYN_DLLAPI
Definition: api.h:50
Definition: generic_gripper.h:15
Type
Definition: types.h:31
Definition: Base.h:18
std::string baseName
Definition: Base.h:20
sva::PTransformd X_b0_s
Definition: Base.h:24
sva::PTransformd X_0_s
Definition: Base.h:22
rbd::Joint::Type baseType
Definition: Base.h:26