placo 0.9.2__0-cp310-cp310-macosx_10_9_x86_64.whl → 0.9.3__0-cp310-cp310-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
@@ -3544,7 +3544,7 @@ class FootstepsPlanner:
3544
3544
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3545
3545
  ) -> any:
3546
3546
  """
3547
- Initializes the solver.
3547
+ Initializes the planner.
3548
3548
 
3549
3549
  :param HumanoidParameters parameters: Parameters of the walk
3550
3550
  """
@@ -3582,6 +3582,12 @@ class FootstepsPlanner:
3582
3582
  """
3583
3583
  ...
3584
3584
 
3585
+ def supports_head(
3586
+ arg1: Supports,
3587
+ arg2: int,
3588
+ ) -> Supports:
3589
+ ...
3590
+
3585
3591
 
3586
3592
  class FootstepsPlannerNaive:
3587
3593
  def __init__(
@@ -3653,6 +3659,12 @@ class FootstepsPlannerNaive:
3653
3659
  """
3654
3660
  ...
3655
3661
 
3662
+ def supports_head(
3663
+ arg1: Supports,
3664
+ arg2: int,
3665
+ ) -> Supports:
3666
+ ...
3667
+
3656
3668
 
3657
3669
  class FootstepsPlannerRepetitive:
3658
3670
  def __init__(
@@ -3730,6 +3742,12 @@ class FootstepsPlannerRepetitive:
3730
3742
  """
3731
3743
  ...
3732
3744
 
3745
+ def supports_head(
3746
+ arg1: Supports,
3747
+ arg2: int,
3748
+ ) -> Supports:
3749
+ ...
3750
+
3733
3751
 
3734
3752
  class FrameTask:
3735
3753
  T_world_frame: any
@@ -4255,7 +4273,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4255
4273
  """
4256
4274
  Computes all minimum distances between current collision pairs.
4257
4275
 
4258
- :return: <Element 'para' at 0x10c22f790>
4276
+ :return: <Element 'para' at 0x109184770>
4259
4277
  """
4260
4278
  ...
4261
4279
 
@@ -4288,7 +4306,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4288
4306
 
4289
4307
  :param any frame: the frame for which we want the jacobian
4290
4308
 
4291
- :return: <Element 'para' at 0x10c22d850>
4309
+ :return: <Element 'para' at 0x109184a40>
4292
4310
  """
4293
4311
  ...
4294
4312
 
@@ -4302,7 +4320,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4302
4320
 
4303
4321
  :param any frame: the frame for which we want the jacobian time variation
4304
4322
 
4305
- :return: <Element 'para' at 0x10c344ae0>
4323
+ :return: <Element 'para' at 0x10925a250>
4306
4324
  """
4307
4325
  ...
4308
4326
 
@@ -4614,7 +4632,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4614
4632
 
4615
4633
  :param bool stop_at_first: whether to stop at the first collision found
4616
4634
 
4617
- :return: <Element 'para' at 0x10c22f880>
4635
+ :return: <Element 'para' at 0x1091393f0>
4618
4636
  """
4619
4637
  ...
4620
4638
 
@@ -7552,7 +7570,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7552
7570
  """
7553
7571
  Computes all minimum distances between current collision pairs.
7554
7572
 
7555
- :return: <Element 'para' at 0x10c16bec0>
7573
+ :return: <Element 'para' at 0x109184bd0>
7556
7574
  """
7557
7575
  ...
7558
7576
 
@@ -7566,7 +7584,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7566
7584
 
7567
7585
  :param any frame: the frame for which we want the jacobian
7568
7586
 
7569
- :return: <Element 'para' at 0x10c1789f0>
7587
+ :return: <Element 'para' at 0x1091856c0>
7570
7588
  """
7571
7589
  ...
7572
7590
 
@@ -7580,7 +7598,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7580
7598
 
7581
7599
  :param any frame: the frame for which we want the jacobian time variation
7582
7600
 
7583
- :return: <Element 'para' at 0x10c17a3e0>
7601
+ :return: <Element 'para' at 0x1091870b0>
7584
7602
  """
7585
7603
  ...
7586
7604
 
@@ -7821,7 +7839,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7821
7839
 
7822
7840
  :param bool stop_at_first: whether to stop at the first collision found
7823
7841
 
7824
- :return: <Element 'para' at 0x10c16b790>
7842
+ :return: <Element 'para' at 0x1091844a0>
7825
7843
  """
7826
7844
  ...
7827
7845
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.2
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=5fdb4z6BBgxWABzz_JC1gJSAMNCi1a-mdGbcf9UQo7w,1859144
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=nKXPH2wqalXmRqPP9yq4xh5kkMEluD4tpIC0bOH77pA,198609
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=sl1k0xVODAvBCsO8r32u62FKHrW2jCr_SQQCF2yqpa4,7095040
4
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.10/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=APmVEh1L_55UCtY5TQhEj2dpYCuDyHQ2_u87TOsUIRk,112
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=OC3Bghqu3ld6s6DBMtAulCAUWHabAqTIRGzUfHsdHzo,1689184
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=SWJ18Ne7pBx_gpvhLBD4NvI6dm8ysbtsuMhyyf-CY5s,198362
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=oAxhD1TRjzSuVfhqWg2dJXzTRh6K2YSNOR9sABRnxT8,7066064
4
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.10/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=APmVEh1L_55UCtY5TQhEj2dpYCuDyHQ2_u87TOsUIRk,112
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