base
Wrenches.hpp
Go to the documentation of this file.
1 #ifndef BASE_SAMPLES_WRENCHES_HPP
2 #define BASE_SAMPLES_WRENCHES_HPP
3 
4 #include <base/NamedVector.hpp>
5 #include <base/Wrench.hpp>
6 #include <base/Time.hpp>
7 
8 namespace base { namespace samples {
9 
13  struct Wrenches : public base::NamedVector< base::Wrench >
14  {
16  };
17 }}
18 
19 #endif
20 
21 
Definition: NamedVector.hpp:12
base::Time time
Definition: Wrenches.hpp:15
Definition: Time.hpp:11
Definition: LinearAngular6DCommand.hpp:8
Definition: Wrenches.hpp:13