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
|`topic_time_stamp`| the time stamp of input topic | none | none | no |
268
268
|`sensor_points_size`| the size of sensor points | the size is 0 | none | yes |
269
-
|`sensor_points_delay_time_sec`| the delay time of sensor points | the time is **longer** than `sensor_points.timeout_sec`| none | yes |
269
+
|`sensor_points_delay_time_sec`| the delay time of sensor points | the time is **longer** than `sensor_points.timeout_sec`| none | yes |
270
270
|`is_succeed_transform_sensor_points`| whether transform sensor points is succeed or not | none | failed | yes |
271
271
|`sensor_points_max_distance`| the max distance of sensor points | the max distance is **shorter** than `sensor_points.required_distance`| none | yes |
272
272
|`is_activated`| whether the node is in the "activate" state or not | not "activate" state | none | if `is_activated` is false, then estimation is not executed and `skipping_publish_num` is set to 0. |
@@ -276,9 +276,9 @@ initial_pose_offset_model_x & initial_pose_offset_model_y must have the same num
276
276
|`local_optimal_solution_oscillation_num`| the number of times the solution is judged to be oscillating | the number of times is **larger** than 10 | none | yes |
277
277
|`transform_probability`| the score of how well the map aligns with the sensor points | the score is **smaller** than`score_estimation.converged_param_transform_probability` (only in the case of `score_estimation.converged_param_type` is 0=TRANSFORM_PROBABILITY) | none | yes |
278
278
|`nearest_voxel_transformation_likelihood`| the score of how well the map aligns with the sensor points | the score is **smaller** than `score_estimation.converged_param_nearest_voxel_transformation_likelihood` (only in the case of `score_estimation.converged_param_type` is 1=NEAREST_VOXEL_TRANSFORMATION_LIKELIHOOD) | none | yes |
279
-
|`distance_initial_to_result`| the distance between the position before convergence processing and the position after | the distance is **longer** than `validation.initial_to_result_distance_tolerance_m`| none | no |
279
+
|`distance_initial_to_result`| the distance between the position before convergence processing and the position after | the distance is **longer** than `validation.initial_to_result_distance_tolerance_m`| none | no |
280
280
|`execution_time`| the time for convergence processing | the time is **longer** than `validation.critical_upper_bound_exe_time_ms`| none | no |
281
-
|`skipping_publish_num`| the number of times rejected estimation results consecutively | the number of times is `validation.skipping_publish_num` or more | none | - |
281
+
|`skipping_publish_num`| the number of times rejected estimation results consecutively | the number of times is `validation.skipping_publish_num` or more | none | - |
282
282
283
283
※The `sensor_points_callback` shares the same callback group as the `trigger_node_service` and `ndt_align_service`. Consequently, if the initial pose estimation takes too long, this diagnostic may become stale.
0 commit comments