delphyne_demos
DelayedChangeSpeed Class Reference

Detailed Description

Change speed of agent after 10 seconds have passed in simulation.
Inheritance diagram for DelayedChangeSpeed:
[legend]

Public Member Functions

def __init__ (self, agent_name, speed=1.0, name=py_trees.common.Name.AUTO_GENERATED)
 
def initialise (self)
 
def late_setup (self, simulation)
 
def update (self)
 

Public Attributes

 speed
 
 agent_name
 
 status
 
 simulation
 
 agent
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  agent_name,
  speed = 1.0,
  name = py_trees.common.Name.AUTO_GENERATED 
)

Member Function Documentation

◆ initialise()

def initialise (   self)

◆ late_setup()

def late_setup (   self,
  simulation 
)

◆ update()

def update (   self)

Member Data Documentation

◆ agent

agent

◆ agent_name

agent_name

◆ simulation

simulation

◆ speed

speed

◆ status

status

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