Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Project Summary

We intend to store all of the data that passes through each of our models for future reference, as well as checking that our models are working as expected.

Goals

  • Log all data that passes through our models

  • Have an accessible database that can be queried during the race to validate data

Inputs

Every model with an input and output should feed into a database table. This includes:

Model

Data

Optimization

Velocity profile,

Dynamics

Power draw required for motors

State of Charge

Auxloss, current state of charge, battery power level (calculated from voltage/current)

Solar

Expected solar irradiance, expected energy gained

Weather

Temperature, wind, precipitation, expected weather

Routemodel

Latitude/Longitude coordinates

Average speed

Average speed to reach minimum required speed

Telemetry

Implementation

  • No labels