Home | Trees | Indices | Help |
|
---|
|
rospy internal core implementation library
Classes | |
LoggingThrottle | |
NullHandler |
Functions | |||
(str, int) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
str |
|
||
str |
|
||
|
|||
|
|||
bool |
|
||
|
|||
bool |
|
||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
xmlrpclib.ServerProxy |
|
Variables | |
ROSRPC =
|
|
MASTER_NAME =
|
|
__package__ =
|
Function Details |
utility function for parsing ROS-RPC URIs
|
This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emmitted when the function is used. |
Get the value of ROS_ROOT.
|
Get this Node's URI.
|
set the URI of the local node. This is an internal API method, it does not actually affect the XMLRPC URI of the Node. |
Setup filesystem logging for this node
|
Get the initialization state of the local node. If True, node has been configured.
|
set the initialization state of the local node
|
|
is_shutdown_requested is a state that occurs just before is_shutdown. It is initiated when a shutdown requested is received and continues until client shutdown handlers have been called. After client shutdown handlers have been serviced, the is_shutdown state becomes true.
|
Add client method to invoke when system shuts down. Unlike add_shutdown_hook and
|
Add method to invoke when system shuts down. Unlike add_shutdown_hook, these methods will be called before any other shutdown hooks.
|
Add method to invoke when system shuts down. Shutdown hooks are called in the order that they are registered. This is an internal API method that is used to cleanup. See the client on_shutdown() method if you wish to register client hooks.
|
Initiates shutdown process by signaling objects waiting on _shutdown_lock. Shutdown and pre-shutdown hooks are invoked.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 7 03:45:10 2017 | http://epydoc.sourceforge.net |