Home | Trees | Indices | Help |
---|
|
rosnode implements the rosnode command-line tool and also provides a library for retrieving ROS Node information.
Classes | |
ROSNodeException rosnode base exception type |
|
ROSNodeIOException Exceptions for communication-related (i/o) errors, generally due to Master or Node network communication issues. |
Functions | |||
str |
|
||
|
|||
[str] |
|
||
[str] |
|
||
[str] |
|
||
([str], [str]) |
|
||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
NAME =
|
|
ID =
|
|
__package__ =
|
Function Details |
|
|
Find machines connected to nodes. This is a very costly procedure as it must do N lookups with the Master, where N is the number of nodes.
|
Find nodes by machine name. This is a very costly procedure as it must do N lookups with the Master, where N is the number of nodes.
|
Call shutdown on the specified nodes
|
Print list of all ROS nodes to screen.
|
Test connectivity to node by calling its XMLRPC API
|
Ping all running nodes
|
Remove registrations from ROS Master and node cache (_caller_apis) that match blacklist.
|
Remove registrations from ROS Master that do not match whitelist.
|
This is a semi-hidden routine for cleaning up stale node registration information on the ROS Master. The intent is to remove this method once Master TTLs are properly implemented. |
Print information about node, including subscriptions and other debugging information. This will query the node over the network.
|
Print information about node, including subscriptions and other debugging information. This will query the node over the network.
|
Prints rosnode main entrypoint.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:53:06 2020 | http://epydoc.sourceforge.net |