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