GT RoboCup SSL
Soccer software, robot firmware
gameplay.behavior_sequence.BehaviorSequence Class Reference

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
 
+ Inheritance diagram for gameplay.behavior_sequence.BehaviorSequence:
+ Collaboration diagram for gameplay.behavior_sequence.BehaviorSequence:

Member Function Documentation

◆ execute_running()

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


The documentation for this class was generated from the following file: