placo 0.9.3__0-cp313-cp313-macosx_10_9_x86_64.whl → 0.9.4__0-cp313-cp313-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.13/site-packages/placo.pyi +14 -11
- cmeel.prefix/lib/python3.13/site-packages/placo.so +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/METADATA +3 -3
- placo-0.9.4.dist-info/RECORD +12 -0
- placo-0.9.3.dist-info/RECORD +0 -12
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/WHEEL +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3586,9 +3586,10 @@ class FootstepsPlanner:
|
|
|
3586
3586
|
"""
|
|
3587
3587
|
...
|
|
3588
3588
|
|
|
3589
|
-
def
|
|
3589
|
+
def truncate_supports(
|
|
3590
3590
|
arg1: Supports,
|
|
3591
3591
|
arg2: int,
|
|
3592
|
+
arg3: bool,
|
|
3592
3593
|
) -> Supports:
|
|
3593
3594
|
...
|
|
3594
3595
|
|
|
@@ -3663,9 +3664,10 @@ class FootstepsPlannerNaive:
|
|
|
3663
3664
|
"""
|
|
3664
3665
|
...
|
|
3665
3666
|
|
|
3666
|
-
def
|
|
3667
|
+
def truncate_supports(
|
|
3667
3668
|
arg1: Supports,
|
|
3668
3669
|
arg2: int,
|
|
3670
|
+
arg3: bool,
|
|
3669
3671
|
) -> Supports:
|
|
3670
3672
|
...
|
|
3671
3673
|
|
|
@@ -3746,9 +3748,10 @@ class FootstepsPlannerRepetitive:
|
|
|
3746
3748
|
"""
|
|
3747
3749
|
...
|
|
3748
3750
|
|
|
3749
|
-
def
|
|
3751
|
+
def truncate_supports(
|
|
3750
3752
|
arg1: Supports,
|
|
3751
3753
|
arg2: int,
|
|
3754
|
+
arg3: bool,
|
|
3752
3755
|
) -> Supports:
|
|
3753
3756
|
...
|
|
3754
3757
|
|
|
@@ -4277,7 +4280,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4277
4280
|
"""
|
|
4278
4281
|
Computes all minimum distances between current collision pairs.
|
|
4279
4282
|
|
|
4280
|
-
:return: <Element 'para' at
|
|
4283
|
+
:return: <Element 'para' at 0x1026812b0>
|
|
4281
4284
|
"""
|
|
4282
4285
|
...
|
|
4283
4286
|
|
|
@@ -4310,7 +4313,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4310
4313
|
|
|
4311
4314
|
:param any frame: the frame for which we want the jacobian
|
|
4312
4315
|
|
|
4313
|
-
:return: <Element 'para' at
|
|
4316
|
+
:return: <Element 'para' at 0x1026f12b0>
|
|
4314
4317
|
"""
|
|
4315
4318
|
...
|
|
4316
4319
|
|
|
@@ -4324,7 +4327,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4324
4327
|
|
|
4325
4328
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4326
4329
|
|
|
4327
|
-
:return: <Element 'para' at
|
|
4330
|
+
:return: <Element 'para' at 0x1026f1940>
|
|
4328
4331
|
"""
|
|
4329
4332
|
...
|
|
4330
4333
|
|
|
@@ -4636,7 +4639,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4636
4639
|
|
|
4637
4640
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4638
4641
|
|
|
4639
|
-
:return: <Element 'para' at
|
|
4642
|
+
:return: <Element 'para' at 0x102681cb0>
|
|
4640
4643
|
"""
|
|
4641
4644
|
...
|
|
4642
4645
|
|
|
@@ -7578,7 +7581,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7578
7581
|
"""
|
|
7579
7582
|
Computes all minimum distances between current collision pairs.
|
|
7580
7583
|
|
|
7581
|
-
:return: <Element 'para' at
|
|
7584
|
+
:return: <Element 'para' at 0x1026d0310>
|
|
7582
7585
|
"""
|
|
7583
7586
|
...
|
|
7584
7587
|
|
|
@@ -7592,7 +7595,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7592
7595
|
|
|
7593
7596
|
:param any frame: the frame for which we want the jacobian
|
|
7594
7597
|
|
|
7595
|
-
:return: <Element 'para' at
|
|
7598
|
+
:return: <Element 'para' at 0x1026d0db0>
|
|
7596
7599
|
"""
|
|
7597
7600
|
...
|
|
7598
7601
|
|
|
@@ -7606,7 +7609,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7606
7609
|
|
|
7607
7610
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7608
7611
|
|
|
7609
|
-
:return: <Element 'para' at
|
|
7612
|
+
:return: <Element 'para' at 0x1026d2520>
|
|
7610
7613
|
"""
|
|
7611
7614
|
...
|
|
7612
7615
|
|
|
@@ -7847,7 +7850,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7847
7850
|
|
|
7848
7851
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7849
7852
|
|
|
7850
|
-
:return: <Element 'para' at
|
|
7853
|
+
:return: <Element 'para' at 0x1026c7ab0>
|
|
7851
7854
|
"""
|
|
7852
7855
|
...
|
|
7853
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=RrC7EAZd33wwwjBA_fBe1ueZ9urpeMAUhdWjYND-HM4,1859048
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=8HQehAvBK-aKcXU3aplRVSVPyldLSMDv6myfcwM0nIo,198747
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=aCBwXMXg8ox4Cl9mGLAdUaHDiRvdVptW06Zsc81Dt78,7201080
|
|
4
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.13/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=rxuqVnKVP8vDhfl2L6RxGZ8V4IVuMXuhIv9g12R9FC0,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.3.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=HVIpNcmxahHB0c3CYPoH8XDiFHEMkt6PGpR5XnNXBt8,1859048
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=zun7teNQdcqm4HILR_tC_ySOCKjkT2oc4-WIwtRRMOI,198687
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=77tOboQy4fTmsYMQbViVZyldLHQ8aeGCyFegO2OegbY,7199416
|
|
4
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.13/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=rxuqVnKVP8vDhfl2L6RxGZ8V4IVuMXuhIv9g12R9FC0,112
|
|
11
|
-
placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|