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

Functions

 main (path)
 
 evaluate (dict report)
 
 output (report, success, file_path)
 

Variables

 path = str(sys.argv[1])
 

Function Documentation

◆ evaluate()

report_evaluation.evaluate ( dict  report)

Definition at line 15 of file report_evaluation.py.

Here is the caller graph for this function:

◆ main()

report_evaluation.main (   path)

Definition at line 7 of file report_evaluation.py.

Here is the call graph for this function:

◆ output()

report_evaluation.output (   report,
  success,
  file_path 
)

Definition at line 30 of file report_evaluation.py.

Here is the caller graph for this function:

Variable Documentation

◆ path

report_evaluation.path = str(sys.argv[1])

Definition at line 52 of file report_evaluation.py.