Skip to content

ChaoYangShi/whl-logmap

 
 

Repository files navigation

whl-logmap

The whl-logmap tool enables the automatic creation of Apollo-format HD maps from recorded trajectory. Just one pass along the road is enough to generate a map. It’s a simple, efficient, and powerful solution for fast map production.

Install

pip3 install whl_logmap

Quick Start

  1. Start the GPS/transform/localization module and record the vehicle's trajectory
cyber_recorder record -c /apollo/localization/pose
  1. Generate base_map from records
whl_logmap --i=your_record_dir

// or

whl_logmap --i=your_record_file

Options

  • --input_path (required): Path to the records.
  • --output_path: Path to the output directory (default: "map"). The tool will create corresponding .txt and .bin files.
  • --extra_roi_extension: Extra ROI extension distance (default: 0.3).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.4%
  • Shell 25.6%