Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
plot_track Namespace Reference

Variables

list xTrackList = []
 
list yTrackList = []
 
list xMidList = []
 
list yMidList = []
 
list colorList = []
 
int count = 0
 
 lineList = line.split(" ")
 
 s
 
 c
 

Variable Documentation

◆ c

plot_track.c

Definition at line 22 of file plot_track.py.

◆ colorList

list plot_track.colorList = []

Definition at line 10 of file plot_track.py.

◆ count

int plot_track.count = 0

Definition at line 11 of file plot_track.py.

◆ lineList

plot_track.lineList = line.split(" ")

Definition at line 17 of file plot_track.py.

◆ s

plot_track.s

Definition at line 22 of file plot_track.py.

◆ xMidList

list plot_track.xMidList = []

Definition at line 7 of file plot_track.py.

◆ xTrackList

list plot_track.xTrackList = []

Definition at line 5 of file plot_track.py.

◆ yMidList

plot_track.yMidList = []

Definition at line 8 of file plot_track.py.

◆ yTrackList

list plot_track.yTrackList = []

Definition at line 6 of file plot_track.py.