LonghornRacingElectric / simulation_toolkit

To help predict the effects of certain design decisions.
0 stars 1 forks source link

VMOD-1: Refactor for Summer 2024 #12

Open rhorvath02 opened 3 months ago

rhorvath02 commented 3 months ago

Refactor


  1. Restructure repo following industry standards
  2. Clean up models and correct naming convention
  3. Treat vehicle model as a single package that can be referenced elsewhere
  4. Build all required functionality into vehicle model (vehicle calculations should not be done outside the model)

    • [x] Restructure repo
    • [x] Clean up models
    • [x] Update naming convention
    • [ ] Unified package
    • [ ] Build all functionality into vehicle model