dexcomm 0.1.5__cp310-cp310-win_amd64.whl → 0.1.7__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dexcomm-0.1.5.dist-info → dexcomm-0.1.7.dist-info}/METADATA +2 -2
- dexcomm-0.1.7.dist-info/RECORD +9 -0
- {dexcomm-0.1.5.dist-info → dexcomm-0.1.7.dist-info}/WHEEL +1 -1
- dexcomm.cp310-win_amd64.pyd +0 -0
- dexcomm.pyi +1 -3
- dexcomm/serialization/protobuf/lidar2d_pb2.pyi +0 -39
- dexcomm-0.1.5.dist-info/RECORD +0 -10
- {dexcomm-0.1.5.dist-info → dexcomm-0.1.7.dist-info}/licenses/LICENSE +0 -0
- {dexcomm-0.1.5.dist-info → dexcomm-0.1.7.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dexcomm
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Communication library using Zenoh with ROS-like functionality
|
|
5
5
|
Author-email: Dexmate <contact@dexmate.ai>
|
|
6
6
|
Maintainer-email: Dexmate <contact@dexmate.ai>
|
|
@@ -33,7 +33,7 @@ License-File: LICENSE
|
|
|
33
33
|
Requires-Dist: eclipse-zenoh>=1.5.0
|
|
34
34
|
Requires-Dist: numpy>=1.20.0
|
|
35
35
|
Requires-Dist: loguru>=0.6.0
|
|
36
|
-
Requires-Dist: protobuf>=6.31.
|
|
36
|
+
Requires-Dist: protobuf>=6.31.1
|
|
37
37
|
Provides-Extra: image
|
|
38
38
|
Requires-Dist: opencv-python>=4.5.0; extra == "image"
|
|
39
39
|
Provides-Extra: fast
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
dexcomm.cp310-win_amd64.pyd,sha256=sWct-jFBEBCyAwDfzZvDBQ7mJOjq2dwid-sqYR8qcck,1233408
|
|
2
|
+
dexcomm.pyi,sha256=pymxECxPiuvOUVdrW3EM8uLKeoHMlclXGhmYaoLNQu0,3473
|
|
3
|
+
dexcomm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
dexcomm-0.1.7.dist-info/licenses/LICENSE,sha256=qbcPJZWsafz-NJrAz2J_cFCricFk2DFSsCUqs3ELtM8,31929
|
|
5
|
+
dexcomm.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
6
|
+
dexcomm-0.1.7.dist-info/METADATA,sha256=XL01jgFrHeVfQUxrAIrpHJovk90ZeRwYI8zI-yhluBk,10250
|
|
7
|
+
dexcomm-0.1.7.dist-info/WHEEL,sha256=BWi2Im5Cvt0DAWL4o4Mj_-4iE5bBibO-r1olJcxH3XI,97
|
|
8
|
+
dexcomm-0.1.7.dist-info/top_level.txt,sha256=HxOSa-2r1LWUCgaGigQiF4n_u5VjFQpIFg9bGcggaqQ,8
|
|
9
|
+
dexcomm-0.1.7.dist-info/RECORD,,
|
dexcomm.cp310-win_amd64.pyd
CHANGED
|
Binary file
|
dexcomm.pyi
CHANGED
|
@@ -72,10 +72,8 @@ import enum
|
|
|
72
72
|
import numpy
|
|
73
73
|
import pickle
|
|
74
74
|
import numpy.typing
|
|
75
|
+
import dexcomm.serialization.protobuf
|
|
75
76
|
import turbojpeg
|
|
76
77
|
import cv2
|
|
77
78
|
import zlib
|
|
78
|
-
import google
|
|
79
|
-
import google.protobuf
|
|
80
|
-
import google.protobuf.internal
|
|
81
79
|
import statistics
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
from google.protobuf.internal import containers as _containers
|
|
2
|
-
from google.protobuf import descriptor as _descriptor
|
|
3
|
-
from google.protobuf import message as _message
|
|
4
|
-
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
5
|
-
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
6
|
-
|
|
7
|
-
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
-
|
|
9
|
-
class LidarScan2D(_message.Message):
|
|
10
|
-
__slots__ = ("ranges", "angles", "qualities", "timestamp_ns", "angle_min", "angle_max", "angle_increment", "time_increment", "scan_time", "range_min", "range_max")
|
|
11
|
-
RANGES_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
-
ANGLES_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
-
QUALITIES_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
-
TIMESTAMP_NS_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
-
ANGLE_MIN_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
-
ANGLE_MAX_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
-
ANGLE_INCREMENT_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
-
TIME_INCREMENT_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
-
SCAN_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
-
RANGE_MIN_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
-
RANGE_MAX_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
-
ranges: _containers.RepeatedScalarFieldContainer[float]
|
|
23
|
-
angles: _containers.RepeatedScalarFieldContainer[float]
|
|
24
|
-
qualities: _containers.RepeatedScalarFieldContainer[int]
|
|
25
|
-
timestamp_ns: int
|
|
26
|
-
angle_min: float
|
|
27
|
-
angle_max: float
|
|
28
|
-
angle_increment: float
|
|
29
|
-
time_increment: float
|
|
30
|
-
scan_time: float
|
|
31
|
-
range_min: float
|
|
32
|
-
range_max: float
|
|
33
|
-
def __init__(self, ranges: _Optional[_Iterable[float]] = ..., angles: _Optional[_Iterable[float]] = ..., qualities: _Optional[_Iterable[int]] = ..., timestamp_ns: _Optional[int] = ..., angle_min: _Optional[float] = ..., angle_max: _Optional[float] = ..., angle_increment: _Optional[float] = ..., time_increment: _Optional[float] = ..., scan_time: _Optional[float] = ..., range_min: _Optional[float] = ..., range_max: _Optional[float] = ...) -> None: ...
|
|
34
|
-
|
|
35
|
-
class LidarBatch(_message.Message):
|
|
36
|
-
__slots__ = ("scans",)
|
|
37
|
-
SCANS_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
-
scans: _containers.RepeatedCompositeFieldContainer[LidarScan2D]
|
|
39
|
-
def __init__(self, scans: _Optional[_Iterable[_Union[LidarScan2D, _Mapping]]] = ...) -> None: ...
|
dexcomm-0.1.5.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
dexcomm.cp310-win_amd64.pyd,sha256=rC2XCE0dYi9JsR4OhatYDoKy6Hw1mXxQSHdFTm2Tzs4,1265664
|
|
2
|
-
dexcomm.pyi,sha256=fstUWx1x8zcw8VAEULwLVbKF6m30BL6Fs0EwRjXBcJg,3504
|
|
3
|
-
dexcomm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
dexcomm/serialization/protobuf/lidar2d_pb2.pyi,sha256=77hQycxjoSxqnLwolSS4nrkqTCn_B-GA1ynhfH_6QH8,2175
|
|
5
|
-
dexcomm-0.1.5.dist-info/licenses/LICENSE,sha256=qbcPJZWsafz-NJrAz2J_cFCricFk2DFSsCUqs3ELtM8,31929
|
|
6
|
-
dexcomm.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
7
|
-
dexcomm-0.1.5.dist-info/METADATA,sha256=D7DxPROCFDVsBp-LVJKuw-o47ngM7ApD5hLgsLS-X_0,10250
|
|
8
|
-
dexcomm-0.1.5.dist-info/WHEEL,sha256=J3iiF0jKsisnrgCqCoXfOT94fpJ1AHlWZzLewanx6X8,97
|
|
9
|
-
dexcomm-0.1.5.dist-info/top_level.txt,sha256=HxOSa-2r1LWUCgaGigQiF4n_u5VjFQpIFg9bGcggaqQ,8
|
|
10
|
-
dexcomm-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|