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