|
Formula Student Autonomous Systems
The code for the main driverless system
|
Functions | |
| get_dashboard_layout (dashboard) | |
| update_dashboard (selected_dashboard) | |
| Update the layout based on the selected dashboard. | |
| download_and_combine_csvs (selected_csvs, temp_folder) | |
| Download and combine the selected CSV files. | |
| create_update_metric_dropdowns_callback (dashboard, graph_number) | |
| create_update_graph_callback (graph_id, dashboard, graph_number, graph_type="line") | |
| cleanup_temp_folder () | |
Variables | |
| app = dash.Dash(__name__) | |
| suppress_callback_exceptions | |
| csv_files = list_blobs("as_evaluation") | |
| list | available_dashboards |
| layout | |
| debug | |
| dashboard.cleanup_temp_folder | ( | ) |
Definition at line 387 of file dashboard.py.
| dashboard.create_update_graph_callback | ( | graph_id, | |
| dashboard, | |||
| graph_number, | |||
graph_type = "line" |
|||
| ) |
Definition at line 294 of file dashboard.py.


| dashboard.create_update_metric_dropdowns_callback | ( | dashboard, | |
| graph_number | |||
| ) |
Definition at line 258 of file dashboard.py.


| dashboard.download_and_combine_csvs | ( | selected_csvs, | |
| temp_folder | |||
| ) |
Download and combine the selected CSV files.
Args: selected_csvs: The selected CSV files. temp_folder: The temporary folder to store the CSV files.
Definition at line 241 of file dashboard.py.

| dashboard.get_dashboard_layout | ( | dashboard | ) |
| dashboard.update_dashboard | ( | selected_dashboard | ) |
Update the layout based on the selected dashboard.
Args: selected_dashboard: The selected dashboard.
Definition at line 229 of file dashboard.py.

| dashboard.app = dash.Dash(__name__) |
Definition at line 17 of file dashboard.py.
| list dashboard.available_dashboards |
Definition at line 24 of file dashboard.py.
| dashboard.csv_files = list_blobs("as_evaluation") |
Definition at line 21 of file dashboard.py.
| dashboard.debug |
Definition at line 397 of file dashboard.py.
| dashboard.layout |
Definition at line 38 of file dashboard.py.
| dashboard.suppress_callback_exceptions |
Definition at line 18 of file dashboard.py.