Commit 75a7eb7
authored
Double expected acceleration for kalman filter (#31)
The expected velocity of the rocket is 160m/s^2. We will double this for some safety factor for the kalman filter so that it does not reject values too easily.
This change was made after performing a simulation test with double the expected acceleration and noticing that values were being rejected by the kalman filter.1 parent 8be8748 commit 75a7eb7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments