Commit ef4a10a
User/Apps247/764-check-iridium-connection-strength (#797)
* ros service set up and potentially working
* Changed ros service to use debugSend function
* Changed ros service to use debugSendAT
* Add ros user to dialout group in container
* Separated debug_send_data ros service from regular send_data. Also added ros parameter debug_data_to_send to set the data to send. Untested.
* Commented out \r character check
* Switched from cout/cerr to ros logging in debugSendAT
* Clear incoming serial buffer before attempting send or debugSendAT
* Added skeleton for clearSerialBuffer
* Fixed clearSerialBuffer
* Added clearSerialBuffer calls to send()
* Commented out temporary logging
* Cleaned code
* Changed cout calls to logging callbacks so they can show on ros2 logs
* Remove sudo
* Remove commented-out AT::Line
Removed commented-out code for AT::Line('\r') in rcvRsps calls.
* Added virtual iridium test terminal (dev tool)
* Added checkIridiumSignalQuality function
* Added ROS service to check signal quality
* Added test for checkIridiumSignalQuality
* Made sailbot_db connection failure non-blocking for other project tests
* Added signal quality checking before attempting to send
* Switched to INFO ros logging
* Fixed serial read timeout not working
* Increased timeout, raised signal threshold
Co-authored-by: Apps247 <aprameyaithal@gmail.com>
* Added constant
* Added debugSendAT() Tested Fixes to send()
* shorten comment line to pass linter
* fix comment to pass linter again
---------
Co-authored-by: Jing <128339540+Jng468@users.noreply.github.com>
Co-authored-by: lross03 <136214176+lross03@users.noreply.github.com>
Co-authored-by: adambrett40 <adambrett40@gmail.com>1 parent ff17891 commit ef4a10a
File tree
13 files changed
+682
-22
lines changed- .devcontainer
- scripts
- src/network_systems
- lib
- cmn_hdrs
- sailbot_db/src
- projects/local_transceiver
- inc
- src
- test
- scripts
13 files changed
+682
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
37 | 49 | | |
38 | 50 | | |
39 | 51 | | |
| |||
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
33 | 45 | | |
34 | 46 | | |
| |||
104 | 116 | | |
105 | 117 | | |
106 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
107 | 136 | | |
108 | 137 | | |
109 | 138 | | |
| |||
139 | 168 | | |
140 | 169 | | |
141 | 170 | | |
| 171 | + | |
142 | 172 | | |
143 | 173 | | |
144 | 174 | | |
145 | 175 | | |
146 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
147 | 183 | | |
148 | 184 | | |
149 | 185 | | |
150 | 186 | | |
151 | 187 | | |
152 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
153 | 192 | | |
154 | 193 | | |
155 | 194 | | |
| |||
170 | 209 | | |
171 | 210 | | |
172 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
173 | 219 | | |
174 | 220 | | |
175 | 221 | | |
| |||
197 | 243 | | |
198 | 244 | | |
199 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
200 | 249 | | |
0 commit comments