placo 0.9.3__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.

Binary file
@@ -3586,9 +3586,10 @@ class FootstepsPlanner:
3586
3586
  """
3587
3587
  ...
3588
3588
 
3589
- def supports_head(
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 supports_head(
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 supports_head(
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 0x109efc400>
4283
+ :return: <Element 'para' at 0x10f5e80e0>
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 0x109efdad0>
4316
+ :return: <Element 'para' at 0x10f5e9440>
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 0x10a070360>
4330
+ :return: <Element 'para' at 0x10f70c3b0>
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 0x109eff100>
4642
+ :return: <Element 'para' at 0x10f5eb1f0>
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 0x109f0c310>
7584
+ :return: <Element 'para' at 0x10f5f8360>
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 0x109f0cdb0>
7598
+ :return: <Element 'para' at 0x10f5f8e00>
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 0x109f0e520>
7612
+ :return: <Element 'para' at 0x10f5fa570>
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 0x109effab0>
7853
+ :return: <Element 'para' at 0x10f5ebb00>
7851
7854
  """
7852
7855
  ...
7853
7856
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.3
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 >= 3
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] >= 3 ; extra == "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,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=2ryarJSk1pU30r6FeIAnhJNH2g2IOgh-N8Ap02S8El8,1859048
2
- cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=zIt1eQvoFA3M_MV0Qw8fEdAES3Z62NoZ2ZJdfuKn7Go,198687
3
- cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=FzJJcWdE5a3OskkG0iADMs8aOIi5mL6dc3yvu5ckhlo,7199416
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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,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