placo 0.9.1__0-cp312-cp312-macosx_11_0_arm64.whl → 0.9.3__0-cp312-cp312-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.12/site-packages/placo.pyi +36 -18
- cmeel.prefix/lib/python3.12/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
|
Binary file
|
|
@@ -3548,7 +3548,7 @@ class FootstepsPlanner:
|
|
|
3548
3548
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3549
3549
|
) -> any:
|
|
3550
3550
|
"""
|
|
3551
|
-
Initializes the
|
|
3551
|
+
Initializes the planner.
|
|
3552
3552
|
|
|
3553
3553
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3554
3554
|
"""
|
|
@@ -3586,6 +3586,12 @@ class FootstepsPlanner:
|
|
|
3586
3586
|
"""
|
|
3587
3587
|
...
|
|
3588
3588
|
|
|
3589
|
+
def supports_head(
|
|
3590
|
+
arg1: Supports,
|
|
3591
|
+
arg2: int,
|
|
3592
|
+
) -> Supports:
|
|
3593
|
+
...
|
|
3594
|
+
|
|
3589
3595
|
|
|
3590
3596
|
class FootstepsPlannerNaive:
|
|
3591
3597
|
def __init__(
|
|
@@ -3657,6 +3663,12 @@ class FootstepsPlannerNaive:
|
|
|
3657
3663
|
"""
|
|
3658
3664
|
...
|
|
3659
3665
|
|
|
3666
|
+
def supports_head(
|
|
3667
|
+
arg1: Supports,
|
|
3668
|
+
arg2: int,
|
|
3669
|
+
) -> Supports:
|
|
3670
|
+
...
|
|
3671
|
+
|
|
3660
3672
|
|
|
3661
3673
|
class FootstepsPlannerRepetitive:
|
|
3662
3674
|
def __init__(
|
|
@@ -3734,6 +3746,12 @@ class FootstepsPlannerRepetitive:
|
|
|
3734
3746
|
"""
|
|
3735
3747
|
...
|
|
3736
3748
|
|
|
3749
|
+
def supports_head(
|
|
3750
|
+
arg1: Supports,
|
|
3751
|
+
arg2: int,
|
|
3752
|
+
) -> Supports:
|
|
3753
|
+
...
|
|
3754
|
+
|
|
3737
3755
|
|
|
3738
3756
|
class FrameTask:
|
|
3739
3757
|
T_world_frame: any
|
|
@@ -4259,7 +4277,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4259
4277
|
"""
|
|
4260
4278
|
Computes all minimum distances between current collision pairs.
|
|
4261
4279
|
|
|
4262
|
-
:return: <Element 'para' at
|
|
4280
|
+
:return: <Element 'para' at 0x107b70270>
|
|
4263
4281
|
"""
|
|
4264
4282
|
...
|
|
4265
4283
|
|
|
@@ -4292,7 +4310,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4292
4310
|
|
|
4293
4311
|
:param any frame: the frame for which we want the jacobian
|
|
4294
4312
|
|
|
4295
|
-
:return: <Element 'para' at
|
|
4313
|
+
:return: <Element 'para' at 0x107b73880>
|
|
4296
4314
|
"""
|
|
4297
4315
|
...
|
|
4298
4316
|
|
|
@@ -4306,7 +4324,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4306
4324
|
|
|
4307
4325
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4308
4326
|
|
|
4309
|
-
:return: <Element 'para' at
|
|
4327
|
+
:return: <Element 'para' at 0x107ce7a10>
|
|
4310
4328
|
"""
|
|
4311
4329
|
...
|
|
4312
4330
|
|
|
@@ -4618,7 +4636,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4618
4636
|
|
|
4619
4637
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4620
4638
|
|
|
4621
|
-
:return: <Element 'para' at
|
|
4639
|
+
:return: <Element 'para' at 0x107b73650>
|
|
4622
4640
|
"""
|
|
4623
4641
|
...
|
|
4624
4642
|
|
|
@@ -7560,7 +7578,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7560
7578
|
"""
|
|
7561
7579
|
Computes all minimum distances between current collision pairs.
|
|
7562
7580
|
|
|
7563
|
-
:return: <Element 'para' at
|
|
7581
|
+
:return: <Element 'para' at 0x107b60540>
|
|
7564
7582
|
"""
|
|
7565
7583
|
...
|
|
7566
7584
|
|
|
@@ -7574,7 +7592,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7574
7592
|
|
|
7575
7593
|
:param any frame: the frame for which we want the jacobian
|
|
7576
7594
|
|
|
7577
|
-
:return: <Element 'para' at
|
|
7595
|
+
:return: <Element 'para' at 0x107b60fe0>
|
|
7578
7596
|
"""
|
|
7579
7597
|
...
|
|
7580
7598
|
|
|
@@ -7588,7 +7606,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7588
7606
|
|
|
7589
7607
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7590
7608
|
|
|
7591
|
-
:return: <Element 'para' at
|
|
7609
|
+
:return: <Element 'para' at 0x107b62750>
|
|
7592
7610
|
"""
|
|
7593
7611
|
...
|
|
7594
7612
|
|
|
@@ -7829,7 +7847,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7829
7847
|
|
|
7830
7848
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7831
7849
|
|
|
7832
|
-
:return: <Element 'para' at
|
|
7850
|
+
:return: <Element 'para' at 0x107b57ce0>
|
|
7833
7851
|
"""
|
|
7834
7852
|
...
|
|
7835
7853
|
|
|
@@ -8942,15 +8960,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8942
8960
|
) -> numpy.ndarray:
|
|
8943
8961
|
...
|
|
8944
8962
|
|
|
8945
|
-
kept_ts: any
|
|
8946
|
-
"""
|
|
8947
|
-
|
|
8948
|
-
None( (placo.WPGTrajectory)arg1) -> int :
|
|
8949
|
-
|
|
8950
|
-
C++ signature :
|
|
8951
|
-
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8952
|
-
"""
|
|
8953
|
-
|
|
8954
8963
|
parts: any
|
|
8955
8964
|
"""
|
|
8956
8965
|
|
|
@@ -8965,6 +8974,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
|
|
|
8965
8974
|
) -> None:
|
|
8966
8975
|
...
|
|
8967
8976
|
|
|
8977
|
+
replan_success: any
|
|
8978
|
+
"""
|
|
8979
|
+
|
|
8980
|
+
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
8981
|
+
|
|
8982
|
+
C++ signature :
|
|
8983
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8984
|
+
"""
|
|
8985
|
+
|
|
8968
8986
|
def support_is_both(
|
|
8969
8987
|
self,
|
|
8970
8988
|
t: float, # double
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=DC1L1a9MP6Lp-Y7ZXSLPOPkdvPp5cB-RswwyJXZ0pJo,1504608
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=rr-oaeIFT1kqGQBUf_uT6IFdzv8pQ8SjaCIEFK4hfsw,198687
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=rC03LpGkHytCtUj3Hv-eTVVIMZuRtck7zhlETAGmhHw,6747960
|
|
4
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.12/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=dev7pe26VsuTghIT8ZSCk8AN9wF4mSymlxwaLUZ_BZE,111
|
|
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.dylib,sha256=X7x-oiFeGZwaxQ9y9s_fv5bSHlYbOk7XRhDONUFnBQI,1382288
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=oFmOfj6rnAzuXBcUNUHokad-3fKepOoAJOf2d3aj8to,198431
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=aQMOXa3gUpQNtsXifSlyTTtG6yj3p1QVNXhu1icuyS4,6719448
|
|
4
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.12/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=dev7pe26VsuTghIT8ZSCk8AN9wF4mSymlxwaLUZ_BZE,111
|
|
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
|