placo 0.6.1__0-cp310-cp310-manylinux_2_35_x86_64.whl → 0.6.3__0-cp310-cp310-manylinux_2_35_x86_64.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.
Potentially problematic release.
This version of placo might be problematic. Click here for more details.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi +29 -0
- cmeel.prefix/lib/python3.10/site-packages/placo.so +0 -0
- {placo-0.6.1.dist-info → placo-0.6.3.dist-info}/METADATA +1 -1
- {placo-0.6.1.dist-info → placo-0.6.3.dist-info}/RECORD +8 -8
- {placo-0.6.1.dist-info → placo-0.6.3.dist-info}/WHEEL +0 -0
- {placo-0.6.1.dist-info → placo-0.6.3.dist-info}/license/LICENSE +0 -0
- {placo-0.6.1.dist-info → placo-0.6.3.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -7236,6 +7236,35 @@ class WheelTask:
|
|
|
7236
7236
|
...
|
|
7237
7237
|
|
|
7238
7238
|
|
|
7239
|
+
def directions_2d(
|
|
7240
|
+
n: int, # int
|
|
7241
|
+
|
|
7242
|
+
) -> numpy.ndarray:
|
|
7243
|
+
"""Generates a set of directions in 2D.
|
|
7244
|
+
|
|
7245
|
+
|
|
7246
|
+
:param n: the number of directions
|
|
7247
|
+
|
|
7248
|
+
:return: matrix of size n x 2"""
|
|
7249
|
+
...
|
|
7250
|
+
|
|
7251
|
+
|
|
7252
|
+
def directions_3d(
|
|
7253
|
+
n: int, # int
|
|
7254
|
+
epsilon: float = 0.5, # double
|
|
7255
|
+
|
|
7256
|
+
) -> numpy.ndarray:
|
|
7257
|
+
"""Generates a set of directions in 3D, using Fibonacci lattice.
|
|
7258
|
+
|
|
7259
|
+
|
|
7260
|
+
:param n: the number of directions
|
|
7261
|
+
|
|
7262
|
+
:param epsilon: the epsilon parameter for the Fibonacci lattice
|
|
7263
|
+
|
|
7264
|
+
:return: matrix of size n x 3"""
|
|
7265
|
+
...
|
|
7266
|
+
|
|
7267
|
+
|
|
7239
7268
|
def flatten_on_floor(
|
|
7240
7269
|
transformation: numpy.ndarray, # const Eigen::Affine3d &
|
|
7241
7270
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=dW2MV7F2r0WwQcByZhI1l-uvg0WLdISQStZ4AA_cTAI,2616424
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=Dv3QaHIsO_eh0FNluw9AFC3Hao09e9gdK0TbYbPHbvk,157676
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=VmJRvX6tkxZoqJoHzssmekDUE4_MQD9Xrh4H8dWbhgo,7766704
|
|
4
4
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
5
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
6
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
@@ -8,8 +8,8 @@ cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=6E
|
|
|
8
8
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/__init__.cpython-310.pyc,sha256=tJrTajdA7hNO9tZkE1oN49rU-61lCNUED-mQXdAvzAs,261
|
|
9
9
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/tf.cpython-310.pyc,sha256=APWQ5-zKgbEcMnkv6Hxgj_Q46jpnuOyL9YbSrj6Z5Vw,204
|
|
10
10
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/visualization.cpython-310.pyc,sha256=kMdmKY2LZKM4rkKm4j0y-TOMBQ3PeVIpbfB_YJxNz5c,6781
|
|
11
|
-
placo-0.6.
|
|
12
|
-
placo-0.6.
|
|
13
|
-
placo-0.6.
|
|
14
|
-
placo-0.6.
|
|
15
|
-
placo-0.6.
|
|
11
|
+
placo-0.6.3.dist-info/license/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
12
|
+
placo-0.6.3.dist-info/METADATA,sha256=nUdBGDAALqcemXjBxMpxSf_Y9VbvknUiwse6wAazGEg,2569
|
|
13
|
+
placo-0.6.3.dist-info/WHEEL,sha256=y7GzdFHC0qrZwnE2SqFjrXxL9NLtXflO9hVb0PhWwIU,115
|
|
14
|
+
placo-0.6.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
placo-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|