RosClient.get_nodes
- RosClient.get_nodes(callback=None, errback=None)[source]
Retrieve list of active node names in ROS.
- Note:
To make this a blocking call, pass
None
to thecallback
parameter .
Retrieve list of active node names in ROS.
To make this a blocking call, pass None
to the callback
parameter .