Strategy Scoping

FSGP

Core Objectives

Two modes, defensive, versus offensive.

We want to have a completion rate that tells us, at our current rate, are we on-track? Should we speed-up, slow-down? Do we have the resources to?

  • Route model

    • Something that mimics the route in model we have in house.

Objectives:

  • Optimization Objectives

    • Optimal Speed

      • Maximize speed and minimize completion time

      • Constraints:

        • Time

        • Solar Irradiance

        • Battery

        • Weather conditions?

  • Dashboard

    • Support input for coordinates - our current latitude / longitude.

    • Optimal Speed

    • Route

    • ETA

    • Upcoming Weather metrics

    • Select Mode?

    • Mode Characteristics

      • Status

        • On-track

        • Behind

        • Not Feasible

      • For each mode, provide an update with status.

    • Elevation / Route Model Metrics

    • Laps remaining?

    • Charge / lap

    • Battery stats? Telemetry stats?

What do we need?

Static Data

  • Route modal

  • Location Service

  • Weather

  • Solar Irradiance

  • Elevation

  • Preliminary Optimization? Preview speed?

  • Simulation?

  1. Route model

    1. Static version, before-race details on route

    2. Location service

  2. The Mongo

    1. Fires off micro-services.

  3. Microservices

    1. Weather

    2. Irradiance

    3. Optimization Updates

  4. Fires into our..

    1. FSGP Database Schemas

  5. Dashboard retrieves.

 

Rodrigo - look at documentation, update, update Jira to make sure this is all covered ‘FSGP epic’.

Rodrigo - edit codebase to support dual missions, ASC and FSGP.

Rodrigo - re-organize tickets and get inventory of everyone “here”

Rodrigo - clean our database a bit.

Rodrigo - sync with Anh, solar irradiance.

 

Prabhav - the mongo, keep working on optimization.