| Home | Trees | Indices | Help |
|---|
|
|
| Submodules | |
| |
| Classes | |
|
Master API for interacting with the ROS master. |
|
|
MasterError Master returned an error code, which indicates an error in the arguments passed to the Master. |
|
|
MasterException Base class of ROS-master related errors. |
|
|
MasterFailure Call to Master failed. |
|
| Functions | |||
|
|||
|
|||
|
|||
| Variables | |
ROS_HOSTNAME =
|
|
ROS_IP =
|
|
ROS_IPV6 =
|
|
ROS_MASTER_URI =
|
|
ROS_NAMESPACE =
|
|
| Function Details |
Get the :envvar:`ROS_MASTER_URI` setting from the command-line args or environment, command-line args takes precedence. :param env: override environment dictionary, ``dict`` :param argv: override ``sys.argv``, ``[str]`` :raises: :exc:`ValueError` If :envvar:`ROS_MASTER_URI` value is invalidly specified |
|
Remove ROS remapping arguments from sys.argv arguments. :returns: copy of sys.argv with ROS remapping arguments removed, ``[str]`` |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 6 21:09:51 2019 | http://epydoc.sourceforge.net |