MaisJamal / Carla_apollo_maps

HD Apollo maps for Carla simulator towns. Town01 - Town02 - Town03 - Town04 - Town05

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To add the maps to Apollo:

  1. make a directory in apollo/modules/map/data by the name of the map.
  2. copy to it base_map.xml .
  3. generate routing_map file for each map. It can be generated by the command:
 dir_name=modules/map/data/town01 # example map directory
 ./scripts/generate_routing_topo_graph.sh --map_dir ${dir_name}
  1. generate sim_map file for each map. It can be generated by the command:
dir_name=modules/map/data/town01 # example map directory
bazel-bin/modules/map/tools/sim_map_generator --map_dir=${dir_name} --output_dir=${dir_name}

Note 1 : for carla_town01 and carla_town03 no need to generate extra files. You can find all the needed files in the map folder.

Note 2 : Town01 has all the traffic lights, added to test Apollo autonomous driving at intersections.

Map Carla Town01

Map Carla Town02

Map Carla Town03

Map Carla Town04

Map Carla Town05

About

HD Apollo maps for Carla simulator towns. Town01 - Town02 - Town03 - Town04 - Town05