Wiki

tf API Overview: Data Types | Transformations and Frames | Broadcasting Transforms | Using Published Transforms | Exceptions

Broadcasting Transforms

To broadcast transforms within a node, we recommend using the tf::TransformBroadcaster.

Constructor

tf::TransformBroadcaster has a no argument constructor, e.g.:

Sending transforms

To send a transform call sendTransform() with a fully populated transform.

For example usage, see the tutorials (c++ | python)

Wiki: tf/Overview/Broadcasting Transforms (last edited 2017-05-10 13:06:59 by SilvanHeim)