[ros-users] Rostopic + python

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Sacha Aury
Dato:  
Til: ros-users
Emne: [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