placo 0.9.10__0-cp313-cp313-macosx_11_0_arm64.whl → 0.9.12__0-cp313-cp313-macosx_11_0_arm64.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.13/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.13/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
|
Binary file
|
|
@@ -3337,6 +3337,16 @@ class HumanoidParameters:
|
|
|
3337
3337
|
"""
|
|
3338
3338
|
...
|
|
3339
3339
|
|
|
3340
|
+
def ellipsoid_overlap_clip(
|
|
3341
|
+
self,
|
|
3342
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3343
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3344
|
+
) -> numpy.ndarray:
|
|
3345
|
+
"""
|
|
3346
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3347
|
+
"""
|
|
3348
|
+
...
|
|
3349
|
+
|
|
3340
3350
|
feet_spacing: float # double
|
|
3341
3351
|
"""
|
|
3342
3352
|
Lateral spacing between feet [m].
|
|
@@ -3547,7 +3557,7 @@ class HumanoidRobot:
|
|
|
3547
3557
|
"""
|
|
3548
3558
|
Computes all minimum distances between current collision pairs.
|
|
3549
3559
|
|
|
3550
|
-
:return: <Element 'para' at
|
|
3560
|
+
:return: <Element 'para' at 0x1035abe70>
|
|
3551
3561
|
"""
|
|
3552
3562
|
...
|
|
3553
3563
|
|
|
@@ -3580,7 +3590,7 @@ class HumanoidRobot:
|
|
|
3580
3590
|
|
|
3581
3591
|
:param any frame: the frame for which we want the jacobian
|
|
3582
3592
|
|
|
3583
|
-
:return: <Element 'para' at
|
|
3593
|
+
:return: <Element 'para' at 0x1035a9620>
|
|
3584
3594
|
"""
|
|
3585
3595
|
...
|
|
3586
3596
|
|
|
@@ -3594,7 +3604,7 @@ class HumanoidRobot:
|
|
|
3594
3604
|
|
|
3595
3605
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3596
3606
|
|
|
3597
|
-
:return: <Element 'para' at
|
|
3607
|
+
:return: <Element 'para' at 0x1035066b0>
|
|
3598
3608
|
"""
|
|
3599
3609
|
...
|
|
3600
3610
|
|
|
@@ -3902,7 +3912,7 @@ class HumanoidRobot:
|
|
|
3902
3912
|
|
|
3903
3913
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3904
3914
|
|
|
3905
|
-
:return: <Element 'para' at
|
|
3915
|
+
:return: <Element 'para' at 0x1035aa4d0>
|
|
3906
3916
|
"""
|
|
3907
3917
|
...
|
|
3908
3918
|
|
|
@@ -6378,7 +6388,7 @@ class RobotWrapper:
|
|
|
6378
6388
|
"""
|
|
6379
6389
|
Computes all minimum distances between current collision pairs.
|
|
6380
6390
|
|
|
6381
|
-
:return: <Element 'para' at
|
|
6391
|
+
:return: <Element 'para' at 0x103550540>
|
|
6382
6392
|
"""
|
|
6383
6393
|
...
|
|
6384
6394
|
|
|
@@ -6392,7 +6402,7 @@ class RobotWrapper:
|
|
|
6392
6402
|
|
|
6393
6403
|
:param any frame: the frame for which we want the jacobian
|
|
6394
6404
|
|
|
6395
|
-
:return: <Element 'para' at
|
|
6405
|
+
:return: <Element 'para' at 0x103550fe0>
|
|
6396
6406
|
"""
|
|
6397
6407
|
...
|
|
6398
6408
|
|
|
@@ -6406,7 +6416,7 @@ class RobotWrapper:
|
|
|
6406
6416
|
|
|
6407
6417
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6408
6418
|
|
|
6409
|
-
:return: <Element 'para' at
|
|
6419
|
+
:return: <Element 'para' at 0x103552750>
|
|
6410
6420
|
"""
|
|
6411
6421
|
...
|
|
6412
6422
|
|
|
@@ -6643,7 +6653,7 @@ class RobotWrapper:
|
|
|
6643
6653
|
|
|
6644
6654
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6645
6655
|
|
|
6646
|
-
:return: <Element 'para' at
|
|
6656
|
+
:return: <Element 'para' at 0x10354bce0>
|
|
6647
6657
|
"""
|
|
6648
6658
|
...
|
|
6649
6659
|
|
|
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.dylib,sha256=8LD7qan91SR8cTfF-C5ExeOZzJkWwlOeWs1aRgjRWQY,1400816
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=hNX7QRf5HqRcSJpQRFFhLxqfa5l3iJ8SnQ03HUI0RqY,162064
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=68Co7huWH-8ZsJIIFTlZAOSubUrYmRD_r5BMhb4gnM0,6845048
|
|
4
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.13/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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
|
|
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.dylib,sha256=v6ieb2GveBPdQoAfFniyJadtuSiAtPVSadul0q-5MIQ,1505744
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=kOk4053vSa3PotwLWmSYWwFflWKqpgKmvuV56HAyB54,161816
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=s3TFv-umbFhSmmixY-L8b3CRdfBnx3GMO-c5sezgCbo,6864760
|
|
4
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.13/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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
|
|
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
|