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.
pip3 install whl_logmap- Start the GPS/transform/localization module and record the vehicle's trajectory
cyber_recorder record -c /apollo/localization/pose- Generate base_map from records
whl_logmap --i=your_record_dir
// or
whl_logmap --i=your_record_file- --input_path (required): Path to the records.
- --output_path: Path to the output directory (default:
"map"). The tool will create corresponding.txtand.binfiles. - --extra_roi_extension: Extra ROI extension distance (default:
0.3).