ros自學系列之rostopic

2021-08-14 03:20:41 字數 1614 閱讀 6321

本章部落格是網路公開課 「[ros tutorial] chapter 2.1 : ros topics #part 1」, 的上課筆記,**鏈結為

ros中的topic,就像是自來水廠供水一樣,自來水廠的水庫可以看作是publishernode,各家各戶的水龍頭看作是subscribernode,那麼topic就是就是這些水管,水管裡的水呢就是message。

rostopic list

#顯示這個所有正在執行的topics

rostopic list | grep counter

#只顯示含有counter的topics

rostopic echo /counter

#顯示/counter這個topic發布的message

rostopic echo /counter -n1

#只顯示在最近一次這個topic上發布的訊息

rostopic info /counter

#顯示改topic的型別與改topic的publisher和subscriber

以上是比較常用的rostopic指令,如果忘記了或者想使用其他指令,可以使用

rostopic -h
這樣終端會顯示

rostopic bw display bandwidth used by topic

rostopic delay display delay

of topic from timestamp in header

rostopic echo print messages to screen

rostopic find find topics by type

rostopic hz display publishing rate of topic

rostopic info print information about active topic

rostopic list

list active topics

rostopic pub publish data to topic

rostopic type print topic or field type

同樣的,對於乙個message, 也可以使用

rosmsg -h
這樣終端會顯示

commands:

rosmsg show

show message description

rosmsg info alias for rosmsg show

rosmsg list list all messages

rosmsg md5 display message md5sum

rosmsg package list messages in a package

rosmsg packages list packages that contain messages

python自學系列

task5 時長 2天 1 類和物件 2 正規表示式 3 re模組 4 os模組 5 http請求 1 類和物件 物件導向技術簡介 類 class 用來描述具有相同的屬性和方法的物件的集合。它定義了該集合中每個物件所共有的屬性和方法。物件是類的例項。方法 類中定義的函式。類變數 類變數在整個例項化的...

iBokan ios80 自學系列

北京市實行機動車尾號限行政策,每天限行兩個不同車號,一周5天執行.int weekday 星期幾 int hk 車號 int tiaojian 條件 這個 條件 的定義.include int main break case 3 case 8 if weekday 2 break case 4 ca...

c 自學系列day02

資料型別 整型 short,int,long,long long long long這種型別是c 11新增的。各個型別所佔位元組 2,4,4,8byte 每個型別都有對應的無符號型別,所有整型的字面值書寫如下 short 8 unsigned short 8 int 8 unsigned int 8...