placo 0.9.2__0-cp313-cp313-macosx_11_0_arm64.whl → 0.9.4__0-cp313-cp313-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.

Binary file
@@ -3548,7 +3548,7 @@ class FootstepsPlanner:
3548
3548
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3549
3549
  ) -> any:
3550
3550
  """
3551
- Initializes the solver.
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 0x1040d3560>
4283
+ :return: <Element 'para' at 0x1078d2930>
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 0x1041461b0>
4316
+ :return: <Element 'para' at 0x1078d2610>
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 0x104145c60>
4330
+ :return: <Element 'para' at 0x107872390>
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 0x1040d0b30>
4642
+ :return: <Element 'para' at 0x1078d0040>
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 0x1040b0310>
7584
+ :return: <Element 'para' at 0x107824450>
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 0x1040b0db0>
7598
+ :return: <Element 'para' at 0x107824ef0>
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 0x1040b2520>
7612
+ :return: <Element 'para' at 0x107826660>
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 0x1040a7ab0>
7853
+ :return: <Element 'para' at 0x10781bbf0>
7833
7854
  """
7834
7855
  ...
7835
7856
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.2
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=skadp1nuVmde9JfF7OJJAKwcbUW-ydMnB58RLAiQQDI,1504608
2
+ cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=psGQtCqWBjji4vOsKG72stObRelWk3pX7ejyAgo9n3o,198747
3
+ cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=_qnazbQCy9Mvq3Fugtml_zsHHDZenaRbSoK1iIpNXBY,6749560
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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
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=E-AcxE651yzltvEoHXQAu-zPWnHkYXgWJlUAH0IAVz4,1399360
2
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=Ay8fTJXo9jfJjo1gtUsBo9tTmqp3KVdPIbtmwYX_sJQ,198440
3
- cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=-pkL1j5dJ4OGw8Q65hKkissqsO8MrjSqOsSaeUfQfPI,6719368
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.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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
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