kiss-icp


Namekiss-icp JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummarySimple yet effective 3D LiDAR-Odometry registration pipeline
upload_time2024-10-09 11:54:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords lidar localization odometry slam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
    <h1>KISS-ICP</h1>
    <a href="https://github.com/PRBonn/kiss-icp/releases"><img src="https://img.shields.io/github/v/release/PRBonn/kiss-icp?label=version" /></a>
    <a href="https://github.com/PRBonn/kiss-icp/blob/main/LICENSE"><img src="https://img.shields.io/github/license/PRBonn/kiss-icp" /></a>
    <a href="https://github.com/PRBonn/kiss-icp/blob/main/"><img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" /></a>
    <a href="https://github.com/PRBonn/kiss-icp/blob/main/"><img src="https://img.shields.io/badge/Windows-0078D6?st&logo=windows&logoColor=white" /></a>
    <a href="https://github.com/PRBonn/kiss-icp/blob/main/"><img src="https://img.shields.io/badge/mac%20os-000000?&logo=apple&logoColor=white" /></a>
    <br />
    <br />
    <a href=https://user-images.githubusercontent.com/21349875/219626075-d67e9165-31a2-4a1b-8c26-9f04e7d195ec.mp4>Demo</a>
    <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
    <a href="https://github.com/PRBonn/kiss-icp/edit/main/README.md#install">Install</a>
    <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
    <a href="https://github.com/PRBonn/kiss-icp/blob/main/ros">ROS 2</a>
    <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
    <a href=https://user-images.githubusercontent.com/21349875/214578180-b1d2431c-8fff-440e-aa6e-99a1d85989b5.mp4
>ROS Demo</a>
    <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
    <a href=https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf>Paper</a>
    <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
    <a href=https://github.com/PRBonn/kiss-icp/issues>Contact Us</a>
  <br />
  <br />

[KISS-ICP](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf) is a LiDAR Odometry pipeline that **just works** on most of the cases withouth tunning any parameter.

  <p align="center">
    <a href="https://user-images.githubusercontent.com/21349875/219626075-d67e9165-31a2-4a1b-8c26-9f04e7d195ec.mp4"><img alt="KISS-ICP Demo" src="https://user-images.githubusercontent.com/21349875/211829074-474bec08-0129-4e34-85e7-62265e44a7de.png"></a>
  </p>
</div>

<hr />

## Install

```sh
pip install kiss-icp
```

If you also want to install all the *(optional)* dependencies, like Open3D for running the visualizer:

```sh
pip install "kiss-icp[all]"
```

## Running the system

Next, follow the instructions on how to run the system by typing:

```sh
kiss_icp_pipeline --help
```

This should print the following help message:
![out](https://user-images.githubusercontent.com/21349875/193282970-25a400aa-ebcd-487a-b839-faa04eeca5b9.png)

### Config

You can generate a default `config.yaml` by typing

```sh
kiss_icp_dump_config
```

Now, you can modify the parameters and pass the file to the `--config` option when running the `kiss_icp_pipeline`.

### Install Python API (developer mode)

If you plan to modify the code then you need to setup the dev dependencies, luckily, the only real
requirements are a modern C++ compiler and the `pip` package manager, nothing else!, in Ubuntu-based
systems this can be done with:

```sh
sudo apt install g++ python3-pip
```

After that you can clone the code and install the python api:

```sh
git clone https://github.com/PRBonn/kiss-icp.git
cd kiss-icp
make editable
```

### Install Python API (expert mode)

If you want to have more controll over the build, you should then install `cmake`, ,`ninja`, `tbb`,
`Eigen`, and `pybind11` as extra dependencies in your system, the ubuntu-way of doing this is:

```sh
sudo apt install build-essential libeigen3-dev libtbb-dev pybind11-dev ninja-build
```

## Citation

If you use this library for any academic work, please cite our original [paper](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf).

```bibtex
@article{vizzo2023ral,
  author    = {Vizzo, Ignacio and Guadagnino, Tiziano and Mersch, Benedikt and Wiesmann, Louis and Behley, Jens and Stachniss, Cyrill},
  title     = {{KISS-ICP: In Defense of Point-to-Point ICP -- Simple, Accurate, and Robust Registration If Done the Right Way}},
  journal   = {IEEE Robotics and Automation Letters (RA-L)},
  pages     = {1029--1036},
  doi       = {10.1109/LRA.2023.3236571},
  volume    = {8},
  number    = {2},
  year      = {2023},
  codeurl   = {https://github.com/PRBonn/kiss-icp},
}
```

## Contributing

We envision KISS-ICP as a comunity-driven project, we love to see how the project is growing thanks to the contributions from the comunity. We would love to see your face in the list below, just open a Pull Request!

<a href="https://github.com/PRBonn/kiss-icp/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=PRBonn/kiss-icp" />
</a>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kiss-icp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "LiDAR, Localization, Odometry, SLAM",
    "author": null,
    "author_email": "Ignacio Vizzo <ignaciovizzo@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d9/b8/28d5b29e14f82b37da44b18d02af06232ee18dc5ce95ba07e27b2bcb2278/kiss_icp-1.1.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <h1>KISS-ICP</h1>\n    <a href=\"https://github.com/PRBonn/kiss-icp/releases\"><img src=\"https://img.shields.io/github/v/release/PRBonn/kiss-icp?label=version\" /></a>\n    <a href=\"https://github.com/PRBonn/kiss-icp/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/PRBonn/kiss-icp\" /></a>\n    <a href=\"https://github.com/PRBonn/kiss-icp/blob/main/\"><img src=\"https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black\" /></a>\n    <a href=\"https://github.com/PRBonn/kiss-icp/blob/main/\"><img src=\"https://img.shields.io/badge/Windows-0078D6?st&logo=windows&logoColor=white\" /></a>\n    <a href=\"https://github.com/PRBonn/kiss-icp/blob/main/\"><img src=\"https://img.shields.io/badge/mac%20os-000000?&logo=apple&logoColor=white\" /></a>\n    <br />\n    <br />\n    <a href=https://user-images.githubusercontent.com/21349875/219626075-d67e9165-31a2-4a1b-8c26-9f04e7d195ec.mp4>Demo</a>\n    <span>&nbsp;&nbsp;\u2022&nbsp;&nbsp;</span>\n    <a href=\"https://github.com/PRBonn/kiss-icp/edit/main/README.md#install\">Install</a>\n    <span>&nbsp;&nbsp;\u2022&nbsp;&nbsp;</span>\n    <a href=\"https://github.com/PRBonn/kiss-icp/blob/main/ros\">ROS 2</a>\n    <span>&nbsp;&nbsp;\u2022&nbsp;&nbsp;</span>\n    <a href=https://user-images.githubusercontent.com/21349875/214578180-b1d2431c-8fff-440e-aa6e-99a1d85989b5.mp4\n>ROS Demo</a>\n    <span>&nbsp;&nbsp;\u2022&nbsp;&nbsp;</span>\n    <a href=https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf>Paper</a>\n    <span>&nbsp;&nbsp;\u2022&nbsp;&nbsp;</span>\n    <a href=https://github.com/PRBonn/kiss-icp/issues>Contact Us</a>\n  <br />\n  <br />\n\n[KISS-ICP](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf) is a LiDAR Odometry pipeline that **just works** on most of the cases withouth tunning any parameter.\n\n  <p align=\"center\">\n    <a href=\"https://user-images.githubusercontent.com/21349875/219626075-d67e9165-31a2-4a1b-8c26-9f04e7d195ec.mp4\"><img alt=\"KISS-ICP Demo\" src=\"https://user-images.githubusercontent.com/21349875/211829074-474bec08-0129-4e34-85e7-62265e44a7de.png\"></a>\n  </p>\n</div>\n\n<hr />\n\n## Install\n\n```sh\npip install kiss-icp\n```\n\nIf you also want to install all the *(optional)* dependencies, like Open3D for running the visualizer:\n\n```sh\npip install \"kiss-icp[all]\"\n```\n\n## Running the system\n\nNext, follow the instructions on how to run the system by typing:\n\n```sh\nkiss_icp_pipeline --help\n```\n\nThis should print the following help message:\n![out](https://user-images.githubusercontent.com/21349875/193282970-25a400aa-ebcd-487a-b839-faa04eeca5b9.png)\n\n### Config\n\nYou can generate a default `config.yaml` by typing\n\n```sh\nkiss_icp_dump_config\n```\n\nNow, you can modify the parameters and pass the file to the `--config` option when running the `kiss_icp_pipeline`.\n\n### Install Python API (developer mode)\n\nIf you plan to modify the code then you need to setup the dev dependencies, luckily, the only real\nrequirements are a modern C++ compiler and the `pip` package manager, nothing else!, in Ubuntu-based\nsystems this can be done with:\n\n```sh\nsudo apt install g++ python3-pip\n```\n\nAfter that you can clone the code and install the python api:\n\n```sh\ngit clone https://github.com/PRBonn/kiss-icp.git\ncd kiss-icp\nmake editable\n```\n\n### Install Python API (expert mode)\n\nIf you want to have more controll over the build, you should then install `cmake`, ,`ninja`, `tbb`,\n`Eigen`, and `pybind11` as extra dependencies in your system, the ubuntu-way of doing this is:\n\n```sh\nsudo apt install build-essential libeigen3-dev libtbb-dev pybind11-dev ninja-build\n```\n\n## Citation\n\nIf you use this library for any academic work, please cite our original [paper](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf).\n\n```bibtex\n@article{vizzo2023ral,\n  author    = {Vizzo, Ignacio and Guadagnino, Tiziano and Mersch, Benedikt and Wiesmann, Louis and Behley, Jens and Stachniss, Cyrill},\n  title     = {{KISS-ICP: In Defense of Point-to-Point ICP -- Simple, Accurate, and Robust Registration If Done the Right Way}},\n  journal   = {IEEE Robotics and Automation Letters (RA-L)},\n  pages     = {1029--1036},\n  doi       = {10.1109/LRA.2023.3236571},\n  volume    = {8},\n  number    = {2},\n  year      = {2023},\n  codeurl   = {https://github.com/PRBonn/kiss-icp},\n}\n```\n\n## Contributing\n\nWe envision KISS-ICP as a comunity-driven project, we love to see how the project is growing thanks to the contributions from the comunity. We would love to see your face in the list below, just open a Pull Request!\n\n<a href=\"https://github.com/PRBonn/kiss-icp/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=PRBonn/kiss-icp\" />\n</a>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple yet effective 3D LiDAR-Odometry registration pipeline",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/PRBonn/kiss-icp"
    },
    "split_keywords": [
        "lidar",
        " localization",
        " odometry",
        " slam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2243f997c221acc44079a9f67974b9872bfcd23d532cd50cf1193afb29178e3a",
                "md5": "84d492da97c2ca858beebbb29a209082",
                "sha256": "7f5f93f3c92a790fef1080fe0b901260129cb7f1341f5b3e2c909647f2692028"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "84d492da97c2ca858beebbb29a209082",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 322039,
            "upload_time": "2024-10-09T11:54:09",
            "upload_time_iso_8601": "2024-10-09T11:54:09.965798Z",
            "url": "https://files.pythonhosted.org/packages/22/43/f997c221acc44079a9f67974b9872bfcd23d532cd50cf1193afb29178e3a/kiss_icp-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "891b5f1a4ba2e63375725b8a9fc0945d6758624b4d98faeb7d1bc41ee4c92641",
                "md5": "4129f685e2884657aff43ecd78181775",
                "sha256": "1a0fdba4387306560e7097171d5ad6df4ea43587eb3489549cd728991180028e"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4129f685e2884657aff43ecd78181775",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 415194,
            "upload_time": "2024-10-09T11:54:12",
            "upload_time_iso_8601": "2024-10-09T11:54:12.588980Z",
            "url": "https://files.pythonhosted.org/packages/89/1b/5f1a4ba2e63375725b8a9fc0945d6758624b4d98faeb7d1bc41ee4c92641/kiss_icp-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29bbafa656a35dc7ca3d07ff92f504c57239591d9dcb47a73330fe34b2902549",
                "md5": "3e10e2a65eb1c1b20db8609c3ec537a8",
                "sha256": "9931474b5e9848ffca0295d78cee23f5b3dd061f9eefd5dc7b20f0a947c5bb49"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3e10e2a65eb1c1b20db8609c3ec537a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 339561,
            "upload_time": "2024-10-09T11:54:14",
            "upload_time_iso_8601": "2024-10-09T11:54:14.897865Z",
            "url": "https://files.pythonhosted.org/packages/29/bb/afa656a35dc7ca3d07ff92f504c57239591d9dcb47a73330fe34b2902549/kiss_icp-1.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0575df94b8ce865dc4f2eb090dc99b5848da54ad442878959eb473d45b0d1c1",
                "md5": "f42330095b3db9a33bafb8345692486d",
                "sha256": "81170286fdd21d63a0e04d62c585bee804300e6e7cc1b2e98b1693228319e2eb"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f42330095b3db9a33bafb8345692486d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 323314,
            "upload_time": "2024-10-09T11:54:16",
            "upload_time_iso_8601": "2024-10-09T11:54:16.057838Z",
            "url": "https://files.pythonhosted.org/packages/f0/57/5df94b8ce865dc4f2eb090dc99b5848da54ad442878959eb473d45b0d1c1/kiss_icp-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a17ee5fb1af08654f13463e519af56044cc869b8dddea6c662c1e660ad2bdc3",
                "md5": "9e3c3f82b1b9077b4bee2deef10f93a9",
                "sha256": "4ee71249293b06d230e070df1b3c4363ef144ee0b50185969a751fed18d2e436"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e3c3f82b1b9077b4bee2deef10f93a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 416754,
            "upload_time": "2024-10-09T11:54:17",
            "upload_time_iso_8601": "2024-10-09T11:54:17.768502Z",
            "url": "https://files.pythonhosted.org/packages/8a/17/ee5fb1af08654f13463e519af56044cc869b8dddea6c662c1e660ad2bdc3/kiss_icp-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "152007acb93dadc39bc3aaac547bcb6d0ced3efb12cd4e01e404f389e0fdb787",
                "md5": "77191d99519515aef6936545a8181b46",
                "sha256": "121eea10df062c5f29ea7c9e7eaf2382365ac852e57bc10bf36f8f0bb98c901e"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "77191d99519515aef6936545a8181b46",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 340630,
            "upload_time": "2024-10-09T11:54:19",
            "upload_time_iso_8601": "2024-10-09T11:54:19.629672Z",
            "url": "https://files.pythonhosted.org/packages/15/20/07acb93dadc39bc3aaac547bcb6d0ced3efb12cd4e01e404f389e0fdb787/kiss_icp-1.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d40a726e9d6b5903aabdf2ca0057ac081db7ea0090b2794e0b8d2157365ed72f",
                "md5": "c02be69296da034401aa841bbad1f1cc",
                "sha256": "456bdce7dd0407937d0e019e336f4632700685b17725ffb6f4f479adf060115a"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c02be69296da034401aa841bbad1f1cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 323453,
            "upload_time": "2024-10-09T11:54:21",
            "upload_time_iso_8601": "2024-10-09T11:54:21.264944Z",
            "url": "https://files.pythonhosted.org/packages/d4/0a/726e9d6b5903aabdf2ca0057ac081db7ea0090b2794e0b8d2157365ed72f/kiss_icp-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "393fb6a810a079b91a89f410c499e37ba015d50b406662076cfe236ff6f1ea63",
                "md5": "bd6bd62440326c8d2b3d9c579a7adb53",
                "sha256": "711ca1893eed9eb39c58576a4c3064b3aae8a745cd804c67c377f67949217d8f"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd6bd62440326c8d2b3d9c579a7adb53",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 415339,
            "upload_time": "2024-10-09T11:54:22",
            "upload_time_iso_8601": "2024-10-09T11:54:22.930343Z",
            "url": "https://files.pythonhosted.org/packages/39/3f/b6a810a079b91a89f410c499e37ba015d50b406662076cfe236ff6f1ea63/kiss_icp-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f03b24939a2b97328c8dfe6a31251e8f825c7b9fb98543f027d6793ecb5f6f31",
                "md5": "de688cbb2029d39d74438e03dbf43ec9",
                "sha256": "05457a8919fd39802f7059b58d2118fac808aeba52d509ee9c0875a13327ce49"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de688cbb2029d39d74438e03dbf43ec9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 341260,
            "upload_time": "2024-10-09T11:54:23",
            "upload_time_iso_8601": "2024-10-09T11:54:23.903970Z",
            "url": "https://files.pythonhosted.org/packages/f0/3b/24939a2b97328c8dfe6a31251e8f825c7b9fb98543f027d6793ecb5f6f31/kiss_icp-1.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b83012e675558a3cc9be97925de007b095a9aa6316c46980b31ba6360bbc73fd",
                "md5": "311764700023fab4896ebb7f728e7c7b",
                "sha256": "69b5c9467cfbf9c5a90efde4013668388bda7a13eb50a986ec8866c2c570fe32"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "311764700023fab4896ebb7f728e7c7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 418894,
            "upload_time": "2024-10-09T11:54:25",
            "upload_time_iso_8601": "2024-10-09T11:54:25.550448Z",
            "url": "https://files.pythonhosted.org/packages/b8/30/12e675558a3cc9be97925de007b095a9aa6316c46980b31ba6360bbc73fd/kiss_icp-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "721d9cd3ccba17f422df3d7aa66a68db3c41ead1425f854a4a226f283262fdc8",
                "md5": "8e5f0a563ffe41f762f5837b981ddc89",
                "sha256": "b66b48471014c573897288128306242c6c46b6f39630ec193813ea21c1b729b9"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8e5f0a563ffe41f762f5837b981ddc89",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 339936,
            "upload_time": "2024-10-09T11:54:26",
            "upload_time_iso_8601": "2024-10-09T11:54:26.561506Z",
            "url": "https://files.pythonhosted.org/packages/72/1d/9cd3ccba17f422df3d7aa66a68db3c41ead1425f854a4a226f283262fdc8/kiss_icp-1.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d678352c4dfe3fedfcf3ed7af513441f1380e7f947fa818ba30426b7d7a0785c",
                "md5": "5eeca7639d653ef0a994dfa7572c921a",
                "sha256": "93ad440bbbf208439528143d5c6b20a528ade408c4be9a1f55ee4d368b01e6ae"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5eeca7639d653ef0a994dfa7572c921a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 321902,
            "upload_time": "2024-10-09T11:54:27",
            "upload_time_iso_8601": "2024-10-09T11:54:27.596640Z",
            "url": "https://files.pythonhosted.org/packages/d6/78/352c4dfe3fedfcf3ed7af513441f1380e7f947fa818ba30426b7d7a0785c/kiss_icp-1.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f033051c1aed7b92103ebef8f837b4105d081b8ed8067534ef069e2a6c0c030b",
                "md5": "fbd5b851c54ce851b687bfde1db68496",
                "sha256": "3ed662ab9dbe1bcba18c17b82ddda3226275a5b81c9e78b7262a59d3e19c4c41"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fbd5b851c54ce851b687bfde1db68496",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 414889,
            "upload_time": "2024-10-09T11:54:29",
            "upload_time_iso_8601": "2024-10-09T11:54:29.300118Z",
            "url": "https://files.pythonhosted.org/packages/f0/33/051c1aed7b92103ebef8f837b4105d081b8ed8067534ef069e2a6c0c030b/kiss_icp-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43d52b446ac0bcca26f77d6c1f46d0392ab328d313e0d1fd2648d78a96394b72",
                "md5": "f717324556359487c736ecfd8339a804",
                "sha256": "99915cce4953abd8eb6e7a5782965497efe395e483df78b54b468cd024238d94"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f717324556359487c736ecfd8339a804",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 339645,
            "upload_time": "2024-10-09T11:54:30",
            "upload_time_iso_8601": "2024-10-09T11:54:30.819920Z",
            "url": "https://files.pythonhosted.org/packages/43/d5/2b446ac0bcca26f77d6c1f46d0392ab328d313e0d1fd2648d78a96394b72/kiss_icp-1.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d57de3a8facc99a0457010a62065bfe41c1dbf79515e4ffee21b89ccec74bae4",
                "md5": "cf0facd52933b187f9000544ef61275e",
                "sha256": "a5359a4e1a988c3f6ad26b21d9a9ac88b6e395ed0ac4db8ccf9674f0e67f8923"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cf0facd52933b187f9000544ef61275e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 322104,
            "upload_time": "2024-10-09T11:54:33",
            "upload_time_iso_8601": "2024-10-09T11:54:33.665953Z",
            "url": "https://files.pythonhosted.org/packages/d5/7d/e3a8facc99a0457010a62065bfe41c1dbf79515e4ffee21b89ccec74bae4/kiss_icp-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53fd49bb4ee97b125dac47a9bc2db640a6f071f19848d70af68475e5f7aa3a5e",
                "md5": "be05f6c01848292510e3e81eba7e9e23",
                "sha256": "95039fc403dbacfec2b603d15cfbcab07d5eceafbee3f993336a784c8443c9e3"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "be05f6c01848292510e3e81eba7e9e23",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 415362,
            "upload_time": "2024-10-09T11:54:34",
            "upload_time_iso_8601": "2024-10-09T11:54:34.747613Z",
            "url": "https://files.pythonhosted.org/packages/53/fd/49bb4ee97b125dac47a9bc2db640a6f071f19848d70af68475e5f7aa3a5e/kiss_icp-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f14539857b4a31ed130a5ba44cb06b49a13cffd1353001170322d79324aaa75e",
                "md5": "a33739b89225df5e78a62b1e7e2728ba",
                "sha256": "c781044f17410cdeef8f41d362cb149e6415eca6f4c0a3eb0762cc1da4c7726a"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a33739b89225df5e78a62b1e7e2728ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 336935,
            "upload_time": "2024-10-09T11:54:36",
            "upload_time_iso_8601": "2024-10-09T11:54:36.301837Z",
            "url": "https://files.pythonhosted.org/packages/f1/45/39857b4a31ed130a5ba44cb06b49a13cffd1353001170322d79324aaa75e/kiss_icp-1.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9b828d5b29e14f82b37da44b18d02af06232ee18dc5ce95ba07e27b2bcb2278",
                "md5": "43672926b60402b55fa515c2a8fcce7b",
                "sha256": "0ae604e9f32dfbaa523f9bb641af6e026ad41bce106378b8938a74a61d0aeecc"
            },
            "downloads": -1,
            "filename": "kiss_icp-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43672926b60402b55fa515c2a8fcce7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 35478,
            "upload_time": "2024-10-09T11:54:37",
            "upload_time_iso_8601": "2024-10-09T11:54:37.865781Z",
            "url": "https://files.pythonhosted.org/packages/d9/b8/28d5b29e14f82b37da44b18d02af06232ee18dc5ce95ba07e27b2bcb2278/kiss_icp-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 11:54:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PRBonn",
    "github_project": "kiss-icp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kiss-icp"
}
        
Elapsed time: 8.47857s