|
Formula Student Autonomous Systems
The code for the main driverless system
|
Functions | |
| list_files (directory, filenames) | |
| List files in a directory. | |
| main () | |
| Retrieve files from specified folders. | |
Variables | |
| dict | FOLDERS |
| 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.

| send_bucket.main | ( | ) |
Retrieve files from specified folders.
Using argparse to parse command-line arguments.
Definition at line 45 of file send_bucket.py.

| dict send_bucket.FOLDERS |
Definition at line 7 of file send_bucket.py.