Documentation

This package allows to convert ros messages to tf2 messages and to retrieve data from ros messages.

Supported Conversions

ros message type

tf2 datatype

geometry_msgs::Quaternion

tf2::Quaternion

geometry_msgs::QuaternionStamped

tf2::Stamped<tf2::Quaternion>

geometry_msgs::Transform

tf2::Transform

geometry_msgs::Pose

tf2::Transform

Supported Data Extractions

Timestamps and frame IDs can be extracted from the following geometry_msgs

How to use

Please see the Code API documentation (top right of this page) for use.

Wiki: tf2_geometry_msgs (last edited 2016-03-29 06:41:39 by Marguedas)