wtg / shuttletracker

🚐 Shuttle tracking for RPI.
https://shuttles.rpi.edu
GNU Affero General Public License v3.0
46 stars 53 forks source link

Smooth track debug #306

Closed JustinM2250 closed 3 years ago

JustinM2250 commented 3 years ago

What is changed/New?

Code has been added to track statistics. So far, we aggregate the distances the predictions are off by from the actual locations.

How was this accomplished?

How exactly did you make this change/fix? Simply had every update also update variables that computed this aggregated value.

Is This Related to An Issue? (link if applicable):

This is to allow us to see how effective changes to the smooth tracking algorithm are.