[Documentation] [TitleIndex] [WordIndex

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)


2023-10-28 13:07