kiss-icp


Namekiss-icp JSON
Version 0.4.0 PyPI version JSON
download
home_page
SummarySimple yet effective 3D LiDAR-Odometry registration pipeline
upload_time2024-02-29 09:55:05
maintainer
docs_urlNone
author
requires_python>=3.7
license
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)

### 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": "",
    "name": "kiss-icp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "LiDAR Localization Odometry SLAM",
    "author": "",
    "author_email": "Ignacio Vizzo <ignaciovizzo@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/60/33/21cda15cc44ba4c57c7c95e7223272cd6fbb45468f0b9fe86da37e0b8553/kiss_icp-0.4.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### 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": "",
    "summary": "Simple yet effective 3D LiDAR-Odometry registration pipeline",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/PRBonn/kiss-icp"
    },
    "split_keywords": [
        "lidar",
        "localization",
        "odometry",
        "slam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98fc659c117aa284269dac9a36a48a99a75177f6e05a322e0da327cfe8a0f342",
                "md5": "6334a44624ae99de92de5dcda1ad7b15",
                "sha256": "49d208faf2234191d490e9383d8d564ad325e699679780805df27d198f8138c9"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6334a44624ae99de92de5dcda1ad7b15",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 367150,
            "upload_time": "2024-02-29T09:54:26",
            "upload_time_iso_8601": "2024-02-29T09:54:26.038580Z",
            "url": "https://files.pythonhosted.org/packages/98/fc/659c117aa284269dac9a36a48a99a75177f6e05a322e0da327cfe8a0f342/kiss_icp-0.4.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef6795f957d38fdfdf42c8b40608224d0ced68715caf12fb3c866ca05895cb4d",
                "md5": "aa17eb7f587aa993483360931bfc775f",
                "sha256": "20bf0428f5014e27e36c69f00010534958f39f34a2f4d31ad4eb43e4f1269fe9"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "aa17eb7f587aa993483360931bfc775f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 309778,
            "upload_time": "2024-02-29T09:54:28",
            "upload_time_iso_8601": "2024-02-29T09:54:28.794935Z",
            "url": "https://files.pythonhosted.org/packages/ef/67/95f957d38fdfdf42c8b40608224d0ced68715caf12fb3c866ca05895cb4d/kiss_icp-0.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c80ede88164cb39f3be5f9ded7662b9d98725d1e655eef139061f6bccbb58c28",
                "md5": "5b879f359c1d779a6518a1bf1e4be277",
                "sha256": "c453e57d79bd2363f2e95cad1eaf15e1939845a088baee028e3f5bca975dda4f"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b879f359c1d779a6518a1bf1e4be277",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 409208,
            "upload_time": "2024-02-29T09:54:31",
            "upload_time_iso_8601": "2024-02-29T09:54:31.108983Z",
            "url": "https://files.pythonhosted.org/packages/c8/0e/de88164cb39f3be5f9ded7662b9d98725d1e655eef139061f6bccbb58c28/kiss_icp-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf65c87b43171700cb51f36a8bc99c5bd5eddafd553896f5d6eb6cf515a4e5f1",
                "md5": "ad592dbb5b4d36c21c62c36afb224447",
                "sha256": "9de2b1fd6900fcfa60e3bb525f1a08c4d762a2f056caf733977892b0e2d04a48"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ad592dbb5b4d36c21c62c36afb224447",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 329739,
            "upload_time": "2024-02-29T09:54:32",
            "upload_time_iso_8601": "2024-02-29T09:54:32.370128Z",
            "url": "https://files.pythonhosted.org/packages/bf/65/c87b43171700cb51f36a8bc99c5bd5eddafd553896f5d6eb6cf515a4e5f1/kiss_icp-0.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1530474e7589942ce8b50dc5be2b2a2dd40ca944ca7199e4ae581a15f9cae1f1",
                "md5": "89fd0c294ec51dd9ddd4da9a18f72592",
                "sha256": "ea83f8babd42e880e496883e8878db9f08b958f3858b118a33834275f7760e67"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89fd0c294ec51dd9ddd4da9a18f72592",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 368537,
            "upload_time": "2024-02-29T09:54:34",
            "upload_time_iso_8601": "2024-02-29T09:54:34.252119Z",
            "url": "https://files.pythonhosted.org/packages/15/30/474e7589942ce8b50dc5be2b2a2dd40ca944ca7199e4ae581a15f9cae1f1/kiss_icp-0.4.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fe9960318586eeae4d1636389883711bddf12e1b72b13b2d0392c36d8e66b62",
                "md5": "2af854b92a4e99d4d3d0f4d898ffa3ab",
                "sha256": "43d18217859deb18c3c24abf292b550c02e8fc9575172194dde55ef5e7eb3725"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2af854b92a4e99d4d3d0f4d898ffa3ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 310992,
            "upload_time": "2024-02-29T09:54:35",
            "upload_time_iso_8601": "2024-02-29T09:54:35.349686Z",
            "url": "https://files.pythonhosted.org/packages/2f/e9/960318586eeae4d1636389883711bddf12e1b72b13b2d0392c36d8e66b62/kiss_icp-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32dcede7e30e228b7461f507e20756ba3bf4820b0e38c5b0999d9ba9470679be",
                "md5": "6a0ce009ed9f99e1ddf1dc469acc2e8e",
                "sha256": "cce7997f4ee6c83173882030e941388bda24edbef250c512def889c95843a095"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a0ce009ed9f99e1ddf1dc469acc2e8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 410506,
            "upload_time": "2024-02-29T09:54:37",
            "upload_time_iso_8601": "2024-02-29T09:54:37.546934Z",
            "url": "https://files.pythonhosted.org/packages/32/dc/ede7e30e228b7461f507e20756ba3bf4820b0e38c5b0999d9ba9470679be/kiss_icp-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40fa834a85fb58fefd904aac814e65a15f8902574d4cb208b719867063f00e96",
                "md5": "00bb08f0a3a31e81d0eeba4c6cc2e64a",
                "sha256": "831f3633c912484429d8a419cb6e5cadf76d86550770a7f7b6da96f53d0b751c"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "00bb08f0a3a31e81d0eeba4c6cc2e64a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 330650,
            "upload_time": "2024-02-29T09:54:39",
            "upload_time_iso_8601": "2024-02-29T09:54:39.299171Z",
            "url": "https://files.pythonhosted.org/packages/40/fa/834a85fb58fefd904aac814e65a15f8902574d4cb208b719867063f00e96/kiss_icp-0.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b24ca7953d32d60801faaa157c4a5c64868feff2d77908464eb023b01a3be82",
                "md5": "0c043b6b803408242bcfc9e677672ba1",
                "sha256": "5686aef29d53f0b77b233f49eaf09455c935f7ab2e528c706ed6fead18807d8b"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c043b6b803408242bcfc9e677672ba1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 369760,
            "upload_time": "2024-02-29T09:54:41",
            "upload_time_iso_8601": "2024-02-29T09:54:41.283940Z",
            "url": "https://files.pythonhosted.org/packages/2b/24/ca7953d32d60801faaa157c4a5c64868feff2d77908464eb023b01a3be82/kiss_icp-0.4.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56d01af4134d21fdf355df2353a4348efb27ea8bd1798ff11a92302d61939567",
                "md5": "363307d30db17d46b1bd9ffece97e645",
                "sha256": "c4bef373f93a6bcea6b4e05836689a5fc941f17704cf2e5fa7b3c011562b45c8"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "363307d30db17d46b1bd9ffece97e645",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 310830,
            "upload_time": "2024-02-29T09:54:42",
            "upload_time_iso_8601": "2024-02-29T09:54:42.947235Z",
            "url": "https://files.pythonhosted.org/packages/56/d0/1af4134d21fdf355df2353a4348efb27ea8bd1798ff11a92302d61939567/kiss_icp-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57bbd11d3862f7a6087c21c5e6b3bc35acf305a877beca29bdc9ad2b3376b5de",
                "md5": "428ae48b9177d00f219aed6a92047e41",
                "sha256": "be6e5cd287ed3c853c18cd45a1606068c208fb3010a4fe67fcac34976cf522d2"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "428ae48b9177d00f219aed6a92047e41",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 408983,
            "upload_time": "2024-02-29T09:54:44",
            "upload_time_iso_8601": "2024-02-29T09:54:44.071301Z",
            "url": "https://files.pythonhosted.org/packages/57/bb/d11d3862f7a6087c21c5e6b3bc35acf305a877beca29bdc9ad2b3376b5de/kiss_icp-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac9d693568d0ee245504a49595cf522fc136e5ef8fdb1e5f0b0179bb0303bb66",
                "md5": "cad1c9e05b49c0f31f8c8970fd1aa024",
                "sha256": "0646e5f27efe18b4e2acc07ca0efff38aa8a830586f484f9830a566ae529c416"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cad1c9e05b49c0f31f8c8970fd1aa024",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 330499,
            "upload_time": "2024-02-29T09:54:45",
            "upload_time_iso_8601": "2024-02-29T09:54:45.307161Z",
            "url": "https://files.pythonhosted.org/packages/ac/9d/693568d0ee245504a49595cf522fc136e5ef8fdb1e5f0b0179bb0303bb66/kiss_icp-0.4.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea138ef52a12b4c386206406c121d54e4fbdffd7e993d8b818e23d62e4187723",
                "md5": "6ad7fce616ce287bb1bd1358d4cf9f9e",
                "sha256": "faf146ac5b9cb06dc3dc821dd6df36703281284fa98699c0944d4477cdfbbccc"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ad7fce616ce287bb1bd1358d4cf9f9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 366140,
            "upload_time": "2024-02-29T09:54:46",
            "upload_time_iso_8601": "2024-02-29T09:54:46.525616Z",
            "url": "https://files.pythonhosted.org/packages/ea/13/8ef52a12b4c386206406c121d54e4fbdffd7e993d8b818e23d62e4187723/kiss_icp-0.4.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88a57a9b6781b64b4cb37c017425f6f30067edc77e21e638189c6b3faa275491",
                "md5": "e8fb74e698842168859543c201b5a831",
                "sha256": "2bcb729e6ce078072412afed602295cd2ba28eb23119efbba038dbfe69f323ee"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e8fb74e698842168859543c201b5a831",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 410826,
            "upload_time": "2024-02-29T09:54:47",
            "upload_time_iso_8601": "2024-02-29T09:54:47.611458Z",
            "url": "https://files.pythonhosted.org/packages/88/a5/7a9b6781b64b4cb37c017425f6f30067edc77e21e638189c6b3faa275491/kiss_icp-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9724219cd897cd2bbe7cf5784f09f7030f91935457d60826fb5277b59f668ea",
                "md5": "c864d5aaf8f73e2101abafdd3b44ba5d",
                "sha256": "f739306ace9398d9e057b2cc98de44d4d0d357e21d8f70aa89283db92f159b23"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c864d5aaf8f73e2101abafdd3b44ba5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 330259,
            "upload_time": "2024-02-29T09:54:49",
            "upload_time_iso_8601": "2024-02-29T09:54:49.120811Z",
            "url": "https://files.pythonhosted.org/packages/a9/72/4219cd897cd2bbe7cf5784f09f7030f91935457d60826fb5277b59f668ea/kiss_icp-0.4.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "520306d95ca5494eaaccf2f98a046f04ee9127d5da31e3cc57ba7246d1cac734",
                "md5": "3d4d4e3b139e6b684e65eab90cb9037d",
                "sha256": "ae1d68e50734bb3d70be81999a8ffd7d833c9b15b5daf63f79d7755327314887"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d4d4e3b139e6b684e65eab90cb9037d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 367115,
            "upload_time": "2024-02-29T09:54:50",
            "upload_time_iso_8601": "2024-02-29T09:54:50.208574Z",
            "url": "https://files.pythonhosted.org/packages/52/03/06d95ca5494eaaccf2f98a046f04ee9127d5da31e3cc57ba7246d1cac734/kiss_icp-0.4.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e41f7bc8dec1001f9737cb7773ca7ec2795fe674b0d5e52f7002de2b9a25f87",
                "md5": "f37da0392b08972c0ca9dd074384247c",
                "sha256": "6929f4452a3909b0a1507bbae5da3f85c4c720faf2a7b221e00c9740d3d3d195"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f37da0392b08972c0ca9dd074384247c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 309799,
            "upload_time": "2024-02-29T09:54:51",
            "upload_time_iso_8601": "2024-02-29T09:54:51.624200Z",
            "url": "https://files.pythonhosted.org/packages/0e/41/f7bc8dec1001f9737cb7773ca7ec2795fe674b0d5e52f7002de2b9a25f87/kiss_icp-0.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ded999ccfd5b1511c21e9f1c6cb5fb8f3471626693f8a68b38b227e4e922ce02",
                "md5": "6ec40f098ea33b7db79585fbf34270f2",
                "sha256": "b102bb1b529f605b976edc9608f6f505e21dff3c167c61620f32e25f46598eb2"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ec40f098ea33b7db79585fbf34270f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 409268,
            "upload_time": "2024-02-29T09:54:54",
            "upload_time_iso_8601": "2024-02-29T09:54:54.704359Z",
            "url": "https://files.pythonhosted.org/packages/de/d9/99ccfd5b1511c21e9f1c6cb5fb8f3471626693f8a68b38b227e4e922ce02/kiss_icp-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec10a9b22d4e03eda73d0c2c06cf45ccf030621752516e3b2e6af0cc059beab",
                "md5": "7242e47d740d941f963cff9105b94d67",
                "sha256": "feb928b94b04e87dbb188d13ceea6a338abf13e5fc99b952afc9e4324c205958"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7242e47d740d941f963cff9105b94d67",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 329735,
            "upload_time": "2024-02-29T09:54:56",
            "upload_time_iso_8601": "2024-02-29T09:54:56.086888Z",
            "url": "https://files.pythonhosted.org/packages/9e/c1/0a9b22d4e03eda73d0c2c06cf45ccf030621752516e3b2e6af0cc059beab/kiss_icp-0.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29799e266a1c0664499ce4c6a225e4a8dde33873cd2c4fdb16d2b65d54013952",
                "md5": "efc4262ac7685492c01b954c47107fba",
                "sha256": "6358b5f05012dec1ac9f38953592fe5472122f4206ce7a4840ecb5bbb41d6136"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efc4262ac7685492c01b954c47107fba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 367255,
            "upload_time": "2024-02-29T09:54:57",
            "upload_time_iso_8601": "2024-02-29T09:54:57.333454Z",
            "url": "https://files.pythonhosted.org/packages/29/79/9e266a1c0664499ce4c6a225e4a8dde33873cd2c4fdb16d2b65d54013952/kiss_icp-0.4.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c27ee1a40f6e82f8367ec8efd6287190f627fd1cceb775527cce42839cadafde",
                "md5": "02892ce921b87b86708b57520c99e10e",
                "sha256": "0d3d6925ec21853d6a46bf1852e0981be5363794b6363fe0a7e35db2114b5290"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "02892ce921b87b86708b57520c99e10e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 309910,
            "upload_time": "2024-02-29T09:54:59",
            "upload_time_iso_8601": "2024-02-29T09:54:59.393809Z",
            "url": "https://files.pythonhosted.org/packages/c2/7e/e1a40f6e82f8367ec8efd6287190f627fd1cceb775527cce42839cadafde/kiss_icp-0.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58709c978c5b820f82ee70794bcc2c48c02cef7c54f7c8bdd20a6ded34541ee3",
                "md5": "80aec024b3c73c0c1eaaec2bdbb5754e",
                "sha256": "346cf9171d5717d495aa96092625a5f708607fa1131768eb953e70285634795d"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80aec024b3c73c0c1eaaec2bdbb5754e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 409462,
            "upload_time": "2024-02-29T09:55:01",
            "upload_time_iso_8601": "2024-02-29T09:55:01.397715Z",
            "url": "https://files.pythonhosted.org/packages/58/70/9c978c5b820f82ee70794bcc2c48c02cef7c54f7c8bdd20a6ded34541ee3/kiss_icp-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6122e985a1d40732dc0a00520434332c7895450cb1ae71ad11c4c72ef68bc5f",
                "md5": "509cd6960fb19616f06caa128e4f6f80",
                "sha256": "9e45a1f8b40ee67dfc89ddfefcf09b7c3273af95cf888328fc3a790a0d2e8790"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "509cd6960fb19616f06caa128e4f6f80",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 327319,
            "upload_time": "2024-02-29T09:55:03",
            "upload_time_iso_8601": "2024-02-29T09:55:03.681737Z",
            "url": "https://files.pythonhosted.org/packages/f6/12/2e985a1d40732dc0a00520434332c7895450cb1ae71ad11c4c72ef68bc5f/kiss_icp-0.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "603321cda15cc44ba4c57c7c95e7223272cd6fbb45468f0b9fe86da37e0b8553",
                "md5": "f468fc9c7fa5b79dba5dc50a14e66428",
                "sha256": "ab5754317090501b05c446ab31d2c757f44e5ba04d18b19276f7859012bea5ef"
            },
            "downloads": -1,
            "filename": "kiss_icp-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f468fc9c7fa5b79dba5dc50a14e66428",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 33866,
            "upload_time": "2024-02-29T09:55:05",
            "upload_time_iso_8601": "2024-02-29T09:55:05.111001Z",
            "url": "https://files.pythonhosted.org/packages/60/33/21cda15cc44ba4c57c7c95e7223272cd6fbb45468f0b9fe86da37e0b8553/kiss_icp-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 09:55:05",
    "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: 0.20083s