Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Rufus Wong <[email protected]>
  • Loading branch information
rcywongaa committed May 30, 2024
1 parent 7d99188 commit 711c3e0
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 @@ -218,11 +218,11 @@ and to add and delete output topics. At startup, the first output topic on the c
#### Usage

```shell
ros2 run topic_tools demux <intopic> <outopic1> [outopic2...]
ros2 run topic_tools demux <intopic> <outtopic1> [outopic2...]
```

Subscribe to <intopic1> and publish currently to selected outopic among <outopic1>...N. demux will start with <outopic1> selected.
- `inttopic`: Incoming topic to subscribe to
- `intopic`: Incoming topic to subscribe to
- `outopicN`: Outgoing topic to publish on

E.g. demux one command stream (cmdvel) between two command streams (turtle1_cmdvel and turtle2_cmdvel):
Expand Down

0 comments on commit 711c3e0

Please sign in to comment.