placo 0.9.1__0-cp311-cp311-manylinux_2_28_x86_64.whl → 0.9.3__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 +36 -18
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/METADATA +1 -1
- placo-0.9.3.dist-info/RECORD +12 -0
- placo-0.9.1.dist-info/RECORD +0 -12
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/WHEEL +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.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,12 @@ class FootstepsPlanner:
|
|
|
3488
3488
|
"""
|
|
3489
3489
|
...
|
|
3490
3490
|
|
|
3491
|
+
def supports_head(
|
|
3492
|
+
arg1: Supports,
|
|
3493
|
+
arg2: int,
|
|
3494
|
+
) -> Supports:
|
|
3495
|
+
...
|
|
3496
|
+
|
|
3491
3497
|
|
|
3492
3498
|
class FootstepsPlannerNaive:
|
|
3493
3499
|
def __init__(
|
|
@@ -3554,6 +3560,12 @@ class FootstepsPlannerNaive:
|
|
|
3554
3560
|
"""
|
|
3555
3561
|
...
|
|
3556
3562
|
|
|
3563
|
+
def supports_head(
|
|
3564
|
+
arg1: Supports,
|
|
3565
|
+
arg2: int,
|
|
3566
|
+
) -> Supports:
|
|
3567
|
+
...
|
|
3568
|
+
|
|
3557
3569
|
|
|
3558
3570
|
class FootstepsPlannerRepetitive:
|
|
3559
3571
|
def __init__(
|
|
@@ -3624,6 +3636,12 @@ class FootstepsPlannerRepetitive:
|
|
|
3624
3636
|
"""
|
|
3625
3637
|
...
|
|
3626
3638
|
|
|
3639
|
+
def supports_head(
|
|
3640
|
+
arg1: Supports,
|
|
3641
|
+
arg2: int,
|
|
3642
|
+
) -> Supports:
|
|
3643
|
+
...
|
|
3644
|
+
|
|
3627
3645
|
|
|
3628
3646
|
class FrameTask:
|
|
3629
3647
|
T_world_frame: any
|
|
@@ -4139,7 +4157,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4139
4157
|
"""
|
|
4140
4158
|
Computes all minimum distances between current collision pairs.
|
|
4141
4159
|
|
|
4142
|
-
:return: <Element 'para' at
|
|
4160
|
+
:return: <Element 'para' at 0x7f4311604900>
|
|
4143
4161
|
"""
|
|
4144
4162
|
...
|
|
4145
4163
|
|
|
@@ -4171,7 +4189,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4171
4189
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4172
4190
|
|
|
4173
4191
|
:param any frame: the frame for which we want the jacobian
|
|
4174
|
-
:return: <Element 'para' at
|
|
4192
|
+
:return: <Element 'para' at 0x7f4311604310>
|
|
4175
4193
|
"""
|
|
4176
4194
|
...
|
|
4177
4195
|
|
|
@@ -4184,7 +4202,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4184
4202
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4185
4203
|
|
|
4186
4204
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4187
|
-
:return: <Element 'para' at
|
|
4205
|
+
:return: <Element 'para' at 0x7f43115afe20>
|
|
4188
4206
|
"""
|
|
4189
4207
|
...
|
|
4190
4208
|
|
|
@@ -4490,7 +4508,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4490
4508
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4491
4509
|
|
|
4492
4510
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4493
|
-
:return: <Element 'para' at
|
|
4511
|
+
:return: <Element 'para' at 0x7f4311605710>
|
|
4494
4512
|
"""
|
|
4495
4513
|
...
|
|
4496
4514
|
|
|
@@ -7348,7 +7366,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7348
7366
|
"""
|
|
7349
7367
|
Computes all minimum distances between current collision pairs.
|
|
7350
7368
|
|
|
7351
|
-
:return: <Element 'para' at
|
|
7369
|
+
:return: <Element 'para' at 0x7f4311671030>
|
|
7352
7370
|
"""
|
|
7353
7371
|
...
|
|
7354
7372
|
|
|
@@ -7361,7 +7379,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7361
7379
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7362
7380
|
|
|
7363
7381
|
:param any frame: the frame for which we want the jacobian
|
|
7364
|
-
:return: <Element 'para' at
|
|
7382
|
+
:return: <Element 'para' at 0x7f4311671ad0>
|
|
7365
7383
|
"""
|
|
7366
7384
|
...
|
|
7367
7385
|
|
|
@@ -7374,7 +7392,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7374
7392
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7375
7393
|
|
|
7376
7394
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7377
|
-
:return: <Element 'para' at
|
|
7395
|
+
:return: <Element 'para' at 0x7f43115b1df0>
|
|
7378
7396
|
"""
|
|
7379
7397
|
...
|
|
7380
7398
|
|
|
@@ -7612,7 +7630,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7612
7630
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7613
7631
|
|
|
7614
7632
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7615
|
-
:return: <Element 'para' at
|
|
7633
|
+
:return: <Element 'para' at 0x7f4311672930>
|
|
7616
7634
|
"""
|
|
7617
7635
|
...
|
|
7618
7636
|
|
|
@@ -8709,15 +8727,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8709
8727
|
) -> numpy.ndarray:
|
|
8710
8728
|
...
|
|
8711
8729
|
|
|
8712
|
-
kept_ts: any
|
|
8713
|
-
"""
|
|
8714
|
-
|
|
8715
|
-
None( (placo.WPGTrajectory)arg1) -> int :
|
|
8716
|
-
|
|
8717
|
-
C++ signature :
|
|
8718
|
-
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8719
|
-
"""
|
|
8720
|
-
|
|
8721
8730
|
parts: any
|
|
8722
8731
|
"""
|
|
8723
8732
|
|
|
@@ -8732,6 +8741,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
|
|
|
8732
8741
|
) -> None:
|
|
8733
8742
|
...
|
|
8734
8743
|
|
|
8744
|
+
replan_success: any
|
|
8745
|
+
"""
|
|
8746
|
+
|
|
8747
|
+
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
8748
|
+
|
|
8749
|
+
C++ signature :
|
|
8750
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8751
|
+
"""
|
|
8752
|
+
|
|
8735
8753
|
def support_is_both(
|
|
8736
8754
|
self,
|
|
8737
8755
|
t: float, # double
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=OknCgzJ8_UR_QIoP2jW7dmz2wmVmnF6B2agbXASVU0c,2106144
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=_75rgXykEYLXo1NwaeNmHIsyBNOsonVGIVL-DUG4mHk,196616
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=mWgaSVxYxDNS-oviJ1oiW_aNRs9Gpcy-AU6K3WHpY0s,8455784
|
|
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.3.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.3.dist-info/METADATA,sha256=DBHbwi-DvN5P7To0NuwzxiSbQaXooNpDsGhILdWciog,2620
|
|
10
|
+
placo-0.9.3.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
+
placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.3.dist-info/RECORD,,
|
placo-0.9.1.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=IJCfrE3QJ_0zckGKc_HcfSNfAsGU9InofhmD8SlNtCQ,1985608
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=GUy0VrjH6g9zdj5Iy1QqQ3UGNJH2_4VX25XJcP1ijB4,196360
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=ekvSSCM6CwGAF_gTgkwf4co0dHQo8A-L69q20LjhrQI,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.1.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.1.dist-info/METADATA,sha256=Kd24ONb11iqnbdUPph0Tw0DAdzgjpPGLeBh3Pw8sW5M,2620
|
|
10
|
-
placo-0.9.1.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
-
placo-0.9.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|