placo 0.9.2__0-cp312-cp312-macosx_10_9_x86_64.whl → 0.9.4__0-cp312-cp312-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.12/site-packages/placo.pyi +30 -9
- cmeel.prefix/lib/python3.12/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
|
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,13 @@ class FootstepsPlanner:
|
|
|
3586
3586
|
"""
|
|
3587
3587
|
...
|
|
3588
3588
|
|
|
3589
|
+
def truncate_supports(
|
|
3590
|
+
arg1: Supports,
|
|
3591
|
+
arg2: int,
|
|
3592
|
+
arg3: bool,
|
|
3593
|
+
) -> Supports:
|
|
3594
|
+
...
|
|
3595
|
+
|
|
3589
3596
|
|
|
3590
3597
|
class FootstepsPlannerNaive:
|
|
3591
3598
|
def __init__(
|
|
@@ -3657,6 +3664,13 @@ class FootstepsPlannerNaive:
|
|
|
3657
3664
|
"""
|
|
3658
3665
|
...
|
|
3659
3666
|
|
|
3667
|
+
def truncate_supports(
|
|
3668
|
+
arg1: Supports,
|
|
3669
|
+
arg2: int,
|
|
3670
|
+
arg3: bool,
|
|
3671
|
+
) -> Supports:
|
|
3672
|
+
...
|
|
3673
|
+
|
|
3660
3674
|
|
|
3661
3675
|
class FootstepsPlannerRepetitive:
|
|
3662
3676
|
def __init__(
|
|
@@ -3734,6 +3748,13 @@ class FootstepsPlannerRepetitive:
|
|
|
3734
3748
|
"""
|
|
3735
3749
|
...
|
|
3736
3750
|
|
|
3751
|
+
def truncate_supports(
|
|
3752
|
+
arg1: Supports,
|
|
3753
|
+
arg2: int,
|
|
3754
|
+
arg3: bool,
|
|
3755
|
+
) -> Supports:
|
|
3756
|
+
...
|
|
3757
|
+
|
|
3737
3758
|
|
|
3738
3759
|
class FrameTask:
|
|
3739
3760
|
T_world_frame: any
|
|
@@ -4259,7 +4280,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4259
4280
|
"""
|
|
4260
4281
|
Computes all minimum distances between current collision pairs.
|
|
4261
4282
|
|
|
4262
|
-
:return: <Element 'para' at
|
|
4283
|
+
:return: <Element 'para' at 0x10f5e80e0>
|
|
4263
4284
|
"""
|
|
4264
4285
|
...
|
|
4265
4286
|
|
|
@@ -4292,7 +4313,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4292
4313
|
|
|
4293
4314
|
:param any frame: the frame for which we want the jacobian
|
|
4294
4315
|
|
|
4295
|
-
:return: <Element 'para' at
|
|
4316
|
+
:return: <Element 'para' at 0x10f5e9440>
|
|
4296
4317
|
"""
|
|
4297
4318
|
...
|
|
4298
4319
|
|
|
@@ -4306,7 +4327,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4306
4327
|
|
|
4307
4328
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4308
4329
|
|
|
4309
|
-
:return: <Element 'para' at
|
|
4330
|
+
:return: <Element 'para' at 0x10f70c3b0>
|
|
4310
4331
|
"""
|
|
4311
4332
|
...
|
|
4312
4333
|
|
|
@@ -4618,7 +4639,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4618
4639
|
|
|
4619
4640
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4620
4641
|
|
|
4621
|
-
:return: <Element 'para' at
|
|
4642
|
+
:return: <Element 'para' at 0x10f5eb1f0>
|
|
4622
4643
|
"""
|
|
4623
4644
|
...
|
|
4624
4645
|
|
|
@@ -7560,7 +7581,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7560
7581
|
"""
|
|
7561
7582
|
Computes all minimum distances between current collision pairs.
|
|
7562
7583
|
|
|
7563
|
-
:return: <Element 'para' at
|
|
7584
|
+
:return: <Element 'para' at 0x10f5f8360>
|
|
7564
7585
|
"""
|
|
7565
7586
|
...
|
|
7566
7587
|
|
|
@@ -7574,7 +7595,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7574
7595
|
|
|
7575
7596
|
:param any frame: the frame for which we want the jacobian
|
|
7576
7597
|
|
|
7577
|
-
:return: <Element 'para' at
|
|
7598
|
+
:return: <Element 'para' at 0x10f5f8e00>
|
|
7578
7599
|
"""
|
|
7579
7600
|
...
|
|
7580
7601
|
|
|
@@ -7588,7 +7609,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7588
7609
|
|
|
7589
7610
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7590
7611
|
|
|
7591
|
-
:return: <Element 'para' at
|
|
7612
|
+
:return: <Element 'para' at 0x10f5fa570>
|
|
7592
7613
|
"""
|
|
7593
7614
|
...
|
|
7594
7615
|
|
|
@@ -7829,7 +7850,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7829
7850
|
|
|
7830
7851
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7831
7852
|
|
|
7832
|
-
:return: <Element 'para' at
|
|
7853
|
+
:return: <Element 'para' at 0x10f5ebb00>
|
|
7833
7854
|
"""
|
|
7834
7855
|
...
|
|
7835
7856
|
|
|
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.dylib,sha256=yAv9AhA_Xz31olJwcsHVGv1A5Ii7nn_MUV9A0gyi1lg,1859048
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=HhrBurIQ1Hbh1arrKtcg0Dt6OnUQbDVUiXJVpILCO10,198747
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=w53Pz44L5D-N6ASklM3AnAe52Bqf3ksnanH3i3cULIk,7201080
|
|
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.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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,112
|
|
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.dylib,sha256=MSajiQDdkvpY_nscit7FoFamBgR5Fnc06OrxrAlHiwU,1689096
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=bPPhrwjSMC-0w-l7YXOzlRqrLW_8yH-39Q0wcL-JKjQ,198440
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=QP6jUvqDtHqwvdtv7CS_NXhQ6kCB9Gjw_864t_MLACU,7170440
|
|
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.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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,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
|