Apollo: module/map

Created on 24 May 2018  ·  4Comments  ·  Source: ApolloAuto/apollo

In the module/map directory there are two directories hdmap and pncmap, hdmap I know what it means, pncmap what does that mean? Thank you!

HD Map Question

Most helpful comment

@breakisx It is a wrapper of hdmap to use in many other modules.

All 4 comments

@breakisx It is a wrapper of hdmap to use in many other modules.

@jinghaomiao Thank you. Is the file in this directory (modules/map/hdmap/adapter/xml_parser/)parsing base_map.xml to generate base_map.bin for apollo?

@breakisx Apollo can use map files in xml in opendrive format as well as .bin and .txt in proto format. You don't have to convert them and all these types of files can be loaded.

@breakisx Apollo can use map files in xml in opendrive format as well as .bin and .txt in proto format. You don't have to convert them and all these types of files can be loaded.

Hello, I found that below cmd is based on "base_map.txt " to generate. if i only have "base_map.xml", I could not generate below files.
so, how to convert "base_map.txt " to "base_map.xml",please? thank you .
generate routing_map.bin routing_map.txt
./scripts/generate_routing_topo_graph.sh --map_dir ./modules/map/data/demo/
sim_map.bin sim_map.txt
./bazel-bin/modules/map/tools/sim_map_generator --map_dir ./modules/map/data/demo/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JSnobody picture JSnobody  ·  3Comments

jamchen1025 picture jamchen1025  ·  3Comments

freeclouds picture freeclouds  ·  3Comments

westeast picture westeast  ·  3Comments

ahuer2435 picture ahuer2435  ·  3Comments