0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ROS2コマンドチートシート

0
Posted at

メモ書きがてら逐次更新予定。ros2->rosに変えればROS(1)でも同じように利用可能だと思う。

ROS2 topic

トピック一覧取得

ros2 topic list

トピックの詳細情報取得

topic名は判明していて、そのトピックをpub/subしているノード名を知りたいときに役立つ

ros2 topic info -v topic-name

トピックに流れている情報取得

ros2 topic echo topic-name
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?