placo 0.9.1__0-cp313-cp313-macosx_11_0_arm64.whl → 0.9.3__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,12 @@ class FootstepsPlanner:
3586
3586
  """
3587
3587
  ...
3588
3588
 
3589
+ def supports_head(
3590
+ arg1: Supports,
3591
+ arg2: int,
3592
+ ) -> Supports:
3593
+ ...
3594
+
3589
3595
 
3590
3596
  class FootstepsPlannerNaive:
3591
3597
  def __init__(
@@ -3657,6 +3663,12 @@ class FootstepsPlannerNaive:
3657
3663
  """
3658
3664
  ...
3659
3665
 
3666
+ def supports_head(
3667
+ arg1: Supports,
3668
+ arg2: int,
3669
+ ) -> Supports:
3670
+ ...
3671
+
3660
3672
 
3661
3673
  class FootstepsPlannerRepetitive:
3662
3674
  def __init__(
@@ -3734,6 +3746,12 @@ class FootstepsPlannerRepetitive:
3734
3746
  """
3735
3747
  ...
3736
3748
 
3749
+ def supports_head(
3750
+ arg1: Supports,
3751
+ arg2: int,
3752
+ ) -> Supports:
3753
+ ...
3754
+
3737
3755
 
3738
3756
  class FrameTask:
3739
3757
  T_world_frame: any
@@ -4259,7 +4277,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4259
4277
  """
4260
4278
  Computes all minimum distances between current collision pairs.
4261
4279
 
4262
- :return: <Element 'para' at 0x108174130>
4280
+ :return: <Element 'para' at 0x103d31080>
4263
4281
  """
4264
4282
  ...
4265
4283
 
@@ -4292,7 +4310,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4292
4310
 
4293
4311
  :param any frame: the frame for which we want the jacobian
4294
4312
 
4295
- :return: <Element 'para' at 0x1082117b0>
4313
+ :return: <Element 'para' at 0x103d324d0>
4296
4314
  """
4297
4315
  ...
4298
4316
 
@@ -4306,7 +4324,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4306
4324
 
4307
4325
  :param any frame: the frame for which we want the jacobian time variation
4308
4326
 
4309
- :return: <Element 'para' at 0x1082139c0>
4327
+ :return: <Element 'para' at 0x103d16c50>
4310
4328
  """
4311
4329
  ...
4312
4330
 
@@ -4618,7 +4636,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4618
4636
 
4619
4637
  :param bool stop_at_first: whether to stop at the first collision found
4620
4638
 
4621
- :return: <Element 'para' at 0x108174f90>
4639
+ :return: <Element 'para' at 0x103d32e80>
4622
4640
  """
4623
4641
  ...
4624
4642
 
@@ -7560,7 +7578,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7560
7578
  """
7561
7579
  Computes all minimum distances between current collision pairs.
7562
7580
 
7563
- :return: <Element 'para' at 0x1081582c0>
7581
+ :return: <Element 'para' at 0x103cc8400>
7564
7582
  """
7565
7583
  ...
7566
7584
 
@@ -7574,7 +7592,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7574
7592
 
7575
7593
  :param any frame: the frame for which we want the jacobian
7576
7594
 
7577
- :return: <Element 'para' at 0x108158d60>
7595
+ :return: <Element 'para' at 0x103cc8ea0>
7578
7596
  """
7579
7597
  ...
7580
7598
 
@@ -7588,7 +7606,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7588
7606
 
7589
7607
  :param any frame: the frame for which we want the jacobian time variation
7590
7608
 
7591
- :return: <Element 'para' at 0x10815a4d0>
7609
+ :return: <Element 'para' at 0x103cca610>
7592
7610
  """
7593
7611
  ...
7594
7612
 
@@ -7829,7 +7847,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7829
7847
 
7830
7848
  :param bool stop_at_first: whether to stop at the first collision found
7831
7849
 
7832
- :return: <Element 'para' at 0x10814ba60>
7850
+ :return: <Element 'para' at 0x103cbfba0>
7833
7851
  """
7834
7852
  ...
7835
7853
 
@@ -8942,15 +8960,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8942
8960
  ) -> numpy.ndarray:
8943
8961
  ...
8944
8962
 
8945
- kept_ts: any
8946
- """
8947
-
8948
- None( (placo.WPGTrajectory)arg1) -> int :
8949
-
8950
- C++ signature :
8951
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8952
- """
8953
-
8954
8963
  parts: any
8955
8964
  """
8956
8965
 
@@ -8965,6 +8974,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8965
8974
  ) -> None:
8966
8975
  ...
8967
8976
 
8977
+ replan_success: any
8978
+ """
8979
+
8980
+ None( (placo.WPGTrajectory)arg1) -> bool :
8981
+
8982
+ C++ signature :
8983
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8984
+ """
8985
+
8968
8986
  def support_is_both(
8969
8987
  self,
8970
8988
  t: float, # double
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.1
3
+ Version: 0.9.3
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
5
  Requires-Python: >= 3.9
6
6
  License-Expression: MIT
@@ -0,0 +1,12 @@
1
+ cmeel.prefix/lib/liblibplaco.dylib,sha256=SY784DdbkTDcOfrMRqbtBpa44OTfFfnnh8qvJcLlPIw,1504608
2
+ cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=-wWV4RnkMeINA7ebAkBXZe5LfbeG2PGwsuLFIGqqQUk,198687
3
+ cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=GLL1Dp7IIrF1hob-4NrMizqfz__sdn1vGaD4OI5dQv8,6747960
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=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
11
+ placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.3.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=ua_3ojnbfgvGczjn8b2iyhzdq9TkmiOjGi2np0F0B60,1382288
2
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=lX3RyrPABxEfnKxH4dr1j6hf_o2oieixzgLfj9ZmKWs,198431
3
- cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=YZ_tmjKhZoH-_w_BFNrixCXmt9nAdRvtJiFjEygpHi4,6719448
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.1.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.9.1.dist-info/METADATA,sha256=Kd24ONb11iqnbdUPph0Tw0DAdzgjpPGLeBh3Pw8sW5M,2620
10
- placo-0.9.1.dist-info/WHEEL,sha256=IWoAZqI87Rq-2ZoZusEVHAVYLTm9LfdBAzXxSj7HXiY,111
11
- placo-0.9.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.1.dist-info/RECORD,,
File without changes