tf2
master
tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time.
|
Go to the documentation of this file.
31 #ifndef TF2__EXCEPTIONS_H_
32 #define TF2__EXCEPTIONS_H_
143 #endif // TF2__EXCEPTIONS_H_
An exception class to notify that a timeout has occured.
Definition: exceptions.h:133
TimeoutException(const std::string errorDescription)
Definition: exceptions.h:137
LookupException(const std::string errorDescription)
Definition: exceptions.h:97
An exception class to notify of bad frame number.
Definition: exceptions.h:93
An exception class to notify of no connection.
Definition: exceptions.h:74
TF2Error
Definition: exceptions.h:43
InvalidArgumentException(const std::string errorDescription)
Definition: exceptions.h:125
ConnectivityException(const std::string errorDescription)
Definition: exceptions.h:78
Definition: buffer_core.h:53
#define TF2_PUBLIC
Definition: visibility_control.h:57
An exception class to notify that one of the arguments is invalid.
Definition: exceptions.h:121