Classes. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
icon | |
index | |
launch_list | |
Static Private Attributes | |
list | __slots__ |
Classes.
This class defines an interaction for the rocon_remocon. It does so by wrapping the base rocon_interaction.Interaction class with a few extra variables and methods.
Definition at line 36 of file interactions.py.
def rocon_remocon.interactions.Interaction.__init__ | ( | self, | |
msg | |||
) |
:param msg: underlying data structure with fields minimally filled via :func:`.load_msgs_from_yaml_resource`. :type msg: rocon_interaction_msgs.Interaction_ .. include:: weblinks.rst
Definition at line 49 of file interactions.py.
def rocon_remocon.interactions.Interaction.__str__ | ( | self | ) |
Format the interaction into a human-readable string.
Definition at line 66 of file interactions.py.
list rocon_remocon::interactions.Interaction::__slots__ [static, private] |
[ 'launch_list', # dictionary of launch information 'icon', 'index' ]
Definition at line 43 of file interactions.py.
Definition at line 54 of file interactions.py.
Definition at line 54 of file interactions.py.
Definition at line 54 of file interactions.py.