15#ifndef TF2__UTILS_HPP_
16#define TF2__UTILS_HPP_
The Quaternion implements quaternion to perform linear algebra rotations in combination with Matrix3x...
Definition Quaternion.hpp:30
void getEulerYPR(const tf2::Quaternion &q, double &yaw, double &pitch, double &roll)
Definition utils.hpp:102
double getYaw(const tf2::Quaternion &q)
Definition utils.hpp:140
tf2::Quaternion toQuaternion(const tf2::Quaternion &q)
Definition utils.hpp:39
Definition buffer_core.hpp:58
A getTransformIdentity()
Definition utils.hpp:58
double getYaw(const A &a)
Definition utils.hpp:48
B toMsg(const A &a)
Function that converts from one type to a ROS message type. It has to be implemented by each data typ...
void getEulerYPR(const A &a, double &yaw, double &pitch, double &roll)
Definition utils.hpp:34
void convert(const A &a, B &b)
Function that converts any type to any type (messages or not). Matching toMsg and from Msg conversion...
Definition convert.hpp:150