apollo icon indicating copy to clipboard operation
apollo copied to clipboard

msf_local_map_creator Does not create a localization map

Open Ladanovasv opened this issue 3 years ago • 4 comments

System information

  • OS Platform and Distribution Linux Ubuntu 20.04:
  • Apollo installed from source:
  • Apollo version 7.0:
  • Output of master branch:

I want to create a local_map for online_vizualizator. image Throws the following error image How else can you create a lidar map for apollo?

Ladanovasv avatar Sep 06 '22 14:09 Ladanovasv

Are you trying to create a point cloud map?

daohu527 avatar Sep 07 '22 11:09 daohu527

Yes, for online_vizualizator and ndt_localization

Ladanovasv avatar Sep 07 '22 15:09 Ladanovasv

@Ladanovasv While I'm not sure, there's a difference, location maps don't currently offer visualizations. You can try any slam algorithm to make a visual map.

Given that porting different slam algorithms involves message format adjustments. I wrote a simple tool use ndt, it may be optimized in the near future

daohu527 avatar Sep 08 '22 00:09 daohu527

@daohu527 Thanks, can you give instructions on how to run it NDT localization with a map built by your algorithm?

Ladanovasv avatar Sep 08 '22 19:09 Ladanovasv

You can follow the readme first

daohu527 avatar Dec 28 '22 02:12 daohu527