Skip to content

Commit

Permalink
Update state_estimation_nodes.rst (#623)
Browse files Browse the repository at this point in the history
Make the intention/use/function of the publish_tf parameter clear. In my experience, what the current description describes is not actually what happens.
  • Loading branch information
JJBUT authored Feb 22, 2021
1 parent a7da2f6 commit 3fb3be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/state_estimation_nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Starts the filter with the specified state. The state is given as a 15-D vector
~publish_tf
^^^^^^^^^^^
If *true*, the state estimation node will publish the transform from the frame specified by the ``world_frame`` parameter to the frame specified by the ``base_link_frame`` parameter. Defaults to *true*.
If *true*, the state estimation node will publish the transform from the frame specified by the ``world_frame`` parameter to its child. If the ``world_frame`` is the same as the ``map_frame`` it will publish the transform from the ``map_frame`` to the ``odom_frame`` and if the ``world_frame`` is the same as the ``odom_frame`` it will publish the transform from the ``odom_frame`` to the ``base_link_frame``. Defaults to *true*.

~publish_acceleration
^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 3fb3be5

Please sign in to comment.