| Name | perceptual-kiss-slam JSON |
| Version |
0.0.3
JSON |
| download |
| home_page | None |
| Summary | KISS-SLAM: A Simple, Robust, and Accurate 3D LiDAR SLAM System With Enhanced Generalization Capabilities |
| upload_time | 2025-10-06 15:42:50 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
lidar
slam
mapping
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
<div align="center">
<h1>KISS-SLAM</h1>
<a href="https://github.com/PRBonn/kiss-slam/releases"><img src="https://img.shields.io/github/v/release/PRBonn/kiss-slam?label=version" /></a>
<a href="https://github.com/PRBonn/kiss-slam/blob/main/LICENSE"><img src="https://img.shields.io/github/license/PRBonn/kiss-slam" /></a>
<a href="https://github.com/PRBonn/kiss-slam/blob/main/"><img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" /></a>
<a href="https://github.com/PRBonn/kiss-slam/blob/main/"><img src="https://img.shields.io/badge/mac%20os-000000?&logo=apple&logoColor=white" /></a>
<br />
<br />
<a href="https://github.com/PRBonn/kiss-slam/blob/main/README.md#Install">Install</a>
<span> • </span>
<a href="https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kiss2025iros.pdf">Paper</a>
<span> • </span>
<a href=https://github.com/PRBonn/kiss-slam/issues>Contact Us</a>
<br />
<br />
[KISS-SLAM](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kiss2025iros.pdf) is a simple, robust, and accurate 3D LiDAR SLAM system that **just works**.

</div>
<hr />
## Install
```
pip install kiss-slam
```
## Running the system
Next, follow the instructions on how to run the system by typing:
```
kiss_slam_pipeline --help
```
This should print the following help message:

### Config
You can generate a default `config.yaml` by typing:
```
kiss_slam_dump_config
```
which will generate a `kiss_slam.yaml` file. Now, you can modify the parameters and pass the file to the `--config` option when running the `kiss_slam_pipeline`.
Suggestion for indoor applications:
1. Reduce the `odometry.preprocessing.max_range` to 50.0, this will automatically reduce the `voxel_size` to 0.5.
2. Reduce the `local_mapper.splitting_distance` to a suitable distance based on the scale of the indoor environment.
### Install Python API (developer mode)
For development purposes:
```
sudo apt install git python3-pip libeigen3-dev libsuitesparse-dev
python3 -m pip install --upgrade pip
git clone https://github.com/PRBonn/kiss-slam.git
cd kiss-slam
make editable
```
### Paper Results
As we decided to continue developing **KISS-SLAM** beyond the scope of the IROS paper, we created a ``git tag`` so that researchers can consistently reproduce the results presented in the publication. To checkout at this tag, you can run the following:
```sh
git checkout IROS25
```
Our development aims to surpass the performance of **KISS-SLAM** beyond the original results presented in the paper.
## Citation
If you use this library for any academic work, please cite our original paper:
```bib
@article{kiss2025arxiv,
author = {T. Guadagnino and B. Mersch and S. Gupta and I. Vizzo and G. Grisetti and C. Stachniss},
title = {{KISS-SLAM: A Simple, Robust, and Accurate 3D LiDAR SLAM System With Enhanced Generalization Capabilities}},
journal = {arXiv preprint},
year = 2025,
volume = {arXiv:2503.12660},
url = {https://arxiv.org/pdf/2503.12660},
}
```
## Acknowledgements
This project builds on top of [KISS-ICP](https://github.com/PRBonn/kiss-icp), [MapClosures](https://github.com/PRBonn/MapClosures), and [g2o](https://github.com/RainerKuemmerle/g2o).
## Contributing
We envision KISS-SLAM as a community-driven project. We love to see how the project is growing, thanks to the contributions from the community. We would love to see your face in the list below; open a Pull Request!
<a href="https://github.com/PRBonn/kiss-slam/graphs/contributors">
<img src="https://contrib.rocks/image?repo=PRBonn/kiss-slam" />
</a>
## Contact Us
For questions or feedback:
- GitHub Issues: https://github.com/PRBonn/kiss-slam/issues
Raw data
{
"_id": null,
"home_page": null,
"name": "perceptual-kiss-slam",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "LiDAR, SLAM, Mapping",
"author": null,
"author_email": "Tiziano Guadagnino <frevo93@gmail.com>, Benedikt Mersch <benedikt.mersch@gmail.com>, Saurabh Gupta <saurabh.gupta1002@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a1/0b/a89245dc99c3ad5421eca8ce8aec8f52144552b6749aab050f1959e60c51/perceptual_kiss_slam-0.0.3.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <h1>KISS-SLAM</h1>\n <a href=\"https://github.com/PRBonn/kiss-slam/releases\"><img src=\"https://img.shields.io/github/v/release/PRBonn/kiss-slam?label=version\" /></a>\n <a href=\"https://github.com/PRBonn/kiss-slam/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/PRBonn/kiss-slam\" /></a>\n <a href=\"https://github.com/PRBonn/kiss-slam/blob/main/\"><img src=\"https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black\" /></a>\n <a href=\"https://github.com/PRBonn/kiss-slam/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://github.com/PRBonn/kiss-slam/blob/main/README.md#Install\">Install</a>\n <span> \u2022 </span>\n <a href=\"https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kiss2025iros.pdf\">Paper</a>\n <span> \u2022 </span>\n <a href=https://github.com/PRBonn/kiss-slam/issues>Contact Us</a>\n <br />\n <br />\n\n[KISS-SLAM](https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/kiss2025iros.pdf) is a simple, robust, and accurate 3D LiDAR SLAM system that **just works**.\n\n\n\n\n\n</div>\n\n<hr />\n\n## Install\n\n```\npip install kiss-slam\n```\n\n## Running the system\nNext, follow the instructions on how to run the system by typing:\n```\nkiss_slam_pipeline --help\n```\n\nThis should print the following help message:\n\n\n\n### Config\nYou can generate a default `config.yaml` by typing:\n\n```\nkiss_slam_dump_config\n```\n\nwhich will generate a `kiss_slam.yaml` file. Now, you can modify the parameters and pass the file to the `--config` option when running the `kiss_slam_pipeline`.\n\nSuggestion for indoor applications:\n1. Reduce the `odometry.preprocessing.max_range` to 50.0, this will automatically reduce the `voxel_size` to 0.5.\n2. Reduce the `local_mapper.splitting_distance` to a suitable distance based on the scale of the indoor environment.\n\n### Install Python API (developer mode)\nFor development purposes:\n\n```\nsudo apt install git python3-pip libeigen3-dev libsuitesparse-dev\npython3 -m pip install --upgrade pip\ngit clone https://github.com/PRBonn/kiss-slam.git\ncd kiss-slam\nmake editable\n```\n\n### Paper Results\nAs we decided to continue developing **KISS-SLAM** beyond the scope of the IROS paper, we created a ``git tag`` so that researchers can consistently reproduce the results presented in the publication. To checkout at this tag, you can run the following:\n```sh\ngit checkout IROS25\n```\nOur development aims to surpass the performance of **KISS-SLAM** beyond the original results presented in the paper.\n\n## Citation\nIf you use this library for any academic work, please cite our original paper:\n```bib\n@article{kiss2025arxiv,\n author = {T. Guadagnino and B. Mersch and S. Gupta and I. Vizzo and G. Grisetti and C. Stachniss},\n title = {{KISS-SLAM: A Simple, Robust, and Accurate 3D LiDAR SLAM System With Enhanced Generalization Capabilities}},\n journal = {arXiv preprint},\n year = 2025,\n volume = {arXiv:2503.12660},\n url = {https://arxiv.org/pdf/2503.12660},\n}\n```\n\n## Acknowledgements\nThis project builds on top of [KISS-ICP](https://github.com/PRBonn/kiss-icp), [MapClosures](https://github.com/PRBonn/MapClosures), and [g2o](https://github.com/RainerKuemmerle/g2o).\n\n## Contributing\n\nWe envision KISS-SLAM as a community-driven project. We love to see how the project is growing, thanks to the contributions from the community. We would love to see your face in the list below; open a Pull Request!\n\n<a href=\"https://github.com/PRBonn/kiss-slam/graphs/contributors\">\n <img src=\"https://contrib.rocks/image?repo=PRBonn/kiss-slam\" />\n</a>\n\n## Contact Us\nFor questions or feedback:\n- GitHub Issues: https://github.com/PRBonn/kiss-slam/issues\n",
"bugtrack_url": null,
"license": null,
"summary": "KISS-SLAM: A Simple, Robust, and Accurate 3D LiDAR SLAM System With Enhanced Generalization Capabilities",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/perceptual-ai/kiss-slam"
},
"split_keywords": [
"lidar",
" slam",
" mapping"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4e3617e6e8e285a727f44cdbf1b5d423a557abc7381e486e7b44d0de7d3035c8",
"md5": "2d7b523d45dcde86047f4cd4eeb22b93",
"sha256": "9c38be19fbd33b847007473444035bd375cc77fe68fecc236e46d93ec7ca9cdc"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2d7b523d45dcde86047f4cd4eeb22b93",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 620097,
"upload_time": "2025-10-06T15:42:31",
"upload_time_iso_8601": "2025-10-06T15:42:31.662919Z",
"url": "https://files.pythonhosted.org/packages/4e/36/17e6e8e285a727f44cdbf1b5d423a557abc7381e486e7b44d0de7d3035c8/perceptual_kiss_slam-0.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f7d9ac0e7237083cb9ee71d25207b0e6dd0568d00f5820a58cd26efc1a113b42",
"md5": "6d59880ba55f1cf66cf6ed25fb1bbf12",
"sha256": "7646c359ced916583b52ba34e0dd0e835c32cbaaa4620c76985b9eb1ee4078d7"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6d59880ba55f1cf66cf6ed25fb1bbf12",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 777592,
"upload_time": "2025-10-06T15:42:33",
"upload_time_iso_8601": "2025-10-06T15:42:33.093836Z",
"url": "https://files.pythonhosted.org/packages/f7/d9/ac0e7237083cb9ee71d25207b0e6dd0568d00f5820a58cd26efc1a113b42/perceptual_kiss_slam-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aace0a81a414c26d20573e9498acacb5bf380b4e4f31774e9c1e32b11dcc27e3",
"md5": "dbbe8b70a1472d2ad490376228a454cd",
"sha256": "69f3c463972fa096a2d9f2d496637d3f2a94efe2d65e3e2655952d3e17c6351b"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "dbbe8b70a1472d2ad490376228a454cd",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 621269,
"upload_time": "2025-10-06T15:42:34",
"upload_time_iso_8601": "2025-10-06T15:42:34.281832Z",
"url": "https://files.pythonhosted.org/packages/aa/ce/0a81a414c26d20573e9498acacb5bf380b4e4f31774e9c1e32b11dcc27e3/perceptual_kiss_slam-0.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f80cc2c8ea569867a6e05b3d57ba4f3d20a6927df717bd7b8ac43e8df82affda",
"md5": "f17b5135db9c6092545d255523f79110",
"sha256": "596328131223a4e239ba729db8d1bd5e17b087b6ec6f878ab4f8bfb29097f7c5"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f17b5135db9c6092545d255523f79110",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 777571,
"upload_time": "2025-10-06T15:42:35",
"upload_time_iso_8601": "2025-10-06T15:42:35.671431Z",
"url": "https://files.pythonhosted.org/packages/f8/0c/c2c8ea569867a6e05b3d57ba4f3d20a6927df717bd7b8ac43e8df82affda/perceptual_kiss_slam-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "482f519790b4fd1a01df166e8895e5b99755f3bb84363a120c4f53af8b35f213",
"md5": "c0d55bdad184e6c62c878962098c5200",
"sha256": "f08a5789971094811fcf640fa1511b8d2ce68ed2c38dcdec0f47cffd5a3e45db"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c0d55bdad184e6c62c878962098c5200",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 621939,
"upload_time": "2025-10-06T15:42:36",
"upload_time_iso_8601": "2025-10-06T15:42:36.917701Z",
"url": "https://files.pythonhosted.org/packages/48/2f/519790b4fd1a01df166e8895e5b99755f3bb84363a120c4f53af8b35f213/perceptual_kiss_slam-0.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "685cb101851ff3706c0fae226e264736226c714e5dd200c16e6dcf60b076fc03",
"md5": "b916c1ef114e8df0686b7d60bed11386",
"sha256": "867a331c811c61c1d16f7be2c9b58bdfe38d2625c8302f9e13e3d4e6f5fdc1b1"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b916c1ef114e8df0686b7d60bed11386",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 775856,
"upload_time": "2025-10-06T15:42:38",
"upload_time_iso_8601": "2025-10-06T15:42:38.461220Z",
"url": "https://files.pythonhosted.org/packages/68/5c/b101851ff3706c0fae226e264736226c714e5dd200c16e6dcf60b076fc03/perceptual_kiss_slam-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc051136927dd7098ca7673258bc54a9213ca4f684b336c6bae86b9874cf4209",
"md5": "77c08249f2a29a34886fd7ab4f46d757",
"sha256": "8ca806b112b05775c45c93e54afca849b9043c48a7ffc354101e23528aafc4ed"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "77c08249f2a29a34886fd7ab4f46d757",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 621934,
"upload_time": "2025-10-06T15:42:40",
"upload_time_iso_8601": "2025-10-06T15:42:40.978955Z",
"url": "https://files.pythonhosted.org/packages/bc/05/1136927dd7098ca7673258bc54a9213ca4f684b336c6bae86b9874cf4209/perceptual_kiss_slam-0.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "78f9f175c9b134e8d57c88dcc1b2864bfc9a363cbf4ad3f6660fb959717099cb",
"md5": "7d1c39e729ea8a52d25a32391d5909ed",
"sha256": "68c4c52e43e0a7fb4a408610591fc4c78839af093fa5dc0d32ec56d14dc37c5c"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7d1c39e729ea8a52d25a32391d5909ed",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 775381,
"upload_time": "2025-10-06T15:42:42",
"upload_time_iso_8601": "2025-10-06T15:42:42.783378Z",
"url": "https://files.pythonhosted.org/packages/78/f9/f175c9b134e8d57c88dcc1b2864bfc9a363cbf4ad3f6660fb959717099cb/perceptual_kiss_slam-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "499e83313898b16fd980141aa91d7ca25b466dc93b75a3f28f62f5ac093ac4f8",
"md5": "5fd8a1ad37046e20a384873d13d5bce4",
"sha256": "4eea002b6f91c764124574c83d278d3baf84bfe671b019991f7ba3168c317cc0"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5fd8a1ad37046e20a384873d13d5bce4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 620149,
"upload_time": "2025-10-06T15:42:44",
"upload_time_iso_8601": "2025-10-06T15:42:44.359854Z",
"url": "https://files.pythonhosted.org/packages/49/9e/83313898b16fd980141aa91d7ca25b466dc93b75a3f28f62f5ac093ac4f8/perceptual_kiss_slam-0.0.3-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2fe7f38ec21f69e02749ec26d04069df7d0d8326fca9c0294330e9096a0a327e",
"md5": "bd05e7064c9d76285627ec5fa1f94745",
"sha256": "79a707eff069e21ae7284d8821885c96fb795ce6519581d5bfe18ff1c42b83ae"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bd05e7064c9d76285627ec5fa1f94745",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 776378,
"upload_time": "2025-10-06T15:42:45",
"upload_time_iso_8601": "2025-10-06T15:42:45.913224Z",
"url": "https://files.pythonhosted.org/packages/2f/e7/f38ec21f69e02749ec26d04069df7d0d8326fca9c0294330e9096a0a327e/perceptual_kiss_slam-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ba9c65ef7839e83d70db4d2c25bec7e1e32935e7a8330fa6b2bb513bd116afaf",
"md5": "4c4d415ea6a6660c8f42d9a7bbf44f80",
"sha256": "eaecc5acf0367e30bf1875b2de09bf948497ae632566673653c9e0bb54d00bc5"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4c4d415ea6a6660c8f42d9a7bbf44f80",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 620313,
"upload_time": "2025-10-06T15:42:47",
"upload_time_iso_8601": "2025-10-06T15:42:47.191069Z",
"url": "https://files.pythonhosted.org/packages/ba/9c/65ef7839e83d70db4d2c25bec7e1e32935e7a8330fa6b2bb513bd116afaf/perceptual_kiss_slam-0.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b7ed66ee01f422c60e439d42cbe2b81a267ed5aacd2a29d3096058857c5e374",
"md5": "1e0c564cdcbc21a24e67f6287b4afb21",
"sha256": "1b255a5a65486d2f93a0193e19531fa6fb633f2ddd23ad0109e50e87a436d68c"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1e0c564cdcbc21a24e67f6287b4afb21",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 776358,
"upload_time": "2025-10-06T15:42:48",
"upload_time_iso_8601": "2025-10-06T15:42:48.808058Z",
"url": "https://files.pythonhosted.org/packages/2b/7e/d66ee01f422c60e439d42cbe2b81a267ed5aacd2a29d3096058857c5e374/perceptual_kiss_slam-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a10ba89245dc99c3ad5421eca8ce8aec8f52144552b6749aab050f1959e60c51",
"md5": "13a63b97be753829fe42039dab4e31d6",
"sha256": "418284681ba8d3f2a40ab4ed69b0b1ab122336bc8740439f4d67a1922a5e0996"
},
"downloads": -1,
"filename": "perceptual_kiss_slam-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "13a63b97be753829fe42039dab4e31d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 18528,
"upload_time": "2025-10-06T15:42:50",
"upload_time_iso_8601": "2025-10-06T15:42:50.139050Z",
"url": "https://files.pythonhosted.org/packages/a1/0b/a89245dc99c3ad5421eca8ce8aec8f52144552b6749aab050f1959e60c51/perceptual_kiss_slam-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 15:42:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "perceptual-ai",
"github_project": "kiss-slam",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "perceptual-kiss-slam"
}