Skip to content

Commit

Permalink
corrected publish_frequency default in README (#166)
Browse files Browse the repository at this point in the history
Corrected the default `publish_frequency` value in the README as it was missing its unit and was also not reflecting the correct value that is specified [in the code](https://github.com/ros/robot_state_publisher/blob/d8b471b742bd16734184167622eca3c6dce10980/src/robot_state_publisher.cpp#L119).
  • Loading branch information
Schnilz authored Jun 24, 2021
1 parent 3de655e commit 7d3ecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Subscribed Topics
Parameters
----------
* `robot_description` (string) - The original description of the robot in URDF form. This *must* be set at robot_state_publisher startup time, or the node will fail to start. Updates to this parameter will be reflected in the `robot_description` topic.
* `publish_frequency` (double) - The frequency at which fixed transforms will be republished to the network. Defaults to 50.0.
* `publish_frequency` (double) - The frequency at which fixed transforms will be republished to the network. Defaults to 20.0 Hz.
* `use_tf_static` (bool) - Whether to publish fixed joints on the static broadcaster (`/tf_static` topic) or on the dynamic one (`/tf` topic). Defaults to true, so it publishes on the `/tf_static` topic.
* `ignore_timestamp` (bool) - Whether to accept all joint states no matter what the timestamp (true), or to only publish joint state updates if they are newer than the last publish_frequency (false). Defaults to false.
* `frame_prefix` (string) - An arbitrary prefix to add to the published tf2 frames. Defaults to the empty string.

0 comments on commit 7d3ecb3

Please sign in to comment.