[ros-users] Rostopic + python

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Sacha Aury
Datum:  
Aan: ros-users
Onderwerp: [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