Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
simulation_tools.lap_timer.Timer Class Reference

Public Member Functions

def __init__ (self, name, checkpoints)
 
def update (self, position)
 
def complete_lap (self)
 

Public Attributes

 name
 
 checkpoints
 
 next_checkpoint
 
 history
 
 start
 
 lap_time_publisher
 

Detailed Description

Definition at line 32 of file lap_timer.py.

Constructor & Destructor Documentation

def simulation_tools.lap_timer.Timer.__init__ (   self,
  name,
  checkpoints 
)

Definition at line 33 of file lap_timer.py.

Member Function Documentation

def simulation_tools.lap_timer.Timer.complete_lap (   self)

Definition at line 56 of file lap_timer.py.

Here is the call graph for this function:

Here is the caller graph for this function:

def simulation_tools.lap_timer.Timer.update (   self,
  position 
)

Definition at line 42 of file lap_timer.py.

Here is the call graph for this function:

Member Data Documentation

simulation_tools.lap_timer.Timer.checkpoints

Definition at line 35 of file lap_timer.py.

simulation_tools.lap_timer.Timer.history

Definition at line 37 of file lap_timer.py.

simulation_tools.lap_timer.Timer.lap_time_publisher

Definition at line 39 of file lap_timer.py.

simulation_tools.lap_timer.Timer.name

Definition at line 34 of file lap_timer.py.

simulation_tools.lap_timer.Timer.next_checkpoint

Definition at line 36 of file lap_timer.py.

simulation_tools.lap_timer.Timer.start

Definition at line 38 of file lap_timer.py.


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