placo 0.9.2__0-cp311-cp311-manylinux_2_28_x86_64.whl → 0.9.4__0-cp311-cp311-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.11/site-packages/placo.pyi +30 -9
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/METADATA +3 -3
- placo-0.9.4.dist-info/RECORD +12 -0
- placo-0.9.2.dist-info/RECORD +0 -12
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/WHEEL +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3452,7 +3452,7 @@ class FootstepsPlanner:
|
|
|
3452
3452
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3453
3453
|
) -> any:
|
|
3454
3454
|
"""
|
|
3455
|
-
Initializes the
|
|
3455
|
+
Initializes the planner.
|
|
3456
3456
|
|
|
3457
3457
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3458
3458
|
"""
|
|
@@ -3488,6 +3488,13 @@ class FootstepsPlanner:
|
|
|
3488
3488
|
"""
|
|
3489
3489
|
...
|
|
3490
3490
|
|
|
3491
|
+
def truncate_supports(
|
|
3492
|
+
arg1: Supports,
|
|
3493
|
+
arg2: int,
|
|
3494
|
+
arg3: bool,
|
|
3495
|
+
) -> Supports:
|
|
3496
|
+
...
|
|
3497
|
+
|
|
3491
3498
|
|
|
3492
3499
|
class FootstepsPlannerNaive:
|
|
3493
3500
|
def __init__(
|
|
@@ -3554,6 +3561,13 @@ class FootstepsPlannerNaive:
|
|
|
3554
3561
|
"""
|
|
3555
3562
|
...
|
|
3556
3563
|
|
|
3564
|
+
def truncate_supports(
|
|
3565
|
+
arg1: Supports,
|
|
3566
|
+
arg2: int,
|
|
3567
|
+
arg3: bool,
|
|
3568
|
+
) -> Supports:
|
|
3569
|
+
...
|
|
3570
|
+
|
|
3557
3571
|
|
|
3558
3572
|
class FootstepsPlannerRepetitive:
|
|
3559
3573
|
def __init__(
|
|
@@ -3624,6 +3638,13 @@ class FootstepsPlannerRepetitive:
|
|
|
3624
3638
|
"""
|
|
3625
3639
|
...
|
|
3626
3640
|
|
|
3641
|
+
def truncate_supports(
|
|
3642
|
+
arg1: Supports,
|
|
3643
|
+
arg2: int,
|
|
3644
|
+
arg3: bool,
|
|
3645
|
+
) -> Supports:
|
|
3646
|
+
...
|
|
3647
|
+
|
|
3627
3648
|
|
|
3628
3649
|
class FrameTask:
|
|
3629
3650
|
T_world_frame: any
|
|
@@ -4139,7 +4160,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4139
4160
|
"""
|
|
4140
4161
|
Computes all minimum distances between current collision pairs.
|
|
4141
4162
|
|
|
4142
|
-
:return: <Element 'para' at
|
|
4163
|
+
:return: <Element 'para' at 0x7f61915f9620>
|
|
4143
4164
|
"""
|
|
4144
4165
|
...
|
|
4145
4166
|
|
|
@@ -4171,7 +4192,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4171
4192
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4172
4193
|
|
|
4173
4194
|
:param any frame: the frame for which we want the jacobian
|
|
4174
|
-
:return: <Element 'para' at
|
|
4195
|
+
:return: <Element 'para' at 0x7f61915fa750>
|
|
4175
4196
|
"""
|
|
4176
4197
|
...
|
|
4177
4198
|
|
|
@@ -4184,7 +4205,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4184
4205
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4185
4206
|
|
|
4186
4207
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4187
|
-
:return: <Element 'para' at
|
|
4208
|
+
:return: <Element 'para' at 0x7f61915e3830>
|
|
4188
4209
|
"""
|
|
4189
4210
|
...
|
|
4190
4211
|
|
|
@@ -4490,7 +4511,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4490
4511
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4491
4512
|
|
|
4492
4513
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4493
|
-
:return: <Element 'para' at
|
|
4514
|
+
:return: <Element 'para' at 0x7f61915f9210>
|
|
4494
4515
|
"""
|
|
4495
4516
|
...
|
|
4496
4517
|
|
|
@@ -7348,7 +7369,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7348
7369
|
"""
|
|
7349
7370
|
Computes all minimum distances between current collision pairs.
|
|
7350
7371
|
|
|
7351
|
-
:return: <Element 'para' at
|
|
7372
|
+
:return: <Element 'para' at 0x7f6191636840>
|
|
7352
7373
|
"""
|
|
7353
7374
|
...
|
|
7354
7375
|
|
|
@@ -7361,7 +7382,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7361
7382
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7362
7383
|
|
|
7363
7384
|
:param any frame: the frame for which we want the jacobian
|
|
7364
|
-
:return: <Element 'para' at
|
|
7385
|
+
:return: <Element 'para' at 0x7f6191636890>
|
|
7365
7386
|
"""
|
|
7366
7387
|
...
|
|
7367
7388
|
|
|
@@ -7374,7 +7395,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7374
7395
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7375
7396
|
|
|
7376
7397
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7377
|
-
:return: <Element 'para' at
|
|
7398
|
+
:return: <Element 'para' at 0x7f6191637650>
|
|
7378
7399
|
"""
|
|
7379
7400
|
...
|
|
7380
7401
|
|
|
@@ -7612,7 +7633,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7612
7633
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7613
7634
|
|
|
7614
7635
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7615
|
-
:return: <Element 'para' at
|
|
7636
|
+
:return: <Element 'para' at 0x7f6191637330>
|
|
7616
7637
|
"""
|
|
7617
7638
|
...
|
|
7618
7639
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
5
|
Requires-Python: >= 3.9
|
|
6
6
|
License-Expression: MIT
|
|
@@ -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.7.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.7.0 ; extra == "build"
|
|
20
20
|
Requires-Dist: doxystub >= 0.0.13 ; 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=wXhXoy9371ax9PdKK_rfMDupsidM6KcY_foStsyuJSs,2106144
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=U7TJ7hvSORPcdmvf99oTvZK_RrbIvYbTw8rU8kW2wgQ,196676
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=sYXibJ3rQoFMhGiysA2Cga9vdwOA9DloGTlV1oz3M1c,8460864
|
|
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.4.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.4.dist-info/METADATA,sha256=vb4ibUMVg2bNQzde1RsUzBy7pgahnehX8BQZc_o_6bo,2628
|
|
10
|
+
placo-0.9.4.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
+
placo-0.9.4.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.4.dist-info/RECORD,,
|
placo-0.9.2.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=he9b7gdgi6FX8KweYogO3BdZ06Xuzw9TjGSmKWZzN_8,1986248
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=ThJ46xfIQEMy-zTVH5bFCGJRSIcmH86YObONxZP8Du8,196369
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=ROGJFlBmHFckzP8vP7PEy-aPrfvL81oAh7xhW6Crx0U,8437528
|
|
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.2.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.2.dist-info/METADATA,sha256=J3JpPZ0GlSCqi8liiO02WiGJXzJ-q4p5fGUYxPdF8LE,2620
|
|
10
|
-
placo-0.9.2.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
-
placo-0.9.2.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|