|
196 | 196 | <param index="4">Empty</param> |
197 | 197 | <param index="5">Empty</param> |
198 | 198 | <param index="6">Empty</param> |
| 199 | + <param index="7">Empty</param> |
199 | 200 | </entry> |
200 | 201 | <entry value="13709" name="MAV_CMD_RADAR_SET_INTERFERENCE_REJECTION" hasLocation="false" isDestination="false"> |
201 | 202 | <wip/> |
|
205 | 206 | <param index="2" label="Interference rejection" enum="RADAR_INTERFERENCE_REJECTION">Set the commanded interference rejection for the radar.</param> |
206 | 207 | <param index="3">Empty</param> |
207 | 208 | <param index="4">Empty</param> |
208 | | - <param index="5">Empty</param> |
209 | 209 | <param index="6">Empty</param> |
| 210 | + <param index="7">Empty</param> |
210 | 211 | </entry> |
211 | 212 | <entry value="13710" name="MAV_CMD_RADAR_SET_TARGET_SEPARATION" hasLocation="false" isDestination="false"> |
212 | 213 | <wip/> |
|
218 | 219 | <param index="4">Empty</param> |
219 | 220 | <param index="5">Empty</param> |
220 | 221 | <param index="6">Empty</param> |
| 222 | + <param index="7">Empty</param> |
221 | 223 | </entry> |
222 | 224 | <entry value="13711" name="MAV_CMD_RADAR_SET_SCAN_SPEED" hasLocation="false" isDestination="false"> |
223 | 225 | <wip/> |
|
229 | 231 | <param index="4">Empty</param> |
230 | 232 | <param index="5">Empty</param> |
231 | 233 | <param index="6">Empty</param> |
| 234 | + <param index="7">Empty</param> |
232 | 235 | </entry> |
233 | 236 | <entry value="13712" name="MAV_CMD_RADAR_SET_DOPPLER_MODE" hasLocation="false" isDestination="false"> |
234 | 237 | <wip/> |
|
240 | 243 | <param index="4">Empty</param> |
241 | 244 | <param index="5">Empty</param> |
242 | 245 | <param index="6">Empty</param> |
| 246 | + <param index="7">Empty</param> |
243 | 247 | </entry> |
244 | 248 | <entry value="13713" name="MAV_CMD_RADAR_SET_SPEED_THRESHOLD" hasLocation="false" isDestination="false"> |
245 | 249 | <wip/> |
|
275 | 279 | <param index="4">Empty</param> |
276 | 280 | <param index="5">Empty</param> |
277 | 281 | <param index="6">Empty</param> |
| 282 | + <param index="7">Empty</param> |
278 | 283 | </entry> |
279 | 284 | </enum> |
280 | 285 | <enum name="CURRENT_CONTROL_ENTITY"> |
|
1188 | 1193 | <field type="uint64_t" name="time_usec" units="us">Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.</field> |
1189 | 1194 | <field type="uint8_t" name="radar_index">Radar system ID.</field> |
1190 | 1195 | <field type="uint8_t" name="radar_state" enum="RADAR_STATE">Radar state.</field> |
1191 | | - <field type="uint8_t" name="range" enum="RADAR_RANGE">Radar range setting.</field> |
| 1196 | + <field type="uint8_t" name="interference_rejection">Radar interference rejection setting.</field> |
1192 | 1197 | <field type="uint8_t" name="gain" minValue="-1" maxValue="100"> Radar gain setting.</field> |
1193 | 1198 | <field type="uint8_t" name="radar_mode" enum="RADAR_MODE">Radar mode.</field> |
1194 | 1199 | <field type="uint8_t" name="sea_clutter" minValue="-1" maxValue="100">Radar sea clutter setting.</field> |
|
0 commit comments