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