delphyne
SimpleCar Class Reference

Detailed Description

Introduce a simple car in the road.
Inheritance diagram for SimpleCar:
[legend]

Public Member Functions

def __init__ (self, name=py_trees.common.Name.AUTO_GENERATED, initial_pose=(0., 0., 0.), speed=1.)
 
def setup (self, *builder)
 

Public Attributes

 initial_pose
 
 speed
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name = py_trees.common.Name.AUTO_GENERATED,
  initial_pose = (0., 0., 0.),
  speed = 1. 
)
:param name: a name for the car.
:param initial_pose: initial car (SE2) pose in the world frame.
    That is, its (x, y, heading) coordinates, either as a tuple of
    floats or as a callable expression that takes a road geometry
    and returns a tuple of floats.
:param speed: for the agent as measured in the world frame, in m/s.

Member Function Documentation

◆ setup()

def setup (   self,
builder 
)

Member Data Documentation

◆ initial_pose

initial_pose

◆ speed

speed

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