Python adapter for calling ROS Master API. While it is trivial to call
the Master directly using XML-RPC, this API provides a safer abstraction
in the event the Master API is changed.
|
MasterException
Base class of ROS-master related errors.
|
|
MasterFailure
Call to Master failed.
|
|
MasterError
Master returned an error code, which indicates an error in the
arguments passed to the Master.
|
|
ROSMasterException
Base class of ROS-master related errors.
|
|
Error
Master returned an error code, which indicates an error in the
arguments passed to the Master.
|
|
Failure
Call to Master failed.
|
|
Master
API for interacting with the ROS master.
|