| Name | whl-logmap JSON |
| Version |
0.0.10
JSON |
| download |
| home_page | None |
| Summary | wheelos map tool |
| upload_time | 2025-10-18 09:31:46 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.6 |
| license | None |
| keywords |
logmap
wheelos
gis
mapping
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# 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
```bash
pip3 install whl_logmap
```
## Quick Start
### Generate from record
1. Start the GPS/transform/localization module and record the vehicle's trajectory
```bash
cyber_recorder record -c /apollo/localization/pose
```
2. Generate base_map from records
```bash
whl-logmap --i=your_record_dir
// or
whl-logmap --i=your_record_file
```
### Generate form x,y,heading
1. Generate base_map from x,y,heading
```bash
# x,y,heading(radians)[,forward,backward,spacing]
whl-logmap --path_params="221247.67,2517672.17,1.0,10,50,0.5"
```
## 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`).
Raw data
{
"_id": null,
"home_page": null,
"name": "whl-logmap",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "logmap, wheelos, gis, mapping",
"author": null,
"author_email": "daohu527 <daohu527@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/62/06/564c57d6613a92522221ee769a19d74f08d90e8d8f9203f7532ccfa0e97c/whl_logmap-0.0.10.tar.gz",
"platform": null,
"description": "# whl-logmap\n\nThe **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\u2019s a simple, efficient, and powerful solution for fast map production.\n\n## Install\n\n```bash\npip3 install whl_logmap\n```\n\n## Quick Start\n\n### Generate from record\n\n1. Start the GPS/transform/localization module and record the vehicle's trajectory\n\n```bash\ncyber_recorder record -c /apollo/localization/pose\n```\n\n2. Generate base_map from records\n\n```bash\nwhl-logmap --i=your_record_dir\n\n// or\n\nwhl-logmap --i=your_record_file\n```\n\n### Generate form x,y,heading\n\n1. Generate base_map from x,y,heading\n\n```bash\n# x,y,heading(radians)[,forward,backward,spacing]\nwhl-logmap --path_params=\"221247.67,2517672.17,1.0,10,50,0.5\"\n```\n\n## Options\n\n- **--input_path** (required): Path to the records.\n- **--output_path**: Path to the output directory (default: `\"map\"`). The tool will create corresponding `.txt` and `.bin` files.\n- **--extra_roi_extension**: Extra ROI extension distance (default: `0.3`).\n",
"bugtrack_url": null,
"license": null,
"summary": "wheelos map tool",
"version": "0.0.10",
"project_urls": {
"Bug Tracker": "https://github.com/wheelos-tools/whl-logmap/issues",
"Homepage": "https://github.com/wheelos-tools/whl-logmap"
},
"split_keywords": [
"logmap",
" wheelos",
" gis",
" mapping"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5e47dc7c72bb2fee8420f5bbcc913a30069bf81a10927d8c7945191ae3614c6e",
"md5": "9ad81e20c9f8fbff25b57be75961177f",
"sha256": "216f9777fb78831cb494a956001415bef38d11cfbe13bfbd6d522fa5a0b71afa"
},
"downloads": -1,
"filename": "whl_logmap-0.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ad81e20c9f8fbff25b57be75961177f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 26532,
"upload_time": "2025-10-18T09:31:44",
"upload_time_iso_8601": "2025-10-18T09:31:44.439767Z",
"url": "https://files.pythonhosted.org/packages/5e/47/dc7c72bb2fee8420f5bbcc913a30069bf81a10927d8c7945191ae3614c6e/whl_logmap-0.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6206564c57d6613a92522221ee769a19d74f08d90e8d8f9203f7532ccfa0e97c",
"md5": "1c859c541e4166aebde53965c0a5129c",
"sha256": "e3e1be9d46e4a495b03b1df32bd5dbd6179229bc86825127da59c9e557911885"
},
"downloads": -1,
"filename": "whl_logmap-0.0.10.tar.gz",
"has_sig": false,
"md5_digest": "1c859c541e4166aebde53965c0a5129c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 21666,
"upload_time": "2025-10-18T09:31:46",
"upload_time_iso_8601": "2025-10-18T09:31:46.022591Z",
"url": "https://files.pythonhosted.org/packages/62/06/564c57d6613a92522221ee769a19d74f08d90e8d8f9203f7532ccfa0e97c/whl_logmap-0.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-18 09:31:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wheelos-tools",
"github_project": "whl-logmap",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "whl-logmap"
}