placo 0.9.13__0-cp39-cp39-manylinux_2_28_x86_64.whl → 0.9.14__0-cp39-cp39-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.9/site-packages/placo.pyi +27 -8
- cmeel.prefix/lib/python3.9/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
|
|
@@ -3189,6 +3189,25 @@ class HumanoidParameters:
|
|
|
3189
3189
|
"""
|
|
3190
3190
|
...
|
|
3191
3191
|
|
|
3192
|
+
def conic_clip(
|
|
3193
|
+
self,
|
|
3194
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3195
|
+
) -> numpy.ndarray:
|
|
3196
|
+
"""
|
|
3197
|
+
Applies the conic clipping to a given step size (dx, dy, dtheta)
|
|
3198
|
+
"""
|
|
3199
|
+
...
|
|
3200
|
+
|
|
3201
|
+
def conic_overlap_clip(
|
|
3202
|
+
self,
|
|
3203
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3204
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3205
|
+
) -> numpy.ndarray:
|
|
3206
|
+
"""
|
|
3207
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3208
|
+
"""
|
|
3209
|
+
...
|
|
3210
|
+
|
|
3192
3211
|
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
3193
3212
|
|
|
3194
3213
|
def double_support_duration(
|
|
@@ -3448,7 +3467,7 @@ class HumanoidRobot:
|
|
|
3448
3467
|
"""
|
|
3449
3468
|
Computes all minimum distances between current collision pairs.
|
|
3450
3469
|
|
|
3451
|
-
:return: <Element 'para' at
|
|
3470
|
+
:return: <Element 'para' at 0x7fb0d5abc310>
|
|
3452
3471
|
"""
|
|
3453
3472
|
...
|
|
3454
3473
|
|
|
@@ -3480,7 +3499,7 @@ class HumanoidRobot:
|
|
|
3480
3499
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3481
3500
|
|
|
3482
3501
|
:param any frame: the frame for which we want the jacobian
|
|
3483
|
-
:return: <Element 'para' at
|
|
3502
|
+
:return: <Element 'para' at 0x7fb0d5abcdb0>
|
|
3484
3503
|
"""
|
|
3485
3504
|
...
|
|
3486
3505
|
|
|
@@ -3493,7 +3512,7 @@ class HumanoidRobot:
|
|
|
3493
3512
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3494
3513
|
|
|
3495
3514
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3496
|
-
:return: <Element 'para' at
|
|
3515
|
+
:return: <Element 'para' at 0x7fb0d5ab9810>
|
|
3497
3516
|
"""
|
|
3498
3517
|
...
|
|
3499
3518
|
|
|
@@ -3795,7 +3814,7 @@ class HumanoidRobot:
|
|
|
3795
3814
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3796
3815
|
|
|
3797
3816
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3798
|
-
:return: <Element 'para' at
|
|
3817
|
+
:return: <Element 'para' at 0x7fb0d5aa7bd0>
|
|
3799
3818
|
"""
|
|
3800
3819
|
...
|
|
3801
3820
|
|
|
@@ -6183,7 +6202,7 @@ class RobotWrapper:
|
|
|
6183
6202
|
"""
|
|
6184
6203
|
Computes all minimum distances between current collision pairs.
|
|
6185
6204
|
|
|
6186
|
-
:return: <Element 'para' at
|
|
6205
|
+
:return: <Element 'para' at 0x7fb0d5b15d60>
|
|
6187
6206
|
"""
|
|
6188
6207
|
...
|
|
6189
6208
|
|
|
@@ -6196,7 +6215,7 @@ class RobotWrapper:
|
|
|
6196
6215
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6197
6216
|
|
|
6198
6217
|
:param any frame: the frame for which we want the jacobian
|
|
6199
|
-
:return: <Element 'para' at
|
|
6218
|
+
:return: <Element 'para' at 0x7fb0d5b12860>
|
|
6200
6219
|
"""
|
|
6201
6220
|
...
|
|
6202
6221
|
|
|
@@ -6209,7 +6228,7 @@ class RobotWrapper:
|
|
|
6209
6228
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6210
6229
|
|
|
6211
6230
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6212
|
-
:return: <Element 'para' at
|
|
6231
|
+
:return: <Element 'para' at 0x7fb0d5b39270>
|
|
6213
6232
|
"""
|
|
6214
6233
|
...
|
|
6215
6234
|
|
|
@@ -6443,7 +6462,7 @@ class RobotWrapper:
|
|
|
6443
6462
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6444
6463
|
|
|
6445
6464
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6446
|
-
:return: <Element 'para' at
|
|
6465
|
+
:return: <Element 'para' at 0x7fb0d5b15680>
|
|
6447
6466
|
"""
|
|
6448
6467
|
...
|
|
6449
6468
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=gElQEUZAOx6mhQYpAGGidl5YYbeUl6KzhYwM8yn9nbM,2000640
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=QTM5rHQPCamOMzrZZ7fgC2w950QUv61Y3hnupUgeRc8,160953
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=hm7IZkAEgTpfwTAy5VWMGdcoS0JqV71lj_YID5--kbY,8631872
|
|
4
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.9/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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
|
|
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=33NTsgXH_4Wh1iGk-K_JAQj9JULMg_HkK3BaZcWDlDQ,2000328
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=3NUF-_y76xiznBoAtWiAnuw9UvrUQ0YjGCbD4ly5wL4,160522
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=Peru9KmXT2ZwLiwF5EATtmlHrvl38_2Fh_BtlIJW9Tw,8631608
|
|
4
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.9/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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
|
|
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
|