15 #ifndef COMMANDSAMPLES_HPP_ 16 #define COMMANDSAMPLES_HPP_ 18 #include "../templates/TimeStamped.hpp" 19 #include "../commands/Motion2D.hpp" 27 class Motion2D :
public TimeStamped< commands::Motion2D >{
Motion2D()
Definition: CommandSamples.hpp:32
Definition: CommandSamples.hpp:27
Motion2D(const commands::Motion2D &from)
Definition: CommandSamples.hpp:36
Definition: Motion2D.hpp:14
Definition: LinearAngular6DCommand.hpp:8