placo 0.9.1__0-cp39-cp39-manylinux_2_28_x86_64.whl → 0.9.3__0-cp39-cp39-manylinux_2_28_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
@@ -3448,7 +3448,7 @@ class FootstepsPlanner:
3448
3448
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3449
3449
  ) -> any:
3450
3450
  """
3451
- Initializes the solver.
3451
+ Initializes the planner.
3452
3452
 
3453
3453
  :param HumanoidParameters parameters: Parameters of the walk
3454
3454
  """
@@ -3484,6 +3484,12 @@ class FootstepsPlanner:
3484
3484
  """
3485
3485
  ...
3486
3486
 
3487
+ def supports_head(
3488
+ arg1: Supports,
3489
+ arg2: int,
3490
+ ) -> Supports:
3491
+ ...
3492
+
3487
3493
 
3488
3494
  class FootstepsPlannerNaive:
3489
3495
  def __init__(
@@ -3550,6 +3556,12 @@ class FootstepsPlannerNaive:
3550
3556
  """
3551
3557
  ...
3552
3558
 
3559
+ def supports_head(
3560
+ arg1: Supports,
3561
+ arg2: int,
3562
+ ) -> Supports:
3563
+ ...
3564
+
3553
3565
 
3554
3566
  class FootstepsPlannerRepetitive:
3555
3567
  def __init__(
@@ -3620,6 +3632,12 @@ class FootstepsPlannerRepetitive:
3620
3632
  """
3621
3633
  ...
3622
3634
 
3635
+ def supports_head(
3636
+ arg1: Supports,
3637
+ arg2: int,
3638
+ ) -> Supports:
3639
+ ...
3640
+
3623
3641
 
3624
3642
  class FrameTask:
3625
3643
  T_world_frame: any
@@ -4135,7 +4153,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4135
4153
  """
4136
4154
  Computes all minimum distances between current collision pairs.
4137
4155
 
4138
- :return: <Element 'para' at 0x7f6af301ca40>
4156
+ :return: <Element 'para' at 0x7f323ac018b0>
4139
4157
  """
4140
4158
  ...
4141
4159
 
@@ -4167,7 +4185,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4167
4185
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4168
4186
 
4169
4187
  :param any frame: the frame for which we want the jacobian
4170
- :return: <Element 'para' at 0x7f6af301d540>
4188
+ :return: <Element 'para' at 0x7f323ab873b0>
4171
4189
  """
4172
4190
  ...
4173
4191
 
@@ -4180,7 +4198,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4180
4198
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4181
4199
 
4182
4200
  :param any frame: the frame for which we want the jacobian time variation
4183
- :return: <Element 'para' at 0x7f6af3012ef0>
4201
+ :return: <Element 'para' at 0x7f323ab86d60>
4184
4202
  """
4185
4203
  ...
4186
4204
 
@@ -4486,7 +4504,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4486
4504
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4487
4505
 
4488
4506
  :param bool stop_at_first: whether to stop at the first collision found
4489
- :return: <Element 'para' at 0x7f6af301c360>
4507
+ :return: <Element 'para' at 0x7f323ac011d0>
4490
4508
  """
4491
4509
  ...
4492
4510
 
@@ -7340,7 +7358,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7340
7358
  """
7341
7359
  Computes all minimum distances between current collision pairs.
7342
7360
 
7343
- :return: <Element 'para' at 0x7f6af2fca040>
7361
+ :return: <Element 'para' at 0x7f323ab764a0>
7344
7362
  """
7345
7363
  ...
7346
7364
 
@@ -7353,7 +7371,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7353
7371
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7354
7372
 
7355
7373
  :param any frame: the frame for which we want the jacobian
7356
- :return: <Element 'para' at 0x7f6af2fcc9f0>
7374
+ :return: <Element 'para' at 0x7f323ab7acc0>
7357
7375
  """
7358
7376
  ...
7359
7377
 
@@ -7366,7 +7384,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7366
7384
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7367
7385
 
7368
7386
  :param any frame: the frame for which we want the jacobian time variation
7369
- :return: <Element 'para' at 0x7f6af2ffcd10>
7387
+ :return: <Element 'para' at 0x7f323abf4630>
7370
7388
  """
7371
7389
  ...
7372
7390
 
@@ -7604,7 +7622,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7604
7622
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7605
7623
 
7606
7624
  :param bool stop_at_first: whether to stop at the first collision found
7607
- :return: <Element 'para' at 0x7f6af2fca630>
7625
+ :return: <Element 'para' at 0x7f323ab76db0>
7608
7626
  """
7609
7627
  ...
7610
7628
 
@@ -8701,15 +8719,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8701
8719
  ) -> numpy.ndarray:
8702
8720
  ...
8703
8721
 
8704
- kept_ts: any
8705
- """
8706
-
8707
- None( (placo.WPGTrajectory)arg1) -> int :
8708
-
8709
- C++ signature :
8710
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8711
- """
8712
-
8713
8722
  parts: any
8714
8723
  """
8715
8724
 
@@ -8724,6 +8733,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8724
8733
  ) -> None:
8725
8734
  ...
8726
8735
 
8736
+ replan_success: any
8737
+ """
8738
+
8739
+ None( (placo.WPGTrajectory)arg1) -> bool :
8740
+
8741
+ C++ signature :
8742
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8743
+ """
8744
+
8727
8745
  def support_is_both(
8728
8746
  self,
8729
8747
  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.so,sha256=-GE7xrdUPyw5AdZs-Nzt1XG3-dMAyOFFoSOIZ5AVDNE,2106144
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=XmzWDjOSi23MavlyEuCCvWZGj5a_-HyFMElUvSlJho4,196540
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=aGNzNguGqoGuXopNRST3o8nbP0DWLZLRX-btIR7iBe0,8455784
4
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.9/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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
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.so,sha256=-PDcvSiViHeJH2diiyWigpRGU0Ug39LhfVZ9i1dFFpE,1985608
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=CwiSLYGpBiLp7Y_nzWdSh5Lq7CphDZk5F6v6RsbVSn0,196284
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=oLrBJI8yMzERAbYvImW5jdGt-0XVkplJlkqbwa5Z7wA,8437528
4
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.9/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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
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