|
1 | 1 | {
|
2 |
| - "$schema": "http://json-schema.org/draft-07/schema#", |
3 |
| - "title": "EKF Localizer Configuration for Diagnostics", |
4 |
| - "definitions": { |
5 |
| - "diagnostics": { |
6 |
| - "type": "object", |
7 |
| - "properties": { |
8 |
| - "pose_no_update_count_threshold_warn": { |
9 |
| - "type": "integer", |
10 |
| - "description": "The threshold at which a WARN state is triggered due to the Pose Topic update not happening continuously for a certain number of times", |
11 |
| - "default": 50 |
12 |
| - }, |
13 |
| - "pose_no_update_count_threshold_error": { |
14 |
| - "type": "integer", |
15 |
| - "description": "The threshold at which an ERROR state is triggered due to the Pose Topic update not happening continuously for a certain number of times", |
16 |
| - "default": 100 |
17 |
| - }, |
18 |
| - "twist_no_update_count_threshold_warn": { |
19 |
| - "type": "integer", |
20 |
| - "description": "The threshold at which a WARN state is triggered due to the Twist Topic update not happening continuously for a certain number of times", |
21 |
| - "default": 50 |
22 |
| - }, |
23 |
| - "twist_no_update_count_threshold_error": { |
24 |
| - "type": "integer", |
25 |
| - "description": "The threshold at which an ERROR state is triggered due to the Twist Topic update not happening continuously for a certain number of times", |
26 |
| - "default": 100 |
27 |
| - } |
28 |
| - }, |
29 |
| - "required": [ |
30 |
| - "pose_no_update_count_threshold_warn", |
31 |
| - "pose_no_update_count_threshold_error", |
32 |
| - "twist_no_update_count_threshold_warn", |
33 |
| - "twist_no_update_count_threshold_error" |
34 |
| - ], |
35 |
| - "additionalProperties": false |
| 2 | + "$schema": "http://json-schema.org/draft-07/schema#", |
| 3 | + "title": "EKF Localizer Configuration for Diagnostics", |
| 4 | + "definitions": { |
| 5 | + "diagnostics": { |
| 6 | + "type": "object", |
| 7 | + "properties": { |
| 8 | + "pose_no_update_count_threshold_warn": { |
| 9 | + "type": "integer", |
| 10 | + "description": "The threshold at which a WARN state is triggered due to the Pose Topic update not happening continuously for a certain number of times", |
| 11 | + "default": 50 |
| 12 | + }, |
| 13 | + "pose_no_update_count_threshold_error": { |
| 14 | + "type": "integer", |
| 15 | + "description": "The threshold at which an ERROR state is triggered due to the Pose Topic update not happening continuously for a certain number of times", |
| 16 | + "default": 100 |
| 17 | + }, |
| 18 | + "twist_no_update_count_threshold_warn": { |
| 19 | + "type": "integer", |
| 20 | + "description": "The threshold at which a WARN state is triggered due to the Twist Topic update not happening continuously for a certain number of times", |
| 21 | + "default": 50 |
| 22 | + }, |
| 23 | + "twist_no_update_count_threshold_error": { |
| 24 | + "type": "integer", |
| 25 | + "description": "The threshold at which an ERROR state is triggered due to the Twist Topic update not happening continuously for a certain number of times", |
| 26 | + "default": 100 |
36 | 27 | }
|
| 28 | + }, |
| 29 | + "required": [ |
| 30 | + "pose_no_update_count_threshold_warn", |
| 31 | + "pose_no_update_count_threshold_error", |
| 32 | + "twist_no_update_count_threshold_warn", |
| 33 | + "twist_no_update_count_threshold_error" |
| 34 | + ], |
| 35 | + "additionalProperties": false |
37 | 36 | }
|
| 37 | + } |
38 | 38 | }
|
0 commit comments