upkie 9.0.0
Open-source wheeled biped robots
|
Exception for filter errors. More...
#include <ServoError.h>
Public Member Functions | |
ServoError (const int servo_id, const std::string &joint_name, const std::string &message) | |
Exception constructor. More... | |
const char * | what () const noexcept override |
Error message. | |
Protected Attributes | |
std::string | message_ |
Complete error message. | |
Exception for filter errors.