placo 0.9.10__0-cp310-cp310-manylinux_2_28_aarch64.whl → 0.9.12__0-cp310-cp310-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.10/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.10/site-packages/placo.so +0 -0
- {placo-0.9.10.dist-info → placo-0.9.12.dist-info}/METADATA +4 -4
- placo-0.9.12.dist-info/RECORD +12 -0
- placo-0.9.10.dist-info/RECORD +0 -12
- {placo-0.9.10.dist-info → placo-0.9.12.dist-info}/WHEEL +0 -0
- {placo-0.9.10.dist-info → placo-0.9.12.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.10.dist-info → placo-0.9.12.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3214,6 +3214,16 @@ class HumanoidParameters:
|
|
|
3214
3214
|
"""
|
|
3215
3215
|
...
|
|
3216
3216
|
|
|
3217
|
+
def ellipsoid_overlap_clip(
|
|
3218
|
+
self,
|
|
3219
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3220
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3221
|
+
) -> numpy.ndarray:
|
|
3222
|
+
"""
|
|
3223
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3224
|
+
"""
|
|
3225
|
+
...
|
|
3226
|
+
|
|
3217
3227
|
feet_spacing: float # double
|
|
3218
3228
|
"""
|
|
3219
3229
|
Lateral spacing between feet [m].
|
|
@@ -3423,7 +3433,7 @@ class HumanoidRobot:
|
|
|
3423
3433
|
"""
|
|
3424
3434
|
Computes all minimum distances between current collision pairs.
|
|
3425
3435
|
|
|
3426
|
-
:return: <Element 'para' at
|
|
3436
|
+
:return: <Element 'para' at 0xffff10ba6cf0>
|
|
3427
3437
|
"""
|
|
3428
3438
|
...
|
|
3429
3439
|
|
|
@@ -3455,7 +3465,7 @@ class HumanoidRobot:
|
|
|
3455
3465
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3456
3466
|
|
|
3457
3467
|
:param any frame: the frame for which we want the jacobian
|
|
3458
|
-
:return: <Element 'para' at
|
|
3468
|
+
:return: <Element 'para' at 0xffff10ba4e50>
|
|
3459
3469
|
"""
|
|
3460
3470
|
...
|
|
3461
3471
|
|
|
@@ -3468,7 +3478,7 @@ class HumanoidRobot:
|
|
|
3468
3478
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3469
3479
|
|
|
3470
3480
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3471
|
-
:return: <Element 'para' at
|
|
3481
|
+
:return: <Element 'para' at 0xffff10ba6520>
|
|
3472
3482
|
"""
|
|
3473
3483
|
...
|
|
3474
3484
|
|
|
@@ -3770,7 +3780,7 @@ class HumanoidRobot:
|
|
|
3770
3780
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3771
3781
|
|
|
3772
3782
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3773
|
-
:return: <Element 'para' at
|
|
3783
|
+
:return: <Element 'para' at 0xffff10cf8f40>
|
|
3774
3784
|
"""
|
|
3775
3785
|
...
|
|
3776
3786
|
|
|
@@ -6162,7 +6172,7 @@ class RobotWrapper:
|
|
|
6162
6172
|
"""
|
|
6163
6173
|
Computes all minimum distances between current collision pairs.
|
|
6164
6174
|
|
|
6165
|
-
:return: <Element 'para' at
|
|
6175
|
+
:return: <Element 'para' at 0xffff10d28450>
|
|
6166
6176
|
"""
|
|
6167
6177
|
...
|
|
6168
6178
|
|
|
@@ -6175,7 +6185,7 @@ class RobotWrapper:
|
|
|
6175
6185
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6176
6186
|
|
|
6177
6187
|
:param any frame: the frame for which we want the jacobian
|
|
6178
|
-
:return: <Element 'para' at
|
|
6188
|
+
:return: <Element 'para' at 0xffff10d28900>
|
|
6179
6189
|
"""
|
|
6180
6190
|
...
|
|
6181
6191
|
|
|
@@ -6188,7 +6198,7 @@ class RobotWrapper:
|
|
|
6188
6198
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6189
6199
|
|
|
6190
6200
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6191
|
-
:return: <Element 'para' at
|
|
6201
|
+
:return: <Element 'para' at 0xffff10d15b70>
|
|
6192
6202
|
"""
|
|
6193
6203
|
...
|
|
6194
6204
|
|
|
@@ -6422,7 +6432,7 @@ class RobotWrapper:
|
|
|
6422
6432
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6423
6433
|
|
|
6424
6434
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6425
|
-
:return: <Element 'para' at
|
|
6435
|
+
:return: <Element 'para' at 0xffff10d0b600>
|
|
6426
6436
|
"""
|
|
6427
6437
|
...
|
|
6428
6438
|
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.12
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
|
-
Requires-Python: >= 3.
|
|
5
|
+
Requires-Python: >= 3.8
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
License-File: LICENSE
|
|
8
8
|
Author-email: Rhoban team <team@rhoban.com>
|
|
@@ -11,12 +11,12 @@ Home-page: https://placo.readthedocs.io/en/latest/
|
|
|
11
11
|
Project-URL: Repository, https://github.com/rhoban/placo.git
|
|
12
12
|
Requires-Dist: cmeel
|
|
13
13
|
Requires-Dist: eiquadprog >= 1.2.6, < 2
|
|
14
|
-
Requires-Dist: pin
|
|
14
|
+
Requires-Dist: pin==3.4.0
|
|
15
15
|
Requires-Dist: rhoban-cmeel-jsoncpp
|
|
16
16
|
Requires-Dist: meshcat
|
|
17
17
|
Requires-Dist: ischedule
|
|
18
18
|
Provides-Extra: build
|
|
19
|
-
Requires-Dist: pin[build]
|
|
19
|
+
Requires-Dist: pin[build]==3.4.0 ; extra == "build"
|
|
20
20
|
Requires-Dist: doxystub >= 0.1.7 ; extra == "build"
|
|
21
21
|
Requires-Dist: cmake<4 ; extra == "build"
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=aheJKShPccgbdNe8SjkF5bih7zYSq2zDGEUO1vm-0Jw,1711304
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=cU9EKNYBehC-8TzX5jOmYhcN0JlPlHaUrzVPP1PA9BE,160163
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=YtsutyDiQYAVRebGre_GLG7OC_2FRyDRqjjoKELb_LI,8963168
|
|
4
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.10/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=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
|
|
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.10.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=cz4hXvnuB6xwtNrCNyMNBBLMgVWTjWnWtUlXQutMjQQ,1809272
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=yqEvC6LcQb3-L4aUwtFeRG1TeDNPInFU-XYR9kAZT7Q,159915
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=7QMLV8kbOdcWSOhrTabdIuXfokGsPAe-yaVq_2d00fU,8963688
|
|
4
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.9.10.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.10.dist-info/METADATA,sha256=XkUQkLksX-iRiGBMR8bzr1JachjV0YrmpFjN0i5Pe5g,2628
|
|
10
|
-
placo-0.9.10.dist-info/WHEEL,sha256=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
|
|
11
|
-
placo-0.9.10.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|