Commit 8ecd714
Kf onboarding (#58)
* Co-authored-by: SZhOU-c <SZhOU-c@users.noreply.github.com>
* ]
Co-authored-by: SZhOU-c <SZhOU-c@users.noreply.github.com>
Co-authored-by: sh1shir <sh1shir@users.noreply.github.com>
Co-authored-by: Rithvik Bhogavilli <rbhogavilli@gmail.com>
* Co-authored-by: sh1shir <sh1shir@users.noreply.github.com>
Co-authored-by: SZhOU-c <SZhOU-c@users.noreply.github.com>
* Co-authored-by: Ishaan Kandamuri <ishaank21@users.noreply.github.com>
Co-authored-by: williamyeh1 <williamyeh1@users.noreply.github.com>
Co-authored-by: sh1shir <sh1shir@users.noreply.github.com>
* Added Thread Sleep
* Implemented Kalman Filter into yessir.cpp
* changed the P_k update equation to match kalmanfilter.net
* reverting the P_k update equation
* addressed Nick's comments
* switched from lowG accel to highG accel
* added the KF reset in `system.cpp`
* redoing the dumb reset i had
* removed `head` function in `Buffer.h`
---------
Co-authored-by: keshavbalaji <keshavbalaji2397@gmail.com>
Co-authored-by: SZhOU-c <SZhOU-c@users.noreply.github.com>
Co-authored-by: sh1shir <sh1shir@users.noreply.github.com>
Co-authored-by: Rithvik Bhogavilli <rbhogavilli@gmail.com>1 parent de66dd4 commit 8ecd714
File tree
8 files changed
+402
-53
lines changed- MIDAS/src
- gnc
8 files changed
+402
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
80 | 101 | | |
81 | 102 | | |
82 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| |||
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
44 | | - | |
45 | | - | |
| 58 | + | |
| 59 | + | |
46 | 60 | | |
47 | | - | |
| 61 | + | |
48 | 62 | | |
49 | 63 | | |
50 | | - | |
| 64 | + | |
51 | 65 | | |
0 commit comments