Skip to content

Commit

Permalink
[doc] Fix jsk_topic_tools/Passthrough doc in Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Dec 7, 2023
1 parent 78faabe commit 651353c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/jsk_topic_tools/lib/passthrough_nodelet.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
$ roslaunch jsk_topic_tools passthrough_sample.launch
# Terminal 2
$ rostopic pub /passthrough_sample/input std_msgs/String "data: 'hello'" -r10
$ rostopic pub /input std_msgs/String "data: 'hello'" -r10
# Terminal 3
$ rostopic echo /passthrough_sample/input
$ rostopic echo /input
# Terminal 4
$ rostopic echo /passthrough_sample/output
$ rostopic echo /output
# Terminal 5
$ rosservice call /passthrough_sample/request
Expand Down

0 comments on commit 651353c

Please sign in to comment.