Commit 2acca2d
authored
859 dispalay gps hdop on dashboard (#864)
* added hdop to setGPSRawintData in droneInfo slice
* Added hdop logic to middleware. The difference between hdop and eph confused me for a bit so added in a check incase we ever are in a situation where hdop is sent from mavlink instead of eph
* front end hdop finished
* spelling error
* more spelling errors
* changed status bar condition from hdop != 0 to hdop > 0 as per copilot reccomendation
* linter fix :)
* copilot fix
* added hdop to setGPSRawintData in droneInfo slice
* Added hdop logic to middleware. The difference between hdop and eph confused me for a bit so added in a check incase we ever are in a situation where hdop is sent from mavlink instead of eph
* front end hdop finished
* spelling error
* more spelling errors
* changed status bar condition from hdop != 0 to hdop > 0 as per copilot reccomendation
* linter fix :)
* copilot fix
* removed check from .hdop presense in middlware
* made HDOP always visible on stausbar
* switched to IconTarget icon
* moved hdop section across in status bar to between lat/lon and gps
* changed hdop to display no gps instead of 0.00
* linters :)
* changed HDOP to display 0.00 when no gps available instead of "NO GPS"
* Removed "precision" from HDoP tooltip1 parent 5db9299 commit 2acca2d
4 files changed
Lines changed: 24 additions & 3 deletions
File tree
- gcs/src
- components/dashboard
- redux
- middleware
- slices
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
200 | 209 | | |
201 | 210 | | |
202 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | 228 | | |
| 229 | + | |
221 | 230 | | |
222 | 231 | | |
223 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
0 commit comments