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.
|
An exception class to notify of no connection. More...
#include <exceptions.h>
Public Member Functions | |
ConnectivityException (const std::string errorDescription) | |
Public Member Functions inherited from tf2::TransformException | |
TransformException (const std::string errorDescription) | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
An exception class to notify of no connection.
This is an exception class to be thrown in the case that the Reference Frame tree is not connected between the frames requested.
|
inline |