|
upkie 10.0.0
Open-source wheeled biped robots
|
Exception thrown when a controller fails. More...
#include <ControllerError.h>
Public Member Functions | |
| ControllerError (const std::string &name, const std::string &message) | |
| Create a controller error. More... | |
| const std::string & | name () const noexcept |
| Controller name in. | |
| const char * | what () const noexcept override |
| Error message. | |
Protected Attributes | |
| std::string | message_ |
| Complete error message. | |
Exception thrown when a controller fails.