placo 0.9.13__0-cp312-cp312-manylinux_2_28_aarch64.whl → 0.9.14__0-cp312-cp312-manylinux_2_28_aarch64.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.12/site-packages/placo.pyi +27 -8
- cmeel.prefix/lib/python3.12/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
|
|
@@ -3197,6 +3197,25 @@ class HumanoidParameters:
|
|
|
3197
3197
|
"""
|
|
3198
3198
|
...
|
|
3199
3199
|
|
|
3200
|
+
def conic_clip(
|
|
3201
|
+
self,
|
|
3202
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3203
|
+
) -> numpy.ndarray:
|
|
3204
|
+
"""
|
|
3205
|
+
Applies the conic clipping to a given step size (dx, dy, dtheta)
|
|
3206
|
+
"""
|
|
3207
|
+
...
|
|
3208
|
+
|
|
3209
|
+
def conic_overlap_clip(
|
|
3210
|
+
self,
|
|
3211
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3212
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3213
|
+
) -> numpy.ndarray:
|
|
3214
|
+
"""
|
|
3215
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3216
|
+
"""
|
|
3217
|
+
...
|
|
3218
|
+
|
|
3200
3219
|
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
3201
3220
|
|
|
3202
3221
|
def double_support_duration(
|
|
@@ -3456,7 +3475,7 @@ class HumanoidRobot:
|
|
|
3456
3475
|
"""
|
|
3457
3476
|
Computes all minimum distances between current collision pairs.
|
|
3458
3477
|
|
|
3459
|
-
:return: <Element 'para' at
|
|
3478
|
+
:return: <Element 'para' at 0xffa5c0aa0720>
|
|
3460
3479
|
"""
|
|
3461
3480
|
...
|
|
3462
3481
|
|
|
@@ -3488,7 +3507,7 @@ class HumanoidRobot:
|
|
|
3488
3507
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3489
3508
|
|
|
3490
3509
|
:param any frame: the frame for which we want the jacobian
|
|
3491
|
-
:return: <Element 'para' at
|
|
3510
|
+
:return: <Element 'para' at 0xffa5c0aa28e0>
|
|
3492
3511
|
"""
|
|
3493
3512
|
...
|
|
3494
3513
|
|
|
@@ -3501,7 +3520,7 @@ class HumanoidRobot:
|
|
|
3501
3520
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3502
3521
|
|
|
3503
3522
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3504
|
-
:return: <Element 'para' at
|
|
3523
|
+
:return: <Element 'para' at 0xffa5c0ab2110>
|
|
3505
3524
|
"""
|
|
3506
3525
|
...
|
|
3507
3526
|
|
|
@@ -3803,7 +3822,7 @@ class HumanoidRobot:
|
|
|
3803
3822
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3804
3823
|
|
|
3805
3824
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3806
|
-
:return: <Element 'para' at
|
|
3825
|
+
:return: <Element 'para' at 0xffa5c0aa0310>
|
|
3807
3826
|
"""
|
|
3808
3827
|
...
|
|
3809
3828
|
|
|
@@ -6199,7 +6218,7 @@ class RobotWrapper:
|
|
|
6199
6218
|
"""
|
|
6200
6219
|
Computes all minimum distances between current collision pairs.
|
|
6201
6220
|
|
|
6202
|
-
:return: <Element 'para' at
|
|
6221
|
+
:return: <Element 'para' at 0xffa5c08f7380>
|
|
6203
6222
|
"""
|
|
6204
6223
|
...
|
|
6205
6224
|
|
|
@@ -6212,7 +6231,7 @@ class RobotWrapper:
|
|
|
6212
6231
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6213
6232
|
|
|
6214
6233
|
:param any frame: the frame for which we want the jacobian
|
|
6215
|
-
:return: <Element 'para' at
|
|
6234
|
+
:return: <Element 'para' at 0xffa5c08f6610>
|
|
6216
6235
|
"""
|
|
6217
6236
|
...
|
|
6218
6237
|
|
|
@@ -6225,7 +6244,7 @@ class RobotWrapper:
|
|
|
6225
6244
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6226
6245
|
|
|
6227
6246
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6228
|
-
:return: <Element 'para' at
|
|
6247
|
+
:return: <Element 'para' at 0xffa5c08f5080>
|
|
6229
6248
|
"""
|
|
6230
6249
|
...
|
|
6231
6250
|
|
|
@@ -6459,7 +6478,7 @@ class RobotWrapper:
|
|
|
6459
6478
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6460
6479
|
|
|
6461
6480
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6462
|
-
:return: <Element 'para' at
|
|
6481
|
+
:return: <Element 'para' at 0xffa5c08f79c0>
|
|
6463
6482
|
"""
|
|
6464
6483
|
...
|
|
6465
6484
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=rbotpHNZ4gEv3cD_80y00x9hruEyLF0DxWZE1SFJuQI,1712008
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=f08s1bK_B-OqGRkDn-hF0O89dBdhX2po_lZDhEBozr8,161107
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=aNJbmi7OiUjsWsEPIysisI25NoY9fVbF-oEb6EvNfg0,8890664
|
|
4
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.12/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=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
|
|
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=XxLobwwzh3Wj4rHZJ9E5InNeRTscyHHsTMWr8FPvdgo,1711720
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=8sOh7HZY2nI9itUei7bOyA5JG_i_hltAWUrayG2Lcwg,160676
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=-rFCT9IbU-qRk1-vP7WyBtnwgYDq2e6YjOU3feKftUM,8890408
|
|
4
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.12/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=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
|
|
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
|