placo 0.9.1__0-cp39-cp39-manylinux_2_28_aarch64.whl → 0.9.3__0-cp39-cp39-manylinux_2_28_aarch64.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.9/site-packages/placo.pyi +36 -18
- cmeel.prefix/lib/python3.9/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
|
|
@@ -3448,7 +3448,7 @@ class FootstepsPlanner:
|
|
|
3448
3448
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3449
3449
|
) -> any:
|
|
3450
3450
|
"""
|
|
3451
|
-
Initializes the
|
|
3451
|
+
Initializes the planner.
|
|
3452
3452
|
|
|
3453
3453
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3454
3454
|
"""
|
|
@@ -3484,6 +3484,12 @@ class FootstepsPlanner:
|
|
|
3484
3484
|
"""
|
|
3485
3485
|
...
|
|
3486
3486
|
|
|
3487
|
+
def supports_head(
|
|
3488
|
+
arg1: Supports,
|
|
3489
|
+
arg2: int,
|
|
3490
|
+
) -> Supports:
|
|
3491
|
+
...
|
|
3492
|
+
|
|
3487
3493
|
|
|
3488
3494
|
class FootstepsPlannerNaive:
|
|
3489
3495
|
def __init__(
|
|
@@ -3550,6 +3556,12 @@ class FootstepsPlannerNaive:
|
|
|
3550
3556
|
"""
|
|
3551
3557
|
...
|
|
3552
3558
|
|
|
3559
|
+
def supports_head(
|
|
3560
|
+
arg1: Supports,
|
|
3561
|
+
arg2: int,
|
|
3562
|
+
) -> Supports:
|
|
3563
|
+
...
|
|
3564
|
+
|
|
3553
3565
|
|
|
3554
3566
|
class FootstepsPlannerRepetitive:
|
|
3555
3567
|
def __init__(
|
|
@@ -3620,6 +3632,12 @@ class FootstepsPlannerRepetitive:
|
|
|
3620
3632
|
"""
|
|
3621
3633
|
...
|
|
3622
3634
|
|
|
3635
|
+
def supports_head(
|
|
3636
|
+
arg1: Supports,
|
|
3637
|
+
arg2: int,
|
|
3638
|
+
) -> Supports:
|
|
3639
|
+
...
|
|
3640
|
+
|
|
3623
3641
|
|
|
3624
3642
|
class FrameTask:
|
|
3625
3643
|
T_world_frame: any
|
|
@@ -4135,7 +4153,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4135
4153
|
"""
|
|
4136
4154
|
Computes all minimum distances between current collision pairs.
|
|
4137
4155
|
|
|
4138
|
-
:return: <Element 'para' at
|
|
4156
|
+
:return: <Element 'para' at 0xff20c32fd6d0>
|
|
4139
4157
|
"""
|
|
4140
4158
|
...
|
|
4141
4159
|
|
|
@@ -4167,7 +4185,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4167
4185
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4168
4186
|
|
|
4169
4187
|
:param any frame: the frame for which we want the jacobian
|
|
4170
|
-
:return: <Element 'para' at
|
|
4188
|
+
:return: <Element 'para' at 0xff20c32d0ea0>
|
|
4171
4189
|
"""
|
|
4172
4190
|
...
|
|
4173
4191
|
|
|
@@ -4180,7 +4198,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4180
4198
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4181
4199
|
|
|
4182
4200
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4183
|
-
:return: <Element 'para' at
|
|
4201
|
+
:return: <Element 'para' at 0xff20c32ceb80>
|
|
4184
4202
|
"""
|
|
4185
4203
|
...
|
|
4186
4204
|
|
|
@@ -4486,7 +4504,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4486
4504
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4487
4505
|
|
|
4488
4506
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4489
|
-
:return: <Element 'para' at
|
|
4507
|
+
:return: <Element 'para' at 0xff20c32dc040>
|
|
4490
4508
|
"""
|
|
4491
4509
|
...
|
|
4492
4510
|
|
|
@@ -7340,7 +7358,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7340
7358
|
"""
|
|
7341
7359
|
Computes all minimum distances between current collision pairs.
|
|
7342
7360
|
|
|
7343
|
-
:return: <Element 'para' at
|
|
7361
|
+
:return: <Element 'para' at 0xff20c32f47c0>
|
|
7344
7362
|
"""
|
|
7345
7363
|
...
|
|
7346
7364
|
|
|
@@ -7353,7 +7371,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7353
7371
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7354
7372
|
|
|
7355
7373
|
:param any frame: the frame for which we want the jacobian
|
|
7356
|
-
:return: <Element 'para' at
|
|
7374
|
+
:return: <Element 'para' at 0xff20c32f1720>
|
|
7357
7375
|
"""
|
|
7358
7376
|
...
|
|
7359
7377
|
|
|
@@ -7366,7 +7384,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7366
7384
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7367
7385
|
|
|
7368
7386
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7369
|
-
:return: <Element 'para' at
|
|
7387
|
+
:return: <Element 'para' at 0xff20c32e32c0>
|
|
7370
7388
|
"""
|
|
7371
7389
|
...
|
|
7372
7390
|
|
|
@@ -7604,7 +7622,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7604
7622
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7605
7623
|
|
|
7606
7624
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7607
|
-
:return: <Element 'para' at
|
|
7625
|
+
:return: <Element 'para' at 0xff20c32f4a90>
|
|
7608
7626
|
"""
|
|
7609
7627
|
...
|
|
7610
7628
|
|
|
@@ -8701,15 +8719,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8701
8719
|
) -> numpy.ndarray:
|
|
8702
8720
|
...
|
|
8703
8721
|
|
|
8704
|
-
kept_ts: any
|
|
8705
|
-
"""
|
|
8706
|
-
|
|
8707
|
-
None( (placo.WPGTrajectory)arg1) -> int :
|
|
8708
|
-
|
|
8709
|
-
C++ signature :
|
|
8710
|
-
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8711
|
-
"""
|
|
8712
|
-
|
|
8713
8722
|
parts: any
|
|
8714
8723
|
"""
|
|
8715
8724
|
|
|
@@ -8724,6 +8733,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
|
|
|
8724
8733
|
) -> None:
|
|
8725
8734
|
...
|
|
8726
8735
|
|
|
8736
|
+
replan_success: any
|
|
8737
|
+
"""
|
|
8738
|
+
|
|
8739
|
+
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
8740
|
+
|
|
8741
|
+
C++ signature :
|
|
8742
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8743
|
+
"""
|
|
8744
|
+
|
|
8727
8745
|
def support_is_both(
|
|
8728
8746
|
self,
|
|
8729
8747
|
t: float, # double
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=aG7WuzcEhPbmkOErtURnTbmeXVPn9NnNdp90N9qW2rA,1808232
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Go_pphorN_MshcgCkz3Ju6EfXJpo-CiFpxSa5p6PypU,196540
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=tpsRb6Nr9SQ06_AsV4uGgEvvTWY20XhgP94yxnelWZ8,8827144
|
|
4
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.9/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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
|
|
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=o-4W5vTdQ4iIpSesIY0_c8trJRTzpblDosDRJxKqOm8,1709568
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Y2bLTaLceWAgMiJ2xmO7W-S1dZSodfd0AwPvYlZftLg,196284
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=76jreOr2n4HxNxaNLN3axhXlL4hx0vLaMP8bk1pEOag,8821320
|
|
4
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.9/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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
|
|
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
|