|
Formula Student Autonomous Systems
The code for the main driverless system
|
Variables | |
| list | xTrackList = [] |
| list | yTrackList = [] |
| list | xMidList = [] |
| list | yMidList = [] |
| list | colorList = [] |
| int | count = 0 |
| lineList = line.split(" ") | |
| s | |
| c | |
| plot_track.c |
Definition at line 22 of file plot_track.py.
| list plot_track.colorList = [] |
Definition at line 10 of file plot_track.py.
| int plot_track.count = 0 |
Definition at line 11 of file plot_track.py.
| plot_track.lineList = line.split(" ") |
Definition at line 17 of file plot_track.py.
| plot_track.s |
Definition at line 22 of file plot_track.py.
| list plot_track.xMidList = [] |
Definition at line 7 of file plot_track.py.
| list plot_track.xTrackList = [] |
Definition at line 5 of file plot_track.py.
| plot_track.yMidList = [] |
Definition at line 8 of file plot_track.py.
| list plot_track.yTrackList = [] |
Definition at line 6 of file plot_track.py.