class documentation

class RosbinExecutable(Executable):

Constructor: RosbinExecutable(cmd, args, phase)

View In Hierarchy

RosbinExecutables are executables stored in ROS_ROOT/bin.

Method __init__ No summary
Method __repr__ Undocumented
Method __str__ Undocumented

Inherited from Executable:

Instance Variable args Undocumented
Instance Variable command Undocumented
Instance Variable phase Undocumented
def __init__(self, cmd, args, phase=PHASE_RUN):
Parameters
cmdname of command to run, str
argsarguments to command, (str,)
phasePHASE_SETUP|PHASE_RUN|PHASE_TEARDOWN. Indicates whether the command should be run before, during, or after launch, str
def __repr__(self):
def __str__(self):