End Goal: Evaluate driver performanceCreate an interactive web app that takes user input of driver stats to evaluate driver performance when deciding who should drive car
TODO
Find evaluation metrics + algorithm
- Define evaluation metrics (eg battery usage, speed, lap time, battery efficiency, driver enjoyment rating)
- Define a testing plan
...
Create sample data
...
- (eg one lap of Ring Road, going specific velocity for specific stretch, adjusting to obstacles on the fly)
- Create sample data (eg Excel/csv spreadsheet with different test “driver profiles” with different stats)
- Create algorithm that takes input metrics and relates them to performance (eg minimize time and battery usage, give metrics respective weights depending on importance)
- Create UI/web interface (eg user can input individual stats or upload csv file)
- Other features? (eg interactive map to see live feedback stats, each driver having their own profile that can be updated and compared to other drivers)