placo 0.9.13__0-cp311-cp311-manylinux_2_28_x86_64.whl → 0.9.14__0-cp311-cp311-manylinux_2_28_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.11/site-packages/placo.pyi +27 -8
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.13.dist-info → placo-0.9.14.dist-info}/METADATA +1 -1
- placo-0.9.14.dist-info/RECORD +12 -0
- placo-0.9.13.dist-info/RECORD +0 -12
- {placo-0.9.13.dist-info → placo-0.9.14.dist-info}/WHEEL +0 -0
- {placo-0.9.13.dist-info → placo-0.9.14.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.13.dist-info → placo-0.9.14.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3193,6 +3193,25 @@ class HumanoidParameters:
|
|
|
3193
3193
|
"""
|
|
3194
3194
|
...
|
|
3195
3195
|
|
|
3196
|
+
def conic_clip(
|
|
3197
|
+
self,
|
|
3198
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3199
|
+
) -> numpy.ndarray:
|
|
3200
|
+
"""
|
|
3201
|
+
Applies the conic clipping to a given step size (dx, dy, dtheta)
|
|
3202
|
+
"""
|
|
3203
|
+
...
|
|
3204
|
+
|
|
3205
|
+
def conic_overlap_clip(
|
|
3206
|
+
self,
|
|
3207
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3208
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3209
|
+
) -> numpy.ndarray:
|
|
3210
|
+
"""
|
|
3211
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3212
|
+
"""
|
|
3213
|
+
...
|
|
3214
|
+
|
|
3196
3215
|
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
3197
3216
|
|
|
3198
3217
|
def double_support_duration(
|
|
@@ -3452,7 +3471,7 @@ class HumanoidRobot:
|
|
|
3452
3471
|
"""
|
|
3453
3472
|
Computes all minimum distances between current collision pairs.
|
|
3454
3473
|
|
|
3455
|
-
:return: <Element 'para' at
|
|
3474
|
+
:return: <Element 'para' at 0x7f767edb1170>
|
|
3456
3475
|
"""
|
|
3457
3476
|
...
|
|
3458
3477
|
|
|
@@ -3484,7 +3503,7 @@ class HumanoidRobot:
|
|
|
3484
3503
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3485
3504
|
|
|
3486
3505
|
:param any frame: the frame for which we want the jacobian
|
|
3487
|
-
:return: <Element 'para' at
|
|
3506
|
+
:return: <Element 'para' at 0x7f767edb3a10>
|
|
3488
3507
|
"""
|
|
3489
3508
|
...
|
|
3490
3509
|
|
|
@@ -3497,7 +3516,7 @@ class HumanoidRobot:
|
|
|
3497
3516
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3498
3517
|
|
|
3499
3518
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3500
|
-
:return: <Element 'para' at
|
|
3519
|
+
:return: <Element 'para' at 0x7f767ee61120>
|
|
3501
3520
|
"""
|
|
3502
3521
|
...
|
|
3503
3522
|
|
|
@@ -3799,7 +3818,7 @@ class HumanoidRobot:
|
|
|
3799
3818
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3800
3819
|
|
|
3801
3820
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3802
|
-
:return: <Element 'para' at
|
|
3821
|
+
:return: <Element 'para' at 0x7f767edb06d0>
|
|
3803
3822
|
"""
|
|
3804
3823
|
...
|
|
3805
3824
|
|
|
@@ -6191,7 +6210,7 @@ class RobotWrapper:
|
|
|
6191
6210
|
"""
|
|
6192
6211
|
Computes all minimum distances between current collision pairs.
|
|
6193
6212
|
|
|
6194
|
-
:return: <Element 'para' at
|
|
6213
|
+
:return: <Element 'para' at 0x7f767ee05ee0>
|
|
6195
6214
|
"""
|
|
6196
6215
|
...
|
|
6197
6216
|
|
|
@@ -6204,7 +6223,7 @@ class RobotWrapper:
|
|
|
6204
6223
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6205
6224
|
|
|
6206
6225
|
:param any frame: the frame for which we want the jacobian
|
|
6207
|
-
:return: <Element 'para' at
|
|
6226
|
+
:return: <Element 'para' at 0x7f767ee06980>
|
|
6208
6227
|
"""
|
|
6209
6228
|
...
|
|
6210
6229
|
|
|
@@ -6217,7 +6236,7 @@ class RobotWrapper:
|
|
|
6217
6236
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6218
6237
|
|
|
6219
6238
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6220
|
-
:return: <Element 'para' at
|
|
6239
|
+
:return: <Element 'para' at 0x7f767ee34310>
|
|
6221
6240
|
"""
|
|
6222
6241
|
...
|
|
6223
6242
|
|
|
@@ -6451,7 +6470,7 @@ class RobotWrapper:
|
|
|
6451
6470
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6452
6471
|
|
|
6453
6472
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6454
|
-
:return: <Element 'para' at
|
|
6473
|
+
:return: <Element 'para' at 0x7f767ee05800>
|
|
6455
6474
|
"""
|
|
6456
6475
|
...
|
|
6457
6476
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=jd70xEYVAYSSSSOSWPkyUDGUKV3WKoxdZGl7xfkHcIM,2000640
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=5Jec70dzO9PV8n6-kKQORgdYRa3jj7me9el7miV_TX8,161029
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=_zsc61DjAp1ucQUbl8eYcJpCKcaXWg0ppe7lELzg8O0,8627776
|
|
4
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.9.14.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.14.dist-info/METADATA,sha256=_3wZKUF837Ia-4AHbVGMUayxVIFodnLIeQMiA2fJqFE,2623
|
|
10
|
+
placo-0.9.14.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
+
placo-0.9.14.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.14.dist-info/RECORD,,
|
placo-0.9.13.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=3bGWkrvT89zR6vTDJmaxaJ9XvabvWy93ZdiE-NVineE,2000328
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=gE63ZIHIrlgdPgcjUnog15d37IeAgVx2pNOC0efXC14,160598
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=D5X7JjLOJk4qCgCi4Xq4rVaGPmDgA8xqdOdW-ER_SlM,8627512
|
|
4
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.9.13.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.13.dist-info/METADATA,sha256=iHR1UfDkqy_3epoMhxa2rUEHUs4Bc8e3do1_EAKNIog,2623
|
|
10
|
-
placo-0.9.13.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
-
placo-0.9.13.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|