Public Member Functions | |
def | __init__ |
def | getInstalledBehaviors |
def | runBehavior |
def | stopBehavior |
Public Attributes | |
actionlibServer | |
behavior | |
behaviorProxy | |
getInstalledBehaviorsService | |
lock | |
Static Public Attributes | |
string | NODE_NAME = "nao_behaviors" |
Definition at line 55 of file nao_behaviors.py.
def nao_behaviors.NaoBehaviors.__init__ | ( | self | ) |
Reimplemented from nao_driver.nao_driver_naoqi.NaoNode.
Definition at line 59 of file nao_behaviors.py.
def nao_behaviors.NaoBehaviors.getInstalledBehaviors | ( | self, | |
request | |||
) |
Definition at line 91 of file nao_behaviors.py.
def nao_behaviors.NaoBehaviors.runBehavior | ( | self, | |
request | |||
) |
Definition at line 96 of file nao_behaviors.py.
def nao_behaviors.NaoBehaviors.stopBehavior | ( | self | ) |
Definition at line 136 of file nao_behaviors.py.
Definition at line 59 of file nao_behaviors.py.
Definition at line 59 of file nao_behaviors.py.
Definition at line 59 of file nao_behaviors.py.
Definition at line 59 of file nao_behaviors.py.
Definition at line 59 of file nao_behaviors.py.
string nao_behaviors.NaoBehaviors::NODE_NAME = "nao_behaviors" [static] |
Definition at line 57 of file nao_behaviors.py.