File tree 3 files changed +11
-11
lines changed
localization/ekf_localizer/schema/sub
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"show_debug_info" : {
9
9
"type" : " boolean" ,
10
- "description" : " Displays debug information if set to true " ,
10
+ "description" : " Flag to display debug info " ,
11
11
"default" : false
12
12
},
13
13
"predict_frequency" : {
14
14
"type" : " number" ,
15
- "description" : " Frequency of prediction cycles for filtering and publishing [Hz]" ,
15
+ "description" : " Frequency for filtering and publishing [Hz]" ,
16
16
"default" : 50.0
17
17
},
18
18
"tf_rate" : {
19
19
"type" : " number" ,
20
- "description" : " Frequency at which transform frames are published [Hz]" ,
20
+ "description" : " Frequency for tf broadcasting [Hz]" ,
21
21
"default" : 50.0
22
22
},
23
23
"publish_tf" : {
24
24
"type" : " boolean" ,
25
- "description" : " Determines whether transform frames are published " ,
25
+ "description" : " Whether to publish tf " ,
26
26
"default" : true
27
27
},
28
28
"extend_state_step" : {
29
29
"type" : " integer" ,
30
- "description" : " Number of max delay steps which can be dealt with in EKF. Large number increases computational cost." ,
30
+ "description" : " Max delay step which can be dealt with in EKF. Large number increases computational cost." ,
31
31
"default" : 50
32
32
},
33
33
"enable_yaw_bias_estimation" : {
34
34
"type" : " boolean" ,
35
- "description" : " Enables yaw bias estimation. " ,
35
+ "description" : " Flag to enable yaw bias estimation" ,
36
36
"default" : true
37
37
}
38
38
},
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"pose_additional_delay" : {
9
9
"type" : " number" ,
10
- "description" : " Additional delay for pose measurements [s]" ,
10
+ "description" : " Additional delay time for pose measurement [s]" ,
11
11
"default" : 0.0
12
12
},
13
13
"pose_measure_uncertainty_time" : {
14
14
"type" : " number" ,
15
- "description" : " Time uncertainty for covariance calculation [s]" ,
15
+ "description" : " Measured time uncertainty used for covariance calculation [s]" ,
16
16
"default" : 0.01
17
17
},
18
18
"pose_smoothing_steps" : {
19
19
"type" : " integer" ,
20
- "description" : " Number of steps for pose smoothing" ,
20
+ "description" : " A value for smoothing steps " ,
21
21
"default" : 5
22
22
},
23
23
"pose_gate_dist" : {
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"twist_additional_delay" : {
9
9
"type" : " number" ,
10
- "description" : " Additional delay for twist calculation [s]" ,
10
+ "description" : " Additional delay time for twist [s]" ,
11
11
"default" : 0.0
12
12
},
13
13
"twist_smoothing_steps" : {
14
14
"type" : " integer" ,
15
- "description" : " Number of steps for twist smoothing" ,
15
+ "description" : " A value for smoothing steps " ,
16
16
"default" : 2
17
17
},
18
18
"twist_gate_dist" : {
You can’t perform that action at this time.
0 commit comments