Aikido
TrajectoryRunningException.hpp
Go to the documentation of this file.
1 #ifndef AIKIDO_CONTROL_TRAJECTORYRUNNINGEXCEPTION_HPP_
2 #define AIKIDO_CONTROL_TRAJECTORYRUNNINGEXCEPTION_HPP_
3 
4 #include <stdexcept>
5 
6 namespace aikido {
7 namespace control {
8 
9 class TrajectoryRunningException : public std::runtime_error
10 {
11 public:
13 
14  virtual ~TrajectoryRunningException() = default;
15 };
16 
17 } // namespace control
18 } // namespace aikido
19 
20 #endif // AIKIDO_CONTROL_TRAJECTORYRUNNINGEXCEPTION_HPP_
aikido
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
aikido::control::TrajectoryRunningException
Definition: TrajectoryRunningException.hpp:9
aikido::control::TrajectoryRunningException::~TrajectoryRunningException
virtual ~TrajectoryRunningException()=default
aikido::control::TrajectoryRunningException::TrajectoryRunningException
TrajectoryRunningException()