ros 使用命令测试topic
Posted sea-stream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ros 使用命令测试topic相关的知识,希望对你有一定的参考价值。
发布话题
$ rostopic pub -r 10 /chatter std_msgs/String "test"
输出数据:
$ rostopic echo /chatter data: test --- data: test --- data: test --- data: test --- data: test --- data: test
以上是关于ros 使用命令测试topic的主要内容,如果未能解决你的问题,请参考以下文章