placo 0.9.11__0-cp38-cp38-manylinux_2_28_x86_64.whl → 0.9.12__0-cp38-cp38-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.8/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.8/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
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3210,6 +3210,16 @@ class HumanoidParameters:
|
|
|
3210
3210
|
"""
|
|
3211
3211
|
...
|
|
3212
3212
|
|
|
3213
|
+
def ellipsoid_overlap_clip(
|
|
3214
|
+
self,
|
|
3215
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3216
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3217
|
+
) -> numpy.ndarray:
|
|
3218
|
+
"""
|
|
3219
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3220
|
+
"""
|
|
3221
|
+
...
|
|
3222
|
+
|
|
3213
3223
|
feet_spacing: float # double
|
|
3214
3224
|
"""
|
|
3215
3225
|
Lateral spacing between feet [m].
|
|
@@ -3419,7 +3429,7 @@ class HumanoidRobot:
|
|
|
3419
3429
|
"""
|
|
3420
3430
|
Computes all minimum distances between current collision pairs.
|
|
3421
3431
|
|
|
3422
|
-
:return: <Element 'para' at
|
|
3432
|
+
:return: <Element 'para' at 0x7fac25e15540>
|
|
3423
3433
|
"""
|
|
3424
3434
|
...
|
|
3425
3435
|
|
|
@@ -3451,7 +3461,7 @@ class HumanoidRobot:
|
|
|
3451
3461
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3452
3462
|
|
|
3453
3463
|
:param any frame: the frame for which we want the jacobian
|
|
3454
|
-
:return: <Element 'para' at
|
|
3464
|
+
:return: <Element 'para' at 0x7fac25dd3040>
|
|
3455
3465
|
"""
|
|
3456
3466
|
...
|
|
3457
3467
|
|
|
@@ -3464,7 +3474,7 @@ class HumanoidRobot:
|
|
|
3464
3474
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3465
3475
|
|
|
3466
3476
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3467
|
-
:return: <Element 'para' at
|
|
3477
|
+
:return: <Element 'para' at 0x7fac25dd8a40>
|
|
3468
3478
|
"""
|
|
3469
3479
|
...
|
|
3470
3480
|
|
|
@@ -3766,7 +3776,7 @@ class HumanoidRobot:
|
|
|
3766
3776
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3767
3777
|
|
|
3768
3778
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3769
|
-
:return: <Element 'para' at
|
|
3779
|
+
:return: <Element 'para' at 0x7fac25e1fe00>
|
|
3770
3780
|
"""
|
|
3771
3781
|
...
|
|
3772
3782
|
|
|
@@ -6154,7 +6164,7 @@ class RobotWrapper:
|
|
|
6154
6164
|
"""
|
|
6155
6165
|
Computes all minimum distances between current collision pairs.
|
|
6156
6166
|
|
|
6157
|
-
:return: <Element 'para' at
|
|
6167
|
+
:return: <Element 'para' at 0x7fac25e57220>
|
|
6158
6168
|
"""
|
|
6159
6169
|
...
|
|
6160
6170
|
|
|
@@ -6167,7 +6177,7 @@ class RobotWrapper:
|
|
|
6167
6177
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6168
6178
|
|
|
6169
6179
|
:param any frame: the frame for which we want the jacobian
|
|
6170
|
-
:return: <Element 'para' at
|
|
6180
|
+
:return: <Element 'para' at 0x7fac25e57cc0>
|
|
6171
6181
|
"""
|
|
6172
6182
|
...
|
|
6173
6183
|
|
|
@@ -6180,7 +6190,7 @@ class RobotWrapper:
|
|
|
6180
6190
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6181
6191
|
|
|
6182
6192
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6183
|
-
:return: <Element 'para' at
|
|
6193
|
+
:return: <Element 'para' at 0x7fac25e5f720>
|
|
6184
6194
|
"""
|
|
6185
6195
|
...
|
|
6186
6196
|
|
|
@@ -6414,7 +6424,7 @@ class RobotWrapper:
|
|
|
6414
6424
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6415
6425
|
|
|
6416
6426
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6417
|
-
:return: <Element 'para' at
|
|
6427
|
+
:return: <Element 'para' at 0x7fac25e54ae0>
|
|
6418
6428
|
"""
|
|
6419
6429
|
...
|
|
6420
6430
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=YZo-41WKttJuF_sm_attqM8E3PY-xxHHTM-TQdZ2aHw,1999920
|
|
2
|
+
cmeel.prefix/lib/python3.8/site-packages/placo.pyi,sha256=3c-WWvr4f1zNlVrIjAocFIpjg1nVD43mHLpz832yDgM,160087
|
|
3
|
+
cmeel.prefix/lib/python3.8/site-packages/placo.so,sha256=gMoOXKesZjFhzXWby_eGHEzPhx03BK9knFs5JpoS__Y,8627192
|
|
4
|
+
cmeel.prefix/lib/python3.8/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.8/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.8/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.8/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=W_j0faVBAAvVxSee0M6f6KW2OGuQwPEUw2pjJSl_m7M,113
|
|
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.so,sha256=qSsNzmkxk63Osz0hof7mwge-up_sJwyHmb6yet2PGN8,1995520
|
|
2
|
-
cmeel.prefix/lib/python3.8/site-packages/placo.pyi,sha256=GisdtWsNmT0QMEyyfxmNJhOhkbchHw85_ACLn6zee5o,159839
|
|
3
|
-
cmeel.prefix/lib/python3.8/site-packages/placo.so,sha256=k1fmNUFFnzjZpMxZfUpsDDMsKjdgCbjdhbbbxDWYtdQ,8624968
|
|
4
|
-
cmeel.prefix/lib/python3.8/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.8/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.8/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.8/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=W_j0faVBAAvVxSee0M6f6KW2OGuQwPEUw2pjJSl_m7M,113
|
|
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
|