Utilities for working with transforms. More...
Go to the source code of this file.
Namespaces | |
cras | |
Functions | |
double | cras::getPitch (const ::geometry_msgs::Quaternion &quat) |
Get pitch from the given quaternion. More... | |
double | cras::getPitch (const ::tf2::Quaternion &quat) |
Get pitch from the given quaternion. More... | |
double | cras::getRoll (const ::geometry_msgs::Quaternion &quat) |
Get roll from the given quaternion. More... | |
double | cras::getRoll (const ::tf2::Quaternion &quat) |
Get roll from the given quaternion. More... | |
void | cras::getRPY (const ::geometry_msgs::Quaternion &quat, double &roll, double &pitch, double &yaw) |
Get roll, pitch and yaw from the given quaternion. More... | |
void | cras::getRPY (const ::tf2::Quaternion &quat, double &roll, double &pitch, double &yaw) |
Get roll, pitch and yaw from the given quaternion. More... | |
double | cras::getYaw (const ::geometry_msgs::Quaternion &quat) |
Get yaw from the given quaternion. More... | |
double | cras::getYaw (const ::tf2::Quaternion &quat) |
Get yaw from the given quaternion. More... | |
Utilities for working with transforms.
Definition in file tf2_utils.hpp.