[ros-users] Rostopic + python

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Sacha Aury
日付:  
To: ros-users
題目: [ros-users] Rostopic + python
Hi,

I would like to know if it is possible to get the list of published ros
topic in a python script.

The solution I am using is to use subprocess with rostopic list as a
bash command, but it is a bit slow (and not very fancy)

Thanks.

Sacha