Public Member Functions | |
def | __init__ |
def | get_ros_topics |
def | list |
Public Attributes | |
serv |
Node to return a list of all running topics when service is called
Definition at line 22 of file list_topics.py.
def list_topics.ListTopics.__init__ | ( | self | ) |
Definition at line 24 of file list_topics.py.
def list_topics.ListTopics.get_ros_topics | ( | self | ) |
return list of published topics
Definition at line 36 of file list_topics.py.
def list_topics.ListTopics.list | ( | self, | |
request | |||
) |
request for service handler return the list
Definition at line 31 of file list_topics.py.
Definition at line 24 of file list_topics.py.