ISSUIUC / TARS-Software

Illinois Space Society's flight software codebase for the TARS avionics system
https://issuiuc.github.io/flightcode-docs/classes.html
17 stars 4 forks source link

[AV-94] Created a `utils\` directory. Currently only has RealtimePlotter inside #24

Closed AyberkY closed 2 years ago

AyberkY commented 2 years ago

See title.

Having a utils directory would be nice to have a place to keep simple shared tools. For example, I've put the RealtimePlotter code in there, which is a reeeaaally useful util :)

AyberkY commented 2 years ago

[AV-94] Create a new 'utils' directory in TARS-Software for utilities that help with development

AyberkY commented 2 years ago

[AV-94] Create a new 'utils' directory in TARS-Software for utilities that help with development

colinpk2 commented 2 years ago

Looks good we should make sure if we add more folders to see if any are similar enough to merge, but I think utils is different enough to keep separate.