placo 0.9.2__0-cp39-cp39-macosx_10_9_x86_64.whl → 0.9.3__0-cp39-cp39-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
@@ -3540,7 +3540,7 @@ class FootstepsPlanner:
3540
3540
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3541
3541
  ) -> any:
3542
3542
  """
3543
- Initializes the solver.
3543
+ Initializes the planner.
3544
3544
 
3545
3545
  :param HumanoidParameters parameters: Parameters of the walk
3546
3546
  """
@@ -3578,6 +3578,12 @@ class FootstepsPlanner:
3578
3578
  """
3579
3579
  ...
3580
3580
 
3581
+ def supports_head(
3582
+ arg1: Supports,
3583
+ arg2: int,
3584
+ ) -> Supports:
3585
+ ...
3586
+
3581
3587
 
3582
3588
  class FootstepsPlannerNaive:
3583
3589
  def __init__(
@@ -3649,6 +3655,12 @@ class FootstepsPlannerNaive:
3649
3655
  """
3650
3656
  ...
3651
3657
 
3658
+ def supports_head(
3659
+ arg1: Supports,
3660
+ arg2: int,
3661
+ ) -> Supports:
3662
+ ...
3663
+
3652
3664
 
3653
3665
  class FootstepsPlannerRepetitive:
3654
3666
  def __init__(
@@ -3726,6 +3738,12 @@ class FootstepsPlannerRepetitive:
3726
3738
  """
3727
3739
  ...
3728
3740
 
3741
+ def supports_head(
3742
+ arg1: Supports,
3743
+ arg2: int,
3744
+ ) -> Supports:
3745
+ ...
3746
+
3729
3747
 
3730
3748
  class FrameTask:
3731
3749
  T_world_frame: any
@@ -4251,7 +4269,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4251
4269
  """
4252
4270
  Computes all minimum distances between current collision pairs.
4253
4271
 
4254
- :return: <Element 'para' at 0x11294de50>
4272
+ :return: <Element 'para' at 0x107860450>
4255
4273
  """
4256
4274
  ...
4257
4275
 
@@ -4284,7 +4302,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4284
4302
 
4285
4303
  :param any frame: the frame for which we want the jacobian
4286
4304
 
4287
- :return: <Element 'para' at 0x11294b9a0>
4305
+ :return: <Element 'para' at 0x107875770>
4288
4306
  """
4289
4307
  ...
4290
4308
 
@@ -4298,7 +4316,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4298
4316
 
4299
4317
  :param any frame: the frame for which we want the jacobian time variation
4300
4318
 
4301
- :return: <Element 'para' at 0x112957450>
4319
+ :return: <Element 'para' at 0x10787a220>
4302
4320
  """
4303
4321
  ...
4304
4322
 
@@ -4610,7 +4628,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4610
4628
 
4611
4629
  :param bool stop_at_first: whether to stop at the first collision found
4612
4630
 
4613
- :return: <Element 'para' at 0x11294d720>
4631
+ :return: <Element 'para' at 0x107860b30>
4614
4632
  """
4615
4633
  ...
4616
4634
 
@@ -7544,7 +7562,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7544
7562
  """
7545
7563
  Computes all minimum distances between current collision pairs.
7546
7564
 
7547
- :return: <Element 'para' at 0x1119f1130>
7565
+ :return: <Element 'para' at 0x10693bea0>
7548
7566
  """
7549
7567
  ...
7550
7568
 
@@ -7558,7 +7576,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7558
7576
 
7559
7577
  :param any frame: the frame for which we want the jacobian
7560
7578
 
7561
- :return: <Element 'para' at 0x1119f1c20>
7579
+ :return: <Element 'para' at 0x10693f9f0>
7562
7580
  """
7563
7581
  ...
7564
7582
 
@@ -7572,7 +7590,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7572
7590
 
7573
7591
  :param any frame: the frame for which we want the jacobian time variation
7574
7592
 
7575
- :return: <Element 'para' at 0x1119f86d0>
7593
+ :return: <Element 'para' at 0x1069474a0>
7576
7594
  """
7577
7595
  ...
7578
7596
 
@@ -7813,7 +7831,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7813
7831
 
7814
7832
  :param bool stop_at_first: whether to stop at the first collision found
7815
7833
 
7816
- :return: <Element 'para' at 0x1119ec9a0>
7834
+ :return: <Element 'para' at 0x10693b770>
7817
7835
  """
7818
7836
  ...
7819
7837
 
@@ -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=X4Zz8gd72cS0_pjdNbuvXAAD1glgy_6RA35DYBUJ2Os,1859144
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=wcd5X-3yQdEdSBROa6qqa2cZLujjo9KgK7LYIoZ4j14,198533
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=gpGsaZxom6GLUAvbx0vEtSjr2vZEvIZIcobzZqm-7-U,7095040
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=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
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=SLAA_0ft1S-pjr7IT9zLPtLPSiB4phC-YsE8Bp4kTMk,1689184
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=wY-I-8PK3n1yV1PFykYIsejBkXvDRPk3fa0LFoRxf_o,198286
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=Zy2GXIPQD1a_FcehkVv14iZB_AnFzEOHBRw4uGA5Nf4,7066064
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.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=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
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