lidar-visualizer


Namelidar-visualizer JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryA LiDAR visualization tool for all your datasets
upload_time2024-03-18 10:48:14
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Ignacio Vizzo, Tiziano Guadagnino, Benedikt Mersch, Cyrill Stachniss. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords lidar robotics visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiDAR Visualizer 🚀

A flexible, easy-to-use, LiDAR (or any point cloud) visualizer for Linux, Windows, and macOS.

![out](https://user-images.githubusercontent.com/21349875/234777083-eeb4ec57-cb50-4c69-babd-4cc8e63cff86.png)

If you also need to obtain poses from your dataset, consider checking out [KISS-ICP](https://github.com/PRBonn/kiss-icp).

## Install (\*)

```sh
pip install lidar-visualizer
```

(\*) This package relies on the power of [Open3D](https://www.open3d.org) but does not list it as a dependency. If you haven't installed `open3d` then `pip install open3d` or check [the official instructions](https://www.open3d.org/docs/release/getting_started.html)

## Optional dependencies

Depending on the [dataloaders](./src/lidar_visualizer/datasets/) you plan to use you might need to install optional dependencies. The tool will prompt which tools is the one you are requesting and is not accessible, but if you want to go for brute force and install all of it just run:

```sh
pip install lidar-visualizer[all]
```

## Usage

```sh
lidar_visualizer --help
```

## Citation

If you use this visualizer 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},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lidar-visualizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "LiDAR,Robotics,Visualization",
    "author": "",
    "author_email": "Ignacio Vizzo <ignaciovizzo@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c4/c6/3c076de792bd1bb66dbd2e9f4041ed67612201974e0beaafc3d0ec85fa80/lidar_visualizer-0.1.3.tar.gz",
    "platform": null,
    "description": "# LiDAR Visualizer \ud83d\ude80\n\nA flexible, easy-to-use, LiDAR (or any point cloud) visualizer for Linux, Windows, and macOS.\n\n![out](https://user-images.githubusercontent.com/21349875/234777083-eeb4ec57-cb50-4c69-babd-4cc8e63cff86.png)\n\nIf you also need to obtain poses from your dataset, consider checking out [KISS-ICP](https://github.com/PRBonn/kiss-icp).\n\n## Install (\\*)\n\n```sh\npip install lidar-visualizer\n```\n\n(\\*) This package relies on the power of [Open3D](https://www.open3d.org) but does not list it as a dependency. If you haven't installed `open3d` then `pip install open3d` or check [the official instructions](https://www.open3d.org/docs/release/getting_started.html)\n\n## Optional dependencies\n\nDepending on the [dataloaders](./src/lidar_visualizer/datasets/) you plan to use you might need to install optional dependencies. The tool will prompt which tools is the one you are requesting and is not accessible, but if you want to go for brute force and install all of it just run:\n\n```sh\npip install lidar-visualizer[all]\n```\n\n## Usage\n\n```sh\nlidar_visualizer --help\n```\n\n## Citation\n\nIf you use this visualizer 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",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Ignacio Vizzo, Tiziano Guadagnino, Benedikt Mersch, Cyrill Stachniss.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A LiDAR visualization tool for all your datasets",
    "version": "0.1.3",
    "project_urls": {
        "homepage": "https://github.com/PRBonn/lidar-visualizer"
    },
    "split_keywords": [
        "lidar",
        "robotics",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1cca6cd898fb2d9b6b5b02701f44fbcc91b035c7624b9c6c88646d2b5f78031",
                "md5": "2accc3364adc0ac7bb22bae8ad309503",
                "sha256": "0f259e958eed83bd54c235e5dd7881c6d113b998f790ca98e51eb8bf0c122979"
            },
            "downloads": -1,
            "filename": "lidar_visualizer-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2accc3364adc0ac7bb22bae8ad309503",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26654,
            "upload_time": "2024-03-18T10:48:12",
            "upload_time_iso_8601": "2024-03-18T10:48:12.772411Z",
            "url": "https://files.pythonhosted.org/packages/c1/cc/a6cd898fb2d9b6b5b02701f44fbcc91b035c7624b9c6c88646d2b5f78031/lidar_visualizer-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4c63c076de792bd1bb66dbd2e9f4041ed67612201974e0beaafc3d0ec85fa80",
                "md5": "39b71062ea70075cc1b7e1d36369d4be",
                "sha256": "a1b8bb1707982c542f1fd9a7f3146851de7c1ba54610ae63d89304077a024204"
            },
            "downloads": -1,
            "filename": "lidar_visualizer-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "39b71062ea70075cc1b7e1d36369d4be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16412,
            "upload_time": "2024-03-18T10:48:14",
            "upload_time_iso_8601": "2024-03-18T10:48:14.284490Z",
            "url": "https://files.pythonhosted.org/packages/c4/c6/3c076de792bd1bb66dbd2e9f4041ed67612201974e0beaafc3d0ec85fa80/lidar_visualizer-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 10:48:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PRBonn",
    "github_project": "lidar-visualizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lidar-visualizer"
}
        
Elapsed time: 0.27319s