ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.05k stars 9.68k forks source link

msf_local_map_creator Does not create a localization map #14581

Closed Ladanovasv closed 1 year ago

Ladanovasv commented 2 years ago

System information

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?

daohu527 commented 2 years ago

Are you trying to create a point cloud map?

Ladanovasv commented 2 years ago

Yes, for online_vizualizator and ndt_localization

daohu527 commented 2 years ago

@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

Ladanovasv commented 2 years ago

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

daohu527 commented 1 year ago

You can follow the readme first