placo 0.9.2__0-cp311-cp311-macosx_10_9_x86_64.whl → 0.9.3__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 +27 -9
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.2.dist-info → placo-0.9.3.dist-info}/METADATA +1 -1
- placo-0.9.3.dist-info/RECORD +12 -0
- placo-0.9.2.dist-info/RECORD +0 -12
- {placo-0.9.2.dist-info → placo-0.9.3.dist-info}/WHEEL +0 -0
- {placo-0.9.2.dist-info → placo-0.9.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.2.dist-info → placo-0.9.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3544,7 +3544,7 @@ class FootstepsPlanner:
|
|
|
3544
3544
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3545
3545
|
) -> any:
|
|
3546
3546
|
"""
|
|
3547
|
-
Initializes the
|
|
3547
|
+
Initializes the planner.
|
|
3548
3548
|
|
|
3549
3549
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3550
3550
|
"""
|
|
@@ -3582,6 +3582,12 @@ class FootstepsPlanner:
|
|
|
3582
3582
|
"""
|
|
3583
3583
|
...
|
|
3584
3584
|
|
|
3585
|
+
def supports_head(
|
|
3586
|
+
arg1: Supports,
|
|
3587
|
+
arg2: int,
|
|
3588
|
+
) -> Supports:
|
|
3589
|
+
...
|
|
3590
|
+
|
|
3585
3591
|
|
|
3586
3592
|
class FootstepsPlannerNaive:
|
|
3587
3593
|
def __init__(
|
|
@@ -3653,6 +3659,12 @@ class FootstepsPlannerNaive:
|
|
|
3653
3659
|
"""
|
|
3654
3660
|
...
|
|
3655
3661
|
|
|
3662
|
+
def supports_head(
|
|
3663
|
+
arg1: Supports,
|
|
3664
|
+
arg2: int,
|
|
3665
|
+
) -> Supports:
|
|
3666
|
+
...
|
|
3667
|
+
|
|
3656
3668
|
|
|
3657
3669
|
class FootstepsPlannerRepetitive:
|
|
3658
3670
|
def __init__(
|
|
@@ -3730,6 +3742,12 @@ class FootstepsPlannerRepetitive:
|
|
|
3730
3742
|
"""
|
|
3731
3743
|
...
|
|
3732
3744
|
|
|
3745
|
+
def supports_head(
|
|
3746
|
+
arg1: Supports,
|
|
3747
|
+
arg2: int,
|
|
3748
|
+
) -> Supports:
|
|
3749
|
+
...
|
|
3750
|
+
|
|
3733
3751
|
|
|
3734
3752
|
class FrameTask:
|
|
3735
3753
|
T_world_frame: any
|
|
@@ -4255,7 +4273,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4255
4273
|
"""
|
|
4256
4274
|
Computes all minimum distances between current collision pairs.
|
|
4257
4275
|
|
|
4258
|
-
:return: <Element 'para' at
|
|
4276
|
+
:return: <Element 'para' at 0x10f8d16c0>
|
|
4259
4277
|
"""
|
|
4260
4278
|
...
|
|
4261
4279
|
|
|
@@ -4288,7 +4306,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4288
4306
|
|
|
4289
4307
|
:param any frame: the frame for which we want the jacobian
|
|
4290
4308
|
|
|
4291
|
-
:return: <Element 'para' at
|
|
4309
|
+
:return: <Element 'para' at 0x10f8d1030>
|
|
4292
4310
|
"""
|
|
4293
4311
|
...
|
|
4294
4312
|
|
|
@@ -4302,7 +4320,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4302
4320
|
|
|
4303
4321
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4304
4322
|
|
|
4305
|
-
:return: <Element 'para' at
|
|
4323
|
+
:return: <Element 'para' at 0x10f8e58a0>
|
|
4306
4324
|
"""
|
|
4307
4325
|
...
|
|
4308
4326
|
|
|
@@ -4614,7 +4632,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4614
4632
|
|
|
4615
4633
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4616
4634
|
|
|
4617
|
-
:return: <Element 'para' at
|
|
4635
|
+
:return: <Element 'para' at 0x10f8d26b0>
|
|
4618
4636
|
"""
|
|
4619
4637
|
...
|
|
4620
4638
|
|
|
@@ -7552,7 +7570,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7552
7570
|
"""
|
|
7553
7571
|
Computes all minimum distances between current collision pairs.
|
|
7554
7572
|
|
|
7555
|
-
:return: <Element 'para' at
|
|
7573
|
+
:return: <Element 'para' at 0x10f8aa390>
|
|
7556
7574
|
"""
|
|
7557
7575
|
...
|
|
7558
7576
|
|
|
@@ -7566,7 +7584,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7566
7584
|
|
|
7567
7585
|
:param any frame: the frame for which we want the jacobian
|
|
7568
7586
|
|
|
7569
|
-
:return: <Element 'para' at
|
|
7587
|
+
:return: <Element 'para' at 0x10f8aae80>
|
|
7570
7588
|
"""
|
|
7571
7589
|
...
|
|
7572
7590
|
|
|
@@ -7580,7 +7598,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7580
7598
|
|
|
7581
7599
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7582
7600
|
|
|
7583
|
-
:return: <Element 'para' at
|
|
7601
|
+
:return: <Element 'para' at 0x10f8b88b0>
|
|
7584
7602
|
"""
|
|
7585
7603
|
...
|
|
7586
7604
|
|
|
@@ -7821,7 +7839,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7821
7839
|
|
|
7822
7840
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7823
7841
|
|
|
7824
|
-
:return: <Element 'para' at
|
|
7842
|
+
:return: <Element 'para' at 0x10f8a9c60>
|
|
7825
7843
|
"""
|
|
7826
7844
|
...
|
|
7827
7845
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=CdC0qEIvFClZXqYFv9VyO25ouAYW3cWJttxKs2zcVlQ,1859144
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=4xNI2bxOqO4Js0HRt0M57Z_CorlDYonO4RvlK0w6aIg,198609
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=j3ORdNyucph9Bl0n4L1WttoRSEwB0_UCribBCjUldeY,7095040
|
|
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=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
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.2.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=bT_GhnE4OxzvRxMbJBnW86nT0YfxVqUpvEXQAFLrw6w,1689184
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=rQluhYBkXItSuBs0mZoSkex9CUymZSgCGh5UQ1Lh7CQ,198362
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=kJhKAZ3Tn0_chbP0zXm82D7NAZIdV1UUH48tckwm04o,7066064
|
|
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=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
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
|