placo 0.9.11__0-cp39-cp39-macosx_11_0_arm64.whl → 0.9.12__0-cp39-cp39-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.9/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.9/site-packages/placo.so +0 -0
- {placo-0.9.11.dist-info → placo-0.9.12.dist-info}/METADATA +1 -1
- placo-0.9.12.dist-info/RECORD +12 -0
- placo-0.9.11.dist-info/RECORD +0 -12
- {placo-0.9.11.dist-info → placo-0.9.12.dist-info}/WHEEL +0 -0
- {placo-0.9.11.dist-info → placo-0.9.12.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.11.dist-info → placo-0.9.12.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3329,6 +3329,16 @@ class HumanoidParameters:
|
|
|
3329
3329
|
"""
|
|
3330
3330
|
...
|
|
3331
3331
|
|
|
3332
|
+
def ellipsoid_overlap_clip(
|
|
3333
|
+
self,
|
|
3334
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3335
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3336
|
+
) -> numpy.ndarray:
|
|
3337
|
+
"""
|
|
3338
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3339
|
+
"""
|
|
3340
|
+
...
|
|
3341
|
+
|
|
3332
3342
|
feet_spacing: float # double
|
|
3333
3343
|
"""
|
|
3334
3344
|
Lateral spacing between feet [m].
|
|
@@ -3539,7 +3549,7 @@ class HumanoidRobot:
|
|
|
3539
3549
|
"""
|
|
3540
3550
|
Computes all minimum distances between current collision pairs.
|
|
3541
3551
|
|
|
3542
|
-
:return: <Element 'para' at
|
|
3552
|
+
:return: <Element 'para' at 0x1068aabd0>
|
|
3543
3553
|
"""
|
|
3544
3554
|
...
|
|
3545
3555
|
|
|
@@ -3572,7 +3582,7 @@ class HumanoidRobot:
|
|
|
3572
3582
|
|
|
3573
3583
|
:param any frame: the frame for which we want the jacobian
|
|
3574
3584
|
|
|
3575
|
-
:return: <Element 'para' at
|
|
3585
|
+
:return: <Element 'para' at 0x1068a4720>
|
|
3576
3586
|
"""
|
|
3577
3587
|
...
|
|
3578
3588
|
|
|
@@ -3586,7 +3596,7 @@ class HumanoidRobot:
|
|
|
3586
3596
|
|
|
3587
3597
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3588
3598
|
|
|
3589
|
-
:return: <Element 'para' at
|
|
3599
|
+
:return: <Element 'para' at 0x10689b1d0>
|
|
3590
3600
|
"""
|
|
3591
3601
|
...
|
|
3592
3602
|
|
|
@@ -3894,7 +3904,7 @@ class HumanoidRobot:
|
|
|
3894
3904
|
|
|
3895
3905
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3896
3906
|
|
|
3897
|
-
:return: <Element 'para' at
|
|
3907
|
+
:return: <Element 'para' at 0x1068aa4a0>
|
|
3898
3908
|
"""
|
|
3899
3909
|
...
|
|
3900
3910
|
|
|
@@ -6362,7 +6372,7 @@ class RobotWrapper:
|
|
|
6362
6372
|
"""
|
|
6363
6373
|
Computes all minimum distances between current collision pairs.
|
|
6364
6374
|
|
|
6365
|
-
:return: <Element 'para' at
|
|
6375
|
+
:return: <Element 'para' at 0x10568b810>
|
|
6366
6376
|
"""
|
|
6367
6377
|
...
|
|
6368
6378
|
|
|
@@ -6376,7 +6386,7 @@ class RobotWrapper:
|
|
|
6376
6386
|
|
|
6377
6387
|
:param any frame: the frame for which we want the jacobian
|
|
6378
6388
|
|
|
6379
|
-
:return: <Element 'para' at
|
|
6389
|
+
:return: <Element 'para' at 0x105691360>
|
|
6380
6390
|
"""
|
|
6381
6391
|
...
|
|
6382
6392
|
|
|
@@ -6390,7 +6400,7 @@ class RobotWrapper:
|
|
|
6390
6400
|
|
|
6391
6401
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6392
6402
|
|
|
6393
|
-
:return: <Element 'para' at
|
|
6403
|
+
:return: <Element 'para' at 0x105694db0>
|
|
6394
6404
|
"""
|
|
6395
6405
|
...
|
|
6396
6406
|
|
|
@@ -6627,7 +6637,7 @@ class RobotWrapper:
|
|
|
6627
6637
|
|
|
6628
6638
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6629
6639
|
|
|
6630
|
-
:return: <Element 'para' at
|
|
6640
|
+
:return: <Element 'para' at 0x10568b0e0>
|
|
6631
6641
|
"""
|
|
6632
6642
|
...
|
|
6633
6643
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=uYKSqBFGI8YnLOf-ACtTmp3WsoXP2xnEu86tsrw0v5w,1400816
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=vlVh2C937rbs9i822m0Mt99WfQx1ToWKy2dmgjI9_xo,161910
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=-oMHc8z5HjoOx_-60uVdqhJ7DNiAHDkAoOUElEXIGnk,6789416
|
|
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.12.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.12.dist-info/METADATA,sha256=u4Uf_P83uEbsyUZs116-Es_sMqT9T3aAX6HBnwOniqo,2623
|
|
10
|
+
placo-0.9.12.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
11
|
+
placo-0.9.12.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.12.dist-info/RECORD,,
|
placo-0.9.11.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=A7Oc95kQgfkpmN5jHE8yZjz7QJ4k4Fy2nnDv966656k,1400528
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=3LzddiMYrcqTpzoexsMdGkv02WrByveMmuxXT9jVdiA,161662
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=Y8mygLxOVFeFV566chVeWOqhkY3gkjLSqzn-NqCmrTg,6785864
|
|
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.11.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.11.dist-info/METADATA,sha256=0K25RC_P7oh7mthpw4jmB7k8tANO-4CxmcPcaMiqyNg,2623
|
|
10
|
-
placo-0.9.11.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
11
|
-
placo-0.9.11.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|