![]() |
GT RoboCup SSL
Soccer software, robot firmware
|
Public Member Functions | |
def | __init__ |
def | on_enter_start (self) |
def | execute_running (self) |
While we haven't gone through every behavior in the sequence, we Execute each individual behavior. More... | |
def | should_advance (self) |
def | on_exit_running (self) |
def | behaviors (self) |
def | behaviors (self, value) |
def | current_behavior_index (self) |
def | current_behavior (self) |
def | __str__ (self) |
Public Attributes | |
behaviors | |
repeat | |
current_behavior_index | |
current_behavior | |
state | |
def gameplay.behavior_sequence.BehaviorSequence.execute_running | ( | self | ) |
While we haven't gone through every behavior in the sequence, we Execute each individual behavior.
When it finishes we increment the current_behavior index to the next behavior