JanWielgus / STM_FlightController

0 stars 0 forks source link

Remove all old extrapolation variables from the code and use the new library #35

Closed JanWielgus closed 4 years ago

JanWielgus commented 4 years ago

When you will be implementing new flight modes use the new library wrote by me to linearly extrapolate values. Remember that this library can also be used for interpolation but cause a lag (assume that penultimate value is the last so you can extrapolate it using this real last but assumed future value; just add those points with their time moved to the future and then use value calculated by the library)