#include "sick_scan/sick_scan_base.h"#include <tf2/transform_datatypes.h>#include <tf2/exceptions.h>#include <geometry_msgs/TransformStamped.h>#include <tf2/impl/convert.h>
Go to the source code of this file.
Namespaces | |
| tf2 | |
Macros | |
| #define | TF2_CONVERT_H |
Functions | |
| void | tf2::convert (const A &a, B &b) |
| void | tf2::convert (const A &a1, A &a2) |
| void | tf2::doTransform (const T &data_in, T &data_out, const geometry_msgs::TransformStamped &transform) |
| The templated function expected to be able to do a transform. More... | |
| void | tf2::fromMsg (const A &, B &b) |
| const std::string & | tf2::getFrameId (const T &t) |
| Get the frame_id from data. More... | |
| const std::string & | tf2::getFrameId (const tf2::Stamped< P > &t) |
| const ros::Time & | tf2::getTimestamp (const T &t) |
| Get the timestamp from data. More... | |
| const ros::Time & | tf2::getTimestamp (const tf2::Stamped< P > &t) |
| B | tf2::toMsg (const A &a) |