Aikido
TrajectoryResult.hpp
Go to the documentation of this file.
1 #ifndef AIKIDO_CONTROL_TRAJECTORYRESULT_HPP_
2 #define AIKIDO_CONTROL_TRAJECTORYRESULT_HPP_
3 
4 #include <memory>
5 
7 
8 namespace aikido {
9 namespace control {
10 
12 
14 {
15 public:
16  virtual ~TrajectoryResult() = default;
17 };
18 
19 } // namespace control
20 } // namespace aikido
21 
22 #endif
aikido
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
aikido::control::TrajectoryResult
Definition: TrajectoryResult.hpp:13
pointers.hpp
AIKIDO_DECLARE_POINTERS
#define AIKIDO_DECLARE_POINTERS(X)
Definition: pointers.hpp:21