|
1 | 1 | /**:
|
2 | 2 | ros__parameters:
|
3 |
| - show_debug_info: false |
4 |
| - enable_yaw_bias_estimation: true |
5 |
| - predict_frequency: 50.0 |
6 |
| - tf_rate: 50.0 |
7 |
| - publish_tf: true |
8 |
| - extend_state_step: 50 |
| 3 | + node: |
| 4 | + show_debug_info: false |
| 5 | + enable_yaw_bias_estimation: true |
| 6 | + predict_frequency: 50.0 |
| 7 | + tf_rate: 50.0 |
| 8 | + publish_tf: true |
| 9 | + extend_state_step: 50 |
9 | 10 |
|
10 |
| - # for Pose measurement |
11 |
| - pose_additional_delay: 0.0 |
12 |
| - pose_measure_uncertainty_time: 0.01 |
13 |
| - pose_smoothing_steps: 5 |
14 |
| - pose_gate_dist: 10000.0 |
| 11 | + pose_measurement: |
| 12 | + # for Pose measurement |
| 13 | + pose_additional_delay: 0.0 |
| 14 | + pose_measure_uncertainty_time: 0.01 |
| 15 | + pose_smoothing_steps: 5 |
| 16 | + pose_gate_dist: 10000.0 |
15 | 17 |
|
16 |
| - # for twist measurement |
17 |
| - twist_additional_delay: 0.0 |
18 |
| - twist_smoothing_steps: 2 |
19 |
| - twist_gate_dist: 10000.0 |
| 18 | + twist_measurement: |
| 19 | + # for twist measurement |
| 20 | + twist_additional_delay: 0.0 |
| 21 | + twist_smoothing_steps: 2 |
| 22 | + twist_gate_dist: 10000.0 |
20 | 23 |
|
21 |
| - # for process model |
22 |
| - proc_stddev_yaw_c: 0.005 |
23 |
| - proc_stddev_vx_c: 10.0 |
24 |
| - proc_stddev_wz_c: 5.0 |
| 24 | + process_noise: |
| 25 | + # for process model |
| 26 | + proc_stddev_yaw_c: 0.005 |
| 27 | + proc_stddev_vx_c: 10.0 |
| 28 | + proc_stddev_wz_c: 5.0 |
25 | 29 |
|
26 |
| - #Simple1DFilter parameters |
27 |
| - z_filter_proc_dev: 1.0 |
28 |
| - roll_filter_proc_dev: 0.01 |
29 |
| - pitch_filter_proc_dev: 0.01 |
30 |
| - # for diagnostics |
31 |
| - pose_no_update_count_threshold_warn: 50 |
32 |
| - pose_no_update_count_threshold_error: 100 |
33 |
| - twist_no_update_count_threshold_warn: 50 |
34 |
| - twist_no_update_count_threshold_error: 100 |
| 30 | + simple_1d_filter_parameters: |
| 31 | + #Simple1DFilter parameters |
| 32 | + z_filter_proc_dev: 1.0 |
| 33 | + roll_filter_proc_dev: 0.01 |
| 34 | + pitch_filter_proc_dev: 0.01 |
35 | 35 |
|
36 |
| - # for velocity measurement limitation (Set 0.0 if you want to ignore) |
37 |
| - threshold_observable_velocity_mps: 0.0 # [m/s] |
| 36 | + diagnostics: |
| 37 | + # for diagnostics |
| 38 | + pose_no_update_count_threshold_warn: 50 |
| 39 | + pose_no_update_count_threshold_error: 100 |
| 40 | + twist_no_update_count_threshold_warn: 50 |
| 41 | + twist_no_update_count_threshold_error: 100 |
| 42 | + |
| 43 | + misc: |
| 44 | + # for velocity measurement limitation (Set 0.0 if you want to ignore) |
| 45 | + threshold_observable_velocity_mps: 0.0 # [m/s] |
| 46 | + pose_frame_id: "map" |
0 commit comments