placo 0.9.12__0-cp39-cp39-macosx_10_9_x86_64.whl → 0.9.13__0-cp39-cp39-macosx_10_9_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.dylib +0 -0
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi +28 -9
- cmeel.prefix/lib/python3.9/site-packages/placo.so +0 -0
- {placo-0.9.12.dist-info → placo-0.9.13.dist-info}/METADATA +1 -1
- placo-0.9.13.dist-info/RECORD +12 -0
- placo-0.9.12.dist-info/RECORD +0 -12
- {placo-0.9.12.dist-info → placo-0.9.13.dist-info}/WHEEL +0 -0
- {placo-0.9.12.dist-info → placo-0.9.13.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.12.dist-info → placo-0.9.13.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3289,6 +3289,25 @@ class HumanoidParameters:
|
|
|
3289
3289
|
) -> None:
|
|
3290
3290
|
...
|
|
3291
3291
|
|
|
3292
|
+
def box_clip(
|
|
3293
|
+
self,
|
|
3294
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3295
|
+
) -> numpy.ndarray:
|
|
3296
|
+
"""
|
|
3297
|
+
Applies the box clipping (L1) to a given step size (dx, dy, dtheta)
|
|
3298
|
+
"""
|
|
3299
|
+
...
|
|
3300
|
+
|
|
3301
|
+
def box_overlap_clip(
|
|
3302
|
+
self,
|
|
3303
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3304
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3305
|
+
) -> numpy.ndarray:
|
|
3306
|
+
"""
|
|
3307
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3308
|
+
"""
|
|
3309
|
+
...
|
|
3310
|
+
|
|
3292
3311
|
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
3293
3312
|
|
|
3294
3313
|
def double_support_duration(
|
|
@@ -3325,7 +3344,7 @@ class HumanoidParameters:
|
|
|
3325
3344
|
step: numpy.ndarray, # Eigen::Vector3d
|
|
3326
3345
|
) -> numpy.ndarray:
|
|
3327
3346
|
"""
|
|
3328
|
-
Applies the ellipsoid clipping to a given step size (dx, dy, dtheta)
|
|
3347
|
+
Applies the ellipsoid (L2) clipping to a given step size (dx, dy, dtheta)
|
|
3329
3348
|
"""
|
|
3330
3349
|
...
|
|
3331
3350
|
|
|
@@ -3549,7 +3568,7 @@ class HumanoidRobot:
|
|
|
3549
3568
|
"""
|
|
3550
3569
|
Computes all minimum distances between current collision pairs.
|
|
3551
3570
|
|
|
3552
|
-
:return: <Element 'para' at
|
|
3571
|
+
:return: <Element 'para' at 0x10cd3a630>
|
|
3553
3572
|
"""
|
|
3554
3573
|
...
|
|
3555
3574
|
|
|
@@ -3582,7 +3601,7 @@ class HumanoidRobot:
|
|
|
3582
3601
|
|
|
3583
3602
|
:param any frame: the frame for which we want the jacobian
|
|
3584
3603
|
|
|
3585
|
-
:return: <Element 'para' at
|
|
3604
|
+
:return: <Element 'para' at 0x10cd44180>
|
|
3586
3605
|
"""
|
|
3587
3606
|
...
|
|
3588
3607
|
|
|
@@ -3596,7 +3615,7 @@ class HumanoidRobot:
|
|
|
3596
3615
|
|
|
3597
3616
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3598
3617
|
|
|
3599
|
-
:return: <Element 'para' at
|
|
3618
|
+
:return: <Element 'para' at 0x10cd49bd0>
|
|
3600
3619
|
"""
|
|
3601
3620
|
...
|
|
3602
3621
|
|
|
@@ -3904,7 +3923,7 @@ class HumanoidRobot:
|
|
|
3904
3923
|
|
|
3905
3924
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3906
3925
|
|
|
3907
|
-
:return: <Element 'para' at
|
|
3926
|
+
:return: <Element 'para' at 0x10cd23180>
|
|
3908
3927
|
"""
|
|
3909
3928
|
...
|
|
3910
3929
|
|
|
@@ -6372,7 +6391,7 @@ class RobotWrapper:
|
|
|
6372
6391
|
"""
|
|
6373
6392
|
Computes all minimum distances between current collision pairs.
|
|
6374
6393
|
|
|
6375
|
-
:return: <Element 'para' at
|
|
6394
|
+
:return: <Element 'para' at 0x10bde8090>
|
|
6376
6395
|
"""
|
|
6377
6396
|
...
|
|
6378
6397
|
|
|
@@ -6386,7 +6405,7 @@ class RobotWrapper:
|
|
|
6386
6405
|
|
|
6387
6406
|
:param any frame: the frame for which we want the jacobian
|
|
6388
6407
|
|
|
6389
|
-
:return: <Element 'para' at
|
|
6408
|
+
:return: <Element 'para' at 0x10bde8b80>
|
|
6390
6409
|
"""
|
|
6391
6410
|
...
|
|
6392
6411
|
|
|
@@ -6400,7 +6419,7 @@ class RobotWrapper:
|
|
|
6400
6419
|
|
|
6401
6420
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6402
6421
|
|
|
6403
|
-
:return: <Element 'para' at
|
|
6422
|
+
:return: <Element 'para' at 0x10bdef630>
|
|
6404
6423
|
"""
|
|
6405
6424
|
...
|
|
6406
6425
|
|
|
@@ -6637,7 +6656,7 @@ class RobotWrapper:
|
|
|
6637
6656
|
|
|
6638
6657
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6639
6658
|
|
|
6640
|
-
:return: <Element 'para' at
|
|
6659
|
+
:return: <Element 'para' at 0x10bde2900>
|
|
6641
6660
|
"""
|
|
6642
6661
|
...
|
|
6643
6662
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=2bQdPuJVfsgoNSbXIQUzAElMbM9ty5z2d9hzfmFbjAw,1707608
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=khV72G4gAZ4cUWs2fH64q-4-hKULyH597RqT0-LaLvo,162345
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=zIwEjT_hXWnKVj7kX-ZKagud1aryqfgyi5jiA2snNTg,7220768
|
|
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=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
|
|
11
|
+
placo-0.9.13.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.13.dist-info/RECORD,,
|
placo-0.9.12.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=qPUHCSw4GAJOsNcM7enOwS9TNnJ6OB_vRHnDmBEbX_w,1706992
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=llB_soTw7rnV8X4ZwkzQt3RpTccIHA0QZt0ZeCzHvIY,161910
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=-7fz7kVeLwTHxmSh8rXK4w2yAZAxKbF3wUzu0Uk5pNE,7220232
|
|
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=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
|
|
11
|
-
placo-0.9.12.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|