ISSUIUC / TARS-Software

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

Add serial plotting functionality to TARS #58

Closed gautamdayal closed 1 year ago

gautamdayal commented 1 year ago

Instead of writing a separate serial plotter, I made an ifdef that if activated, will print the telemetry JSON directly from TARS to a computer over serial. This means we can use GSS GUI as a serial plotter instead of looking at print messages on the console.

ary-dz commented 1 year ago

i love this feature thank you TARS-Software