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

Functions

 list_files (directory, filenames)
 List files in a directory.
 
 main ()
 Retrieve files from specified folders.
 

Variables

dict FOLDERS
 

Function Documentation

◆ list_files()

send_bucket.list_files (   directory,
  filenames 
)

List files in a directory.

Args: directory: Directory to list files from. filenames: Names of the files to retrieve, or 'all' to get all files.

Definition at line 18 of file send_bucket.py.

Here is the caller graph for this function:

◆ main()

send_bucket.main ( )

Retrieve files from specified folders.

Using argparse to parse command-line arguments.

Definition at line 45 of file send_bucket.py.

Here is the call graph for this function:

Variable Documentation

◆ FOLDERS

dict send_bucket.FOLDERS
Initial value:
1= {
2 "state_est": "performance/exec_time/ekf_state_est",
3 "perception": "performance/exec_time/perception",
4 "planning_exec_time": "performance/exec_time/planning",
5 "evaluator": "performance/evaluator_metrics",
6 "power_log": "performance/power_log_metrics",
7 "planning_cone_coloring": "performance/other_metrics/planning",
8 "test": "test",
9}

Definition at line 7 of file send_bucket.py.