uwv_dynamic_model
/build/rock-master-18.09-control-orogen-uwv-dynamic-model-0.20171123/uwv_dynamic_modelTypes.hpp
Go to the documentation of this file.
1 #ifndef uwv_dynamic_model_TYPES_HPP
2 #define uwv_dynamic_model_TYPES_HPP
3 
4 /* If you need to define types specific to your oroGen components, define them
5  * here. Required headers must be included explicitly
6  *
7  * However, it is common that you will only import types from your library, in
8  * which case you do not need this file
9  */
10 #include <base/samples/RigidBodyState.hpp>
11 #include <base/samples/RigidBodyAcceleration.hpp>
12 #include <base/commands/LinearAngular6DCommand.hpp>
13 
14 namespace uwv_dynamic_model
15 {
17  {
18  base::samples::RigidBodyAcceleration linear_acceleration;
19  base::samples::RigidBodyAcceleration angular_acceleration;
20  base::LinearAngular6DCommand efforts;
21  base::Time time;
22  };
23 
25  {
26  base::samples::RigidBodyState pose;
28  base::Time time;
29  };
30 
31 }
32 
33 #endif
base::samples::RigidBodyAcceleration linear_acceleration
Definition: uwv_dynamic_modelTypes.hpp:18
base::Time time
Definition: uwv_dynamic_modelTypes.hpp:21
base::samples::RigidBodyAcceleration angular_acceleration
Definition: uwv_dynamic_modelTypes.hpp:19
base::Time time
Definition: uwv_dynamic_modelTypes.hpp:28
Definition: uwv_dynamic_modelTypes.hpp:16
Definition: uwv_dynamic_modelTypes.hpp:24
uwv_dynamic_model::SecondaryStates secondary_states
Definition: uwv_dynamic_modelTypes.hpp:27
base::LinearAngular6DCommand efforts
Definition: uwv_dynamic_modelTypes.hpp:20
Definition: Task.hpp:10
base::samples::RigidBodyState pose
Definition: uwv_dynamic_modelTypes.hpp:26