Skip to content

Commit

Permalink
minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ce047 committed Sep 25, 2017
1 parent 61ec6f0 commit bd52f32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rc_dynamics_api/unexpected_receive_timeout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd52f32

Please sign in to comment.