Skip to content

Commit

Permalink
Readme: Clearify mux initial_topic param
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Gutsche <githubtopictools@jaagut.de>
  • Loading branch information
Jan Gutsche committed Sep 25, 2023
1 parent 6b8d7e5 commit d028f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ ros2 run topic_tools mux sel_cmdvel auto_cmdvel joystick_cmdvel
- the same as if provided as a command line argument
- `lazy` (bool, default=False)
- If True, only subscribe to `input_topic` if there is at least one subscriber on the `output_topic`
- `initial_topic` (str)
- Input topic to select on startup. If __none, start with no input topic. If unset, default to first topic in arguments
- `initial_topic` (str, default="")
- Input topic to select on startup. If `__none`, start with no input topic. If unset, default to first topic in arguments

### Delay

Expand Down

0 comments on commit d028f9e

Please sign in to comment.