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
|`points_aligned`|`sensor_msgs::msg::PointCloud2`|[debug topic] pointcloud aligned by scan matching |
34
-
|`points_aligned_no_ground`|`sensor_msgs::msg::PointCloud2`|[debug topic]de-grounded pointcloud aligned by scan matching |
34
+
|`points_aligned_no_ground`|`sensor_msgs::msg::PointCloud2`|[debug topic]no ground pointcloud aligned by scan matching|
35
35
|`initial_pose_with_covariance`|`geometry_msgs::msg::PoseWithCovarianceStamped`|[debug topic] initial pose used in scan matching |
36
36
|`multi_ndt_pose`|`geometry_msgs::msg::PoseArray`|[debug topic] estimated poses from multiple initial poses in real-time covariance estimation |
37
37
|`multi_initial_pose`|`geometry_msgs::msg::PoseArray`|[debug topic] initial poses for real-time covariance estimation |
38
38
|`exe_time_ms`|`tier4_debug_msgs::msg::Float32Stamped`|[debug topic] execution time for scan matching [ms]|
39
39
|`transform_probability`|`tier4_debug_msgs::msg::Float32Stamped`|[debug topic] score of scan matching |
40
-
|`no_ground_transform_probability`|`tier4_debug_msgs::msg::Float32Stamped`|[debug topic] score of scan matching based on de-grounded LiDAR scan |
40
+
|`no_ground_transform_probability`|`tier4_debug_msgs::msg::Float32Stamped`|[debug topic] score of scan matching based on no ground LiDAR scan|
41
41
|`iteration_num`|`tier4_debug_msgs::msg::Int32Stamped`|[debug topic] number of scan matching iterations |
42
42
|`initial_to_result_relative_pose`|`geometry_msgs::msg::PoseStamped`|[debug topic] relative pose between the initial point and the convergence point |
43
43
|`initial_to_result_distance`|`tier4_debug_msgs::msg::Float32Stamped`|[debug topic] distance difference between the initial point and the convergence point [m]|
@@ -228,21 +228,19 @@ Here is a split PCD map for `sample-map-rosbag` from Autoware tutorial: [`sample
228
228
| single file | at once (standard) |
229
229
| multiple files | dynamically |
230
230
231
-
## Scan matching score based on de-grounded LiDAR scan
231
+
## Scan matching score based on no ground LiDAR scan
232
232
233
233
### Abstract
234
234
235
-
This is a function that uses de-grounded LiDAR scan to estimate the scan matching score. This score can reflect the current localization performance more accurately.
235
+
This is a function that uses no ground LiDAR scan to estimate the scan matching score. This score can reflect the current localization performance more accurately.
0 commit comments