Readme.txt 735 B

123456789101112131415161718
  1. Hard Coded Important information:
  2. #Mapppig:
  3. 1- Path to vector map csv files: -> Simu-> PlannerTestDraw.cpp
  4. #define VectorMapPath "/home/hatem/workspace/Data/VectorMap/"
  5. 2- Path to template kml file, for writing kml maps: Simu-> PlannerTestDraw.cpp
  6. #define kmlTemplateFile "/home/hatem/workspace/Data/templates/PlannerX_MapTemplate.kml"
  7. 3- Origin point for Aisan Technology map. (cartisian origin) : PlannerH -> MappingHelpers.h -> GetTestToyotaOrigin()
  8. 4- lane IDs for predefined path .. : Simu-> PlannerTestDraw.cpp
  9. #define PreDefinedPath "11,333,1090,1704,147, 1791,801, 431, 1522, 372, 791, 1875, 1872,171,108,21,"
  10. #Graphics and UI:
  11. 1- use or not use GPU capabilities: Simu -> MainWindowWrapper.cpp -> bGPU (true , false)