placo 0.9.10__0-cp311-cp311-macosx_10_9_x86_64.whl → 0.9.12__0-cp311-cp311-macosx_10_9_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.dylib +0 -0
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi +18 -8
- cmeel.prefix/lib/python3.11/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
|
|
@@ -3333,6 +3333,16 @@ class HumanoidParameters:
|
|
|
3333
3333
|
"""
|
|
3334
3334
|
...
|
|
3335
3335
|
|
|
3336
|
+
def ellipsoid_overlap_clip(
|
|
3337
|
+
self,
|
|
3338
|
+
support_side: any, # placo::humanoid::HumanoidRobot::Side
|
|
3339
|
+
step: numpy.ndarray, # Eigen::Vector3d
|
|
3340
|
+
) -> numpy.ndarray:
|
|
3341
|
+
"""
|
|
3342
|
+
Clips a step using ellipsoid and overlap avoidance.
|
|
3343
|
+
"""
|
|
3344
|
+
...
|
|
3345
|
+
|
|
3336
3346
|
feet_spacing: float # double
|
|
3337
3347
|
"""
|
|
3338
3348
|
Lateral spacing between feet [m].
|
|
@@ -3543,7 +3553,7 @@ class HumanoidRobot:
|
|
|
3543
3553
|
"""
|
|
3544
3554
|
Computes all minimum distances between current collision pairs.
|
|
3545
3555
|
|
|
3546
|
-
:return: <Element 'para' at
|
|
3556
|
+
:return: <Element 'para' at 0x10ec1b560>
|
|
3547
3557
|
"""
|
|
3548
3558
|
...
|
|
3549
3559
|
|
|
@@ -3576,7 +3586,7 @@ class HumanoidRobot:
|
|
|
3576
3586
|
|
|
3577
3587
|
:param any frame: the frame for which we want the jacobian
|
|
3578
3588
|
|
|
3579
|
-
:return: <Element 'para' at
|
|
3589
|
+
:return: <Element 'para' at 0x10ec19940>
|
|
3580
3590
|
"""
|
|
3581
3591
|
...
|
|
3582
3592
|
|
|
@@ -3590,7 +3600,7 @@ class HumanoidRobot:
|
|
|
3590
3600
|
|
|
3591
3601
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3592
3602
|
|
|
3593
|
-
:return: <Element 'para' at
|
|
3603
|
+
:return: <Element 'para' at 0x10ec42d40>
|
|
3594
3604
|
"""
|
|
3595
3605
|
...
|
|
3596
3606
|
|
|
@@ -3898,7 +3908,7 @@ class HumanoidRobot:
|
|
|
3898
3908
|
|
|
3899
3909
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3900
3910
|
|
|
3901
|
-
:return: <Element 'para' at
|
|
3911
|
+
:return: <Element 'para' at 0x10ec1a700>
|
|
3902
3912
|
"""
|
|
3903
3913
|
...
|
|
3904
3914
|
|
|
@@ -6370,7 +6380,7 @@ class RobotWrapper:
|
|
|
6370
6380
|
"""
|
|
6371
6381
|
Computes all minimum distances between current collision pairs.
|
|
6372
6382
|
|
|
6373
|
-
:return: <Element 'para' at
|
|
6383
|
+
:return: <Element 'para' at 0x10ec26480>
|
|
6374
6384
|
"""
|
|
6375
6385
|
...
|
|
6376
6386
|
|
|
@@ -6384,7 +6394,7 @@ class RobotWrapper:
|
|
|
6384
6394
|
|
|
6385
6395
|
:param any frame: the frame for which we want the jacobian
|
|
6386
6396
|
|
|
6387
|
-
:return: <Element 'para' at
|
|
6397
|
+
:return: <Element 'para' at 0x10ec26f70>
|
|
6388
6398
|
"""
|
|
6389
6399
|
...
|
|
6390
6400
|
|
|
@@ -6398,7 +6408,7 @@ class RobotWrapper:
|
|
|
6398
6408
|
|
|
6399
6409
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6400
6410
|
|
|
6401
|
-
:return: <Element 'para' at
|
|
6411
|
+
:return: <Element 'para' at 0x10ec349a0>
|
|
6402
6412
|
"""
|
|
6403
6413
|
...
|
|
6404
6414
|
|
|
@@ -6635,7 +6645,7 @@ class RobotWrapper:
|
|
|
6635
6645
|
|
|
6636
6646
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6637
6647
|
|
|
6638
|
-
:return: <Element 'para' at
|
|
6648
|
+
:return: <Element 'para' at 0x10ec25d50>
|
|
6639
6649
|
"""
|
|
6640
6650
|
...
|
|
6641
6651
|
|
|
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=34KBzWOOCxtqey8KVvtcGzra2tjDIeyA1NVgm1TQwFY,1706992
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=JKTbmYheCd6MQD7YyAP3azrdYiH5_sJTzh18bDVL7bk,161986
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=Rle-_W4ieECq9AMAnyXOVCDS8-903dcRJPngFbTVtw8,7220232
|
|
4
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.11/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=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
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=9BOYoIT3hglFsgxZUPfBw6NQ2vAwOaGuzHaah2UKpvo,1860280
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=xrJBIMOZKDs03BN22pWdjQ-jTWqQlPYYNSti-wpr02A,161738
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=yXFfLrEAZZFC8llxUD6ZA61NYddk-54tNsNkkJz3S-0,7239456
|
|
4
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.11/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=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
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
|