You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`input_sensor_points_queue_size`| int | Subscriber queue size |
65
-
|`trans_epsilon`| double | The max difference between two consecutive transformations to consider convergence |
66
-
|`step_size`| double | The newton line search maximum step length |
67
-
|`resolution`| double | The ND voxel grid resolution [m]|
68
-
|`max_iterations`| int | The number of iterations required to calculate alignment |
69
-
|`converged_param_type`| int | The type of indicators for scan matching score (0: TP, 1: NVTL) |
70
-
|`converged_param_transform_probability`| double | TP threshold for deciding whether to trust the estimation result (when converged_param_type = 0) |
71
-
|`converged_param_nearest_voxel_transformation_likelihood`| double | NVTL threshold for deciding whether to trust the estimation result (when converged_param_type = 1) |
72
-
|`initial_estimate_particles_num`| int | The number of particles to estimate initial pose |
73
-
|`n_startup_trials`| int | The number of initial random trials in the TPE (Tree-Structured Parzen Estimator). |
74
-
|`lidar_topic_timeout_sec`| double | Tolerance of timestamp difference between current time and sensor pointcloud |
75
-
|`initial_pose_timeout_sec`| int | Tolerance of timestamp difference between initial_pose and sensor pointcloud. [sec]|
76
-
|`initial_pose_distance_tolerance_m`| double | Tolerance of distance difference between two initial poses used for linear interpolation. [m]|
77
-
|`num_threads`| int | Number of threads used for parallel computing |
78
-
|`output_pose_covariance`| std::array<double, 36> | The covariance of output pose |
"description": "2D Real-time covariance estimation with multiple searches (output_pose_covariance is the minimum value).",
11
+
"default": false
12
+
},
13
+
"initial_pose_offset_model_x": {
14
+
"type": "array",
15
+
"description": "Offset arrangement in covariance estimation [m]. initial_pose_offset_model_x & initial_pose_offset_model_y must have the same number of elements.",
16
+
"default": [0.0, 0.0, 0.5, -0.5, 1.0, -1.0]
17
+
},
18
+
"initial_pose_offset_model_y": {
19
+
"type": "array",
20
+
"description": "Offset arrangement in covariance estimation [m]. initial_pose_offset_model_x & initial_pose_offset_model_y must have the same number of elements.",
"description": "The number of particles to estimate initial pose.",
11
+
"default": 200,
12
+
"minimum": 1
13
+
},
14
+
"n_startup_trials": {
15
+
"type": "number",
16
+
"description": "The number of initial random trials in the TPE (Tree-Structured Parzen Estimator). This value should be equal to or less than 'initial_estimate_particles_num' and more than 0. If it is equal to 'initial_estimate_particles_num', the search will be the same as a full random search.",
0 commit comments