|
Formula Student Autonomous Systems
The code for the main driverless system
|
Go to the source code of this file.
Namespaces | |
| namespace | acceleration_mapper |
Variables | |
| acceleration_mapper.startLine | |
| acceleration_mapper.endLine | |
| int | acceleration_mapper.straightPoints = 30 |
| int | acceleration_mapper.roundCases = 3 |
| list | acceleration_mapper.xPoints = [] |
| list | acceleration_mapper.yPoints = [] |
| list | acceleration_mapper.xCones = [] |
| list | acceleration_mapper.yCones = [] |
| list | acceleration_mapper.colorList = [] |
| float | acceleration_mapper.x = 0.0 |
| acceleration_mapper.y = round(i, roundCases) | |
| acceleration_mapper.f1 = open("acceleration.txt", "w") | |
| acceleration_mapper.f2 = open("acceleration_map.txt", "w") | |
| acceleration_mapper.s | |
| acceleration_mapper.c | |