|
Formula Student Autonomous Systems
The code for the main driverless system
|
Generates a random path which is written to a file for testing. More...
Variables | |
| f = open("map_250_rng.txt", "w") | |
| str | color = "blue_cone" |
| int | x = 100 * random() |
| int | y = 100 * random() |
Generates a random path which is written to a file for testing.
| str random_points.color = "blue_cone" |
Definition at line 17 of file random_points.py.
| random_points.f = open("map_250_rng.txt", "w") |
Definition at line 13 of file random_points.py.
| int random_points.x = 100 * random() |
Definition at line 21 of file random_points.py.
| int random_points.y = 100 * random() |
Definition at line 22 of file random_points.py.