• Home
  • Get it
  • Docs
  • Extend
Apollo Doc

导航

  • 索引
  • 下一页 |
  • 上一页 |
  • Apollo home |
  • Documentation »
  • Navi Config

目录

  • Navi Config
    • usage

上一个主题

MapViewers

下一个主题

本页

  • 显示源代码

快速搜索

Navi Config¶

Navi Config is a tool to set parameters and flags in various modules for navigation mode.

usage¶

python navi_config.py default.ini

default.ini file is the default navigation mode configuration, with following content:

[PerceptionConf]
# three perception solutions: MOBILEYE, CAMERA, and VELODYNE64
perception = CAMERA


[LocalizationConf]
utm_zone = 10


[PlanningConf]
# three planners are available: EM, LATTICE, NAVI
planner_type = EM

# highest speed for planning algorithms, unit is meter per second
speed_limit = 5

In PerceptionConf section, the perception parameter is to specify the perception solution. Currently there are three supported in Apollo Navigation Mode: mobileye based, camera based and lidar based.

In the LocalizationConf section, utm_zone need to be specified based on location of the road test.

In the PlanningConf section, three planner are supported: EM, Lattice, and Navi. Select one for the planner_type parameter. speed_limt, which is the planner upper speed limit, is also configurable in this seciton, which unit is meter per second.

Developers could create differet ini files for different test scenarios/purposes or modified the default.ini based on needs.

导航

  • 索引
  • 下一页 |
  • 上一页 |
  • Apollo home |
  • Documentation »
  • Navi Config
© 版权所有 2021, xinetzone. Created using Sphinx 4.2.0.