Home | Trees | Indices | Help |
|
---|
|
Common ros script utilities, such as methods convenience methods for creating master xmlrpc proxies and executing rospack. This library is relatively immature and much of the functionality here will likely be moved elsewhere as the API solidifies.
Functions | |||
|
|||
bool |
|
||
[str] |
|
||
str |
|
||
xmlrpclib.ServerProxy |
|
||
xmlrpclib.ServerProxy |
|
||
bool |
|
||
bool |
|
||
|
Variables | |
PRODUCT =
|
|
__package__ =
|
Function Details |
General API for a script specifying that it is being run in an interactive environment. Many libraries may wish to change their behavior based on being interactive (e.g. disabling signal handlers on Ctrl-C).
|
General API for a script specifying that it is being run in an interactive environment. Many libraries may wish to change their behavior based on being interactive (e.g. disabling signal handlers on Ctrl-C).
|
Remove ROS remapping arguments from sys.argv arguments.
|
Name resolver for scripts. Supports ROS_NAMESPACE. Does not support remapping arguments.
|
Get an XMLRPC handle to the Master. It is recommended to use the `rosgraph.masterapi` library instead, as it provides many conveniences.
|
|
Check whether or not master think subscriber_id subscribes to topic
|
Predicate to check whether or not master think publisher_id publishes topic
|
Pretty print cmds, ask if they should be run, and if so, runs them using subprocess.check_call.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 12:17:41 2013 | http://epydoc.sourceforge.net |