ndt_mapping icon indicating copy to clipboard operation
ndt_mapping copied to clipboard

How to generate Ndt map for apollo ndt localization?

Open sinopec opened this issue 2 years ago • 2 comments

Thanks author, I can use the code generate a whole pointcloud map (PCD), but how can I transform the pcd into the format which canbe used in apollo ndt localization as a ndt local map?

sinopec avatar Jun 17 '22 01:06 sinopec

There is a tool to generate map in apollo, I will give the reference documentation soon!

daohu527 avatar Jun 20 '22 08:06 daohu527

You can refer to the following tools in apollo to generate the NDT map.

modules/localization/ndt/map_creation

daohu527 avatar Jun 25 '22 09:06 daohu527

When drawing map using RoadRunner to export Apollo format, how to eliminate the Z coordinates in .txt file.

mbing123 avatar Sep 07 '22 07:09 mbing123

You can write a script to remove the z.

daohu527 avatar Sep 07 '22 11:09 daohu527