Skip to content

Commit

Permalink
Fix Usage for RelayField (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: ymd-stella <world.applepie@gmail.com>
  • Loading branch information
ymd-stella authored Aug 14, 2023
1 parent 23f8024 commit 63168a6
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 @@ -44,7 +44,7 @@ RelayField is a ROS 2 node that allows to republish data in a different message
#### Usage

```
ros2 run topic_tools transform <input topic> <output topic> <output type> [<expression on m>] [--import <modules>] [--field <topic_field>]
ros2 run topic_tools relay_field <input topic> <output topic> <output type> [<expression on m>]
```

Subscribe to `input topic` and republish one or many of its fields onto another field in a different message type
Expand Down

0 comments on commit 63168a6

Please sign in to comment.