|
Formula Student Autonomous Systems
The code for the main driverless system
|
Go to the source code of this file.
Namespaces | |
| namespace | random_points |
| Generates a random path which is written to a file for testing. | |
Variables | |
| random_points.f = open("map_250_rng.txt", "w") | |
| str | random_points.color = "blue_cone" |
| int | random_points.x = 100 * random() |
| int | random_points.y = 100 * random() |