Metadata-Version: 2.4
Name: dora-ios-lidar
Version: 0.3.12rc0
Summary: dora-ios-lidar
Author-email: Your Name <email@email.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.9
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: record3d>=1.4
Requires-Dist: scipy

# dora-ios-lidar

## Getting started

- Install it with pip:

```bash
pip install -e .
```

- Make sure to install `record3d` app on your IOS device.
- Buy the USB connection package to start streaming on USB.

## Contribution Guide

- Format with [ruff](https://docs.astral.sh/ruff/):

```bash
ruff check . --fix
```

- Lint with ruff:

```bash
ruff check .
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
pytest . # Test
```

## YAML Specification

## Examples

## License

dora-ios-lidar's code are released under the MIT License
