[ros-users] Rostopic + python

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Sacha Aury
Date:  
To: ros-users
Subject: [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