placo 0.9.10__0-cp312-cp312-manylinux_2_28_x86_64.whl → 0.9.12__0-cp312-cp312-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.12/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.12/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
|
|
@@ -3218,6 +3218,16 @@ class HumanoidParameters:
|
|
|
3218
3218
|
"""
|
|
3219
3219
|
...
|
|
3220
3220
|
|
|
3221
|
+
def ellipsoid_overlap_clip(
|
|
3222
|
+
self,
|
|
3223
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3224
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3225
|
+
) -> numpy.ndarray:
|
|
3226
|
+
"""
|
|
3227
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3228
|
+
"""
|
|
3229
|
+
...
|
|
3230
|
+
|
|
3221
3231
|
feet_spacing: float # double
|
|
3222
3232
|
"""
|
|
3223
3233
|
Lateral spacing between feet [m].
|
|
@@ -3427,7 +3437,7 @@ class HumanoidRobot:
|
|
|
3427
3437
|
"""
|
|
3428
3438
|
Computes all minimum distances between current collision pairs.
|
|
3429
3439
|
|
|
3430
|
-
:return: <Element 'para' at
|
|
3440
|
+
:return: <Element 'para' at 0x7f2a69f81e40>
|
|
3431
3441
|
"""
|
|
3432
3442
|
...
|
|
3433
3443
|
|
|
@@ -3459,7 +3469,7 @@ class HumanoidRobot:
|
|
|
3459
3469
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3460
3470
|
|
|
3461
3471
|
:param any frame: the frame for which we want the jacobian
|
|
3462
|
-
:return: <Element 'para' at
|
|
3472
|
+
:return: <Element 'para' at 0x7f2a69f81b20>
|
|
3463
3473
|
"""
|
|
3464
3474
|
...
|
|
3465
3475
|
|
|
@@ -3472,7 +3482,7 @@ class HumanoidRobot:
|
|
|
3472
3482
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3473
3483
|
|
|
3474
3484
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3475
|
-
:return: <Element 'para' at
|
|
3485
|
+
:return: <Element 'para' at 0x7f2a69f834c0>
|
|
3476
3486
|
"""
|
|
3477
3487
|
...
|
|
3478
3488
|
|
|
@@ -3774,7 +3784,7 @@ class HumanoidRobot:
|
|
|
3774
3784
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3775
3785
|
|
|
3776
3786
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3777
|
-
:return: <Element 'para' at
|
|
3787
|
+
:return: <Element 'para' at 0x7f2a69f5fec0>
|
|
3778
3788
|
"""
|
|
3779
3789
|
...
|
|
3780
3790
|
|
|
@@ -6170,7 +6180,7 @@ class RobotWrapper:
|
|
|
6170
6180
|
"""
|
|
6171
6181
|
Computes all minimum distances between current collision pairs.
|
|
6172
6182
|
|
|
6173
|
-
:return: <Element 'para' at
|
|
6183
|
+
:return: <Element 'para' at 0x7f2a69f80bd0>
|
|
6174
6184
|
"""
|
|
6175
6185
|
...
|
|
6176
6186
|
|
|
@@ -6183,7 +6193,7 @@ class RobotWrapper:
|
|
|
6183
6193
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6184
6194
|
|
|
6185
6195
|
:param any frame: the frame for which we want the jacobian
|
|
6186
|
-
:return: <Element 'para' at
|
|
6196
|
+
:return: <Element 'para' at 0x7f2a69f81620>
|
|
6187
6197
|
"""
|
|
6188
6198
|
...
|
|
6189
6199
|
|
|
@@ -6196,7 +6206,7 @@ class RobotWrapper:
|
|
|
6196
6206
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6197
6207
|
|
|
6198
6208
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6199
|
-
:return: <Element 'para' at
|
|
6209
|
+
:return: <Element 'para' at 0x7f2a69f82cf0>
|
|
6200
6210
|
"""
|
|
6201
6211
|
...
|
|
6202
6212
|
|
|
@@ -6430,7 +6440,7 @@ class RobotWrapper:
|
|
|
6430
6440
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6431
6441
|
|
|
6432
6442
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6433
|
-
:return: <Element 'para' at
|
|
6443
|
+
:return: <Element 'para' at 0x7f2a69f80450>
|
|
6434
6444
|
"""
|
|
6435
6445
|
...
|
|
6436
6446
|
|
|
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=jif0bc73vUODzkYAFfRGTjD-qu0tkvxdRDRxsZ8Da5M,1999920
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=jcxsi0EarQmv3h2fDkyxIOI2zFh2adaT76WL08r_G1k,160241
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=_7MgVO3g7w3ShoLEIP7tET_2juSqC8J3mBJaLqeq20o,8605736
|
|
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.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=eXheUxpbFnMVV8zNFDEABgfUQTPiFjxEEzg6PDTNDzE,115
|
|
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=ZiTfHbYAByfG2bovyLHhbOrmmmQaJHQ8Bjv5Taeq_QQ,2119512
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=UrQKX4FWqIEvKn5DhrKK5L1tP9gCoECZBdIUcbwoJAo,159993
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=JnGGezGfimrn8mz3THWZ4EkxeD3ibFoXq1zgoFAOGKA,8606408
|
|
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.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=eXheUxpbFnMVV8zNFDEABgfUQTPiFjxEEzg6PDTNDzE,115
|
|
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
|