placo 0.9.13__0-cp311-cp311-macosx_11_0_arm64.whl → 0.9.14__0-cp311-cp311-macosx_11_0_arm64.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.dylib +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
|
Binary file
|
|
@@ -3312,6 +3312,25 @@ class HumanoidParameters:
|
|
|
3312
3312
|
"""
|
|
3313
3313
|
...
|
|
3314
3314
|
|
|
3315
|
+
def conic_clip(
|
|
3316
|
+
self,
|
|
3317
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3318
|
+
) -> numpy.ndarray:
|
|
3319
|
+
"""
|
|
3320
|
+
Applies the conic clipping to a given step size (dx, dy, dtheta)
|
|
3321
|
+
"""
|
|
3322
|
+
...
|
|
3323
|
+
|
|
3324
|
+
def conic_overlap_clip(
|
|
3325
|
+
self,
|
|
3326
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3327
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3328
|
+
) -> numpy.ndarray:
|
|
3329
|
+
"""
|
|
3330
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3331
|
+
"""
|
|
3332
|
+
...
|
|
3333
|
+
|
|
3315
3334
|
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
3316
3335
|
|
|
3317
3336
|
def double_support_duration(
|
|
@@ -3572,7 +3591,7 @@ class HumanoidRobot:
|
|
|
3572
3591
|
"""
|
|
3573
3592
|
Computes all minimum distances between current collision pairs.
|
|
3574
3593
|
|
|
3575
|
-
:return: <Element 'para' at
|
|
3594
|
+
:return: <Element 'para' at 0x1082ad5d0>
|
|
3576
3595
|
"""
|
|
3577
3596
|
...
|
|
3578
3597
|
|
|
@@ -3605,7 +3624,7 @@ class HumanoidRobot:
|
|
|
3605
3624
|
|
|
3606
3625
|
:param any frame: the frame for which we want the jacobian
|
|
3607
3626
|
|
|
3608
|
-
:return: <Element 'para' at
|
|
3627
|
+
:return: <Element 'para' at 0x1082ae1b0>
|
|
3609
3628
|
"""
|
|
3610
3629
|
...
|
|
3611
3630
|
|
|
@@ -3619,7 +3638,7 @@ class HumanoidRobot:
|
|
|
3619
3638
|
|
|
3620
3639
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3621
3640
|
|
|
3622
|
-
:return: <Element 'para' at
|
|
3641
|
+
:return: <Element 'para' at 0x1082af920>
|
|
3623
3642
|
"""
|
|
3624
3643
|
...
|
|
3625
3644
|
|
|
@@ -3927,7 +3946,7 @@ class HumanoidRobot:
|
|
|
3927
3946
|
|
|
3928
3947
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3929
3948
|
|
|
3930
|
-
:return: <Element 'para' at
|
|
3949
|
+
:return: <Element 'para' at 0x107523a10>
|
|
3931
3950
|
"""
|
|
3932
3951
|
...
|
|
3933
3952
|
|
|
@@ -6399,7 +6418,7 @@ class RobotWrapper:
|
|
|
6399
6418
|
"""
|
|
6400
6419
|
Computes all minimum distances between current collision pairs.
|
|
6401
6420
|
|
|
6402
|
-
:return: <Element 'para' at
|
|
6421
|
+
:return: <Element 'para' at 0x107516c50>
|
|
6403
6422
|
"""
|
|
6404
6423
|
...
|
|
6405
6424
|
|
|
@@ -6413,7 +6432,7 @@ class RobotWrapper:
|
|
|
6413
6432
|
|
|
6414
6433
|
:param any frame: the frame for which we want the jacobian
|
|
6415
6434
|
|
|
6416
|
-
:return: <Element 'para' at
|
|
6435
|
+
:return: <Element 'para' at 0x107517740>
|
|
6417
6436
|
"""
|
|
6418
6437
|
...
|
|
6419
6438
|
|
|
@@ -6427,7 +6446,7 @@ class RobotWrapper:
|
|
|
6427
6446
|
|
|
6428
6447
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6429
6448
|
|
|
6430
|
-
:return: <Element 'para' at
|
|
6449
|
+
:return: <Element 'para' at 0x107521170>
|
|
6431
6450
|
"""
|
|
6432
6451
|
...
|
|
6433
6452
|
|
|
@@ -6664,7 +6683,7 @@ class RobotWrapper:
|
|
|
6664
6683
|
|
|
6665
6684
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6666
6685
|
|
|
6667
|
-
:return: <Element 'para' at
|
|
6686
|
+
:return: <Element 'para' at 0x107516520>
|
|
6668
6687
|
"""
|
|
6669
6688
|
...
|
|
6670
6689
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=HVP2IZWpm0SUCtaZTC81oHM0oBppathqctIP_k4e2bQ,1401888
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=vw9UK9D8GnKx8z0XMOLtQUbReBXZnVeQ6rgmqbCWtpY,162852
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=_yKqByYX_6f5o9n7aAm9PfDNQ_gwzogIIKOedRuguk0,6790408
|
|
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=t66Vmq09ySSuYNkvxj8pPRXN3x8PGEstXQgBdYltQZc,111
|
|
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.dylib,sha256=gZD8rbyzlmSWxkSZ8P4734A1lMOgrhCBJjkssKa8_oo,1401424
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=Z9CJI2DHYHi6SNlKv7exBGwYySEIZBnzdKTA_JhZBM8,162421
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=PITypzJ_etE7XCbwhxyiGq5PBN9HavBCYwPYpghDFaU,6789944
|
|
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=t66Vmq09ySSuYNkvxj8pPRXN3x8PGEstXQgBdYltQZc,111
|
|
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
|