Conductor. More...
Public Member Functions | |
def | __init__ |
Public Attributes | |
param | |
publishers | |
Pubs, Subs and Services. | |
spin | |
Private Member Functions | |
def | _setup_ros_parameters |
Static Private Attributes | |
list | __slots__ |
Conductor.
Definition at line 18 of file src/rocon_master_info/master.py.
def rocon_master_info.master.RoconMaster.__init__ | ( | self | ) |
Definition at line 25 of file src/rocon_master_info/master.py.
def rocon_master_info.master.RoconMaster._setup_ros_parameters | ( | self | ) | [private] |
Parameters that are configurable (overridable) are currently set via args in the concert master launcher where they are published as parameters. We grab those here. Parameters that are fixed (not configurable), we set here so we can access the message string constant and use that (also to avoid roslaunch clutter).
Definition at line 42 of file src/rocon_master_info/master.py.
list rocon_master_info::master.RoconMaster::__slots__ [static, private] |
[ 'publishers', 'param', 'spin', ]
Definition at line 19 of file src/rocon_master_info/master.py.
Definition at line 28 of file src/rocon_master_info/master.py.
Pubs, Subs and Services.
Definition at line 28 of file src/rocon_master_info/master.py.
Definition at line 28 of file src/rocon_master_info/master.py.