diff --git a/rc_dynamics_api/unexpected_receive_timeout.h b/rc_dynamics_api/unexpected_receive_timeout.h index 9136429..923f131 100644 --- a/rc_dynamics_api/unexpected_receive_timeout.h +++ b/rc_dynamics_api/unexpected_receive_timeout.h @@ -44,6 +44,12 @@ namespace rc namespace dynamics { +/** + * Exception handling cases where actually everything should be fine and + * rc_visard's dynamic state estimates should be received, but it is not. + * + * Gives some possible explanations why this timeout might have been received. + */ class UnexpectedReceiveTimeout : public std::runtime_error { public: