[Discussion] LiDAR Localization Process #2891
Replies: 1 comment 1 reply
-
I think there are many requests to run only localization, so I think it is good idea to provide the documentation.
Please modify If you directly modify |
Beta Was this translation helpful? Give feedback.
-
A simple way to test the localization using
tier4_localization_launch
and the steps are shown as follows (will edit next week):The input topic name
input/pointcloud
default was/sensing/lidar/top/outlier_filtered/pointcloud
, so change to your topic nameIn the
localization.launch.xml
file, you should seeutil.launch.xml
and it should output/localization/util/downsample/pointcloud
so thatpose_estimator
can publish/localization/pose_estimator/pose
for further NDT scan matching.Expected Result:
If the lidar point cloud is given as an input topic
input/pointcloud
should be able to publish thendt_pose
Discussion
There is no
/sensing/lidar/top/outlier_filtered/pointcloud
published and if users want to test with their own dataset, the documentation should provide some guidance so that they can simply test NDT Localization withpcd file
andpoint cloud
without other issues.[Update]
If users directly modify
input/pointcloud
topic name inpose_estimator.launch.xml
, the result will be like this which the NDT process cannot converge properly:Beta Was this translation helpful? Give feedback.
All reactions