Pure Python Module for Hybo Lidar
Project description
Hybo
Unofficial pure-python module for iLidar, solid state lidar by Hybo
Install
$ pip install hybo
Example
example/simple.py
import time
import hybo
with hybo.Lidar('/dev/cu.usbserial-D3095E6S') as hybo:
# waiting for connection
time.sleep(1)
# retrieve latest frame
frame = hybo.get_latest_frame()
print(frame)
Result:
{'sequence': 53247, 'time_peak': 529.675937, 'points': array([[0, 0, 0],
[0, 0, 0],
[0, 0, 0],
...,
[0, 0, 0],
[0, 0, 0],
[0, 0, 0]], dtype=int16)}
TODO
- callback-style frame capturing
- frame queuing
- async mode
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hybo-0.0.1.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
hybo-0.0.1-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file hybo-0.0.1.tar.gz.
File metadata
- Download URL: hybo-0.0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/1.1.3 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.8.0 tqdm/4.50.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d94ffc79a98a44d16ac0fd1ffae660d9838d8fb6df8ce4ec201ae1e9972c3609
|
|
| MD5 |
67357607fdc4be2e462ac04fabcb140b
|
|
| BLAKE2b-256 |
addccb6e09ba87dc4c100119c74adf12e6e2371f66f85949d6c3b96ef60ba6f1
|
File details
Details for the file hybo-0.0.1-py3-none-any.whl.
File metadata
- Download URL: hybo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/1.1.3 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.8.0 tqdm/4.50.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6225c9d5616a12317d8dae0d0166952beccc310604a84aebecfad3b67ee49da
|
|
| MD5 |
984eb230d28c6faa86dbb317f8c37c67
|
|
| BLAKE2b-256 |
d225982424d2af65ff0d2000b6ecf2746e92c0c604be96d8b4ca70b4de3275d2
|