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

« Previous Version 4 Next »

Discussions:

November 27th Stuff:

  • main.cpp, Starting LOS and SM.

MVP Stuff:

  • Clarification on what MVP looks like

  • Should we really be passing stuff thru PM

    • Pros: prevents multiple sources of input into AM and allows PM to clear current trajectories and immediately swap to pilot control

    • Cons: What if PM fails, this seems out of PM scope, idk man this seems sus is there a better way

    • Cons from Sahil: PM shouldn't be talking to AM, instead SM should just have an if statement where depending on whether the drone is in autonomous mode or RC, it takes the instruction strict from either PM or LOS RC and passes it to AM. That way AM is only communicated to by SM and is only getting data from one source

  • concerns about combining all the structs into a single message

Post MVP Stuff:

Thread System

Nov 27th

MVP

Communication System

Nov 27th

MVP

Message Definitions:

https://uwarg-docs.atlassian.net/wiki/spaces/ZP/pages/2137653308/ZP+SW3+Common+datatypes

  • No labels