whl-logmap


Namewhl-logmap JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
Summarywheelos map tool
upload_time2025-07-24 14:53:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
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
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
```

## 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/3e/c7/ce543379fb7eecea5a7f024062b8d2316932529d15a8850c26fd2b44075d/whl_logmap-0.0.5.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\n1. Start the GPS/transform/localization module and record the vehicle's trajectory\n```bash\ncyber_recorder record -c /apollo/localization/pose\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## 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.5",
    "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": "a2f1374f0d307caea79a00f10a3494e94d211204f4f628c4529ca740c72ee9e6",
                "md5": "17fac4871df389ba9f4c1775161b35b7",
                "sha256": "7c3db1068a83aee2bba9c54a9ed64b7739ff9369e8a89092c614f7666ad16395"
            },
            "downloads": -1,
            "filename": "whl_logmap-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17fac4871df389ba9f4c1775161b35b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 17495,
            "upload_time": "2025-07-24T14:53:56",
            "upload_time_iso_8601": "2025-07-24T14:53:56.670358Z",
            "url": "https://files.pythonhosted.org/packages/a2/f1/374f0d307caea79a00f10a3494e94d211204f4f628c4529ca740c72ee9e6/whl_logmap-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ec7ce543379fb7eecea5a7f024062b8d2316932529d15a8850c26fd2b44075d",
                "md5": "7becb078da4bf43c00029ef7398b9bc8",
                "sha256": "eb81611919c0f35b17a66484987c8a5b5d95645c1683611217e965122aece4a9"
            },
            "downloads": -1,
            "filename": "whl_logmap-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7becb078da4bf43c00029ef7398b9bc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14274,
            "upload_time": "2025-07-24T14:53:58",
            "upload_time_iso_8601": "2025-07-24T14:53:58.223246Z",
            "url": "https://files.pythonhosted.org/packages/3e/c7/ce543379fb7eecea5a7f024062b8d2316932529d15a8850c26fd2b44075d/whl_logmap-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 14:53:58",
    "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"
}
        
Elapsed time: 0.56912s