Home | Trees | Indices | Help |
---|
|
object --+ | Machine
Data structure for storing information about a machine in the ROS system. Corresponds to the 'machine' tag in the launch specification.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
address | |
assignable | |
env_loader | |
name | |
password | |
ssh_port | |
timeout | |
user | |
Inherited from |
Method Details |
:param name: machine name, ``str`` :param address: network address of machine, ``str`` :param env_loader: Path to environment loader, ``str`` :param ssh_port: SSH port number, ``int`` :param user: SSH username, ``str`` :param password: SSH password. Not recommended for use. Use SSH keys instead., ``str``
|
str(x)
|
Get a key that represents the configuration of the machine. machines with identical configurations have identical keys :returns:: configuration key, ``str`` |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:37 2020 | http://epydoc.sourceforge.net |