Skip to content

Commit

Permalink
Note tf publishing in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWilbrandt committed Oct 9, 2024
1 parent 316757b commit 18dd3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pose_broadcaster/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pose Broadcaster
--------------------------------
Broadcaster for poses measured by a robot or a sensor.
The published message type is ``geometry_msgs/msg/PoseStamped``.
Poses are published as ``geometry_msgs/msg/PoseStamped`` messages and optionally as tf transforms.

The controller is a wrapper around the ``PoseSensor`` semantic component (see ``controller_interface`` package).

Expand Down
2 changes: 1 addition & 1 deletion pose_broadcaster/pose_broadcaster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
type="pose_broadcaster::PoseBroadcaster"
base_class_type="controller_interface::ControllerInterface">
<description>
This controller publishes a Cartesian state as a geometry_msgs/PoseStamped message.
This controller publishes a Cartesian state as a geometry_msgs/PoseStamped message and optionally as a tf transform.
</description>
</class>
</library>

0 comments on commit 18dd3a9

Please sign in to comment.