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

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()
 

Detailed Description

Generates a random path which is written to a file for testing.

Variable Documentation

◆ color

str random_points.color = "blue_cone"

Definition at line 17 of file random_points.py.

◆ f

random_points.f = open("map_250_rng.txt", "w")

Definition at line 13 of file random_points.py.

◆ x

int random_points.x = 100 * random()

Definition at line 21 of file random_points.py.

◆ y

int random_points.y = 100 * random()

Definition at line 22 of file random_points.py.