CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
t_f2_error.hpp
Go to the documentation of this file.
1
8namespace tf2_msgs::msg {
14class TF2Error {
15public:
16 static const uint8_t NO_ERROR = 0;
17 static const uint8_t LOOKUP_ERROR = 1;
18 static const uint8_t CONNECTIVITY_ERROR = 2;
19 static const uint8_t EXTRAPOLATION_ERROR = 3;
20 static const uint8_t INVALID_ARGUMENT_ERROR = 4;
21 static const uint8_t TIMEOUT_ERROR = 5;
22 static const uint8_t TRANSFORM_ERROR = 6;
23
24 uint8_t error;
25 std::string error_string;
26};
27} // namespace tf2_msgs::msg
ROS message class definition for TF2Error.
Definition t_f2_error.hpp:14
message definitions of the tf2_msgs package
Definition t_f2_error.hpp:8