placo 0.9.2__0-cp310-cp310-manylinux_2_28_aarch64.whl → 0.9.3__0-cp310-cp310-manylinux_2_28_aarch64.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
@@ -3452,7 +3452,7 @@ class FootstepsPlanner:
3452
3452
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3453
3453
  ) -> any:
3454
3454
  """
3455
- Initializes the solver.
3455
+ Initializes the planner.
3456
3456
 
3457
3457
  :param HumanoidParameters parameters: Parameters of the walk
3458
3458
  """
@@ -3488,6 +3488,12 @@ class FootstepsPlanner:
3488
3488
  """
3489
3489
  ...
3490
3490
 
3491
+ def supports_head(
3492
+ arg1: Supports,
3493
+ arg2: int,
3494
+ ) -> Supports:
3495
+ ...
3496
+
3491
3497
 
3492
3498
  class FootstepsPlannerNaive:
3493
3499
  def __init__(
@@ -3554,6 +3560,12 @@ class FootstepsPlannerNaive:
3554
3560
  """
3555
3561
  ...
3556
3562
 
3563
+ def supports_head(
3564
+ arg1: Supports,
3565
+ arg2: int,
3566
+ ) -> Supports:
3567
+ ...
3568
+
3557
3569
 
3558
3570
  class FootstepsPlannerRepetitive:
3559
3571
  def __init__(
@@ -3624,6 +3636,12 @@ class FootstepsPlannerRepetitive:
3624
3636
  """
3625
3637
  ...
3626
3638
 
3639
+ def supports_head(
3640
+ arg1: Supports,
3641
+ arg2: int,
3642
+ ) -> Supports:
3643
+ ...
3644
+
3627
3645
 
3628
3646
  class FrameTask:
3629
3647
  T_world_frame: any
@@ -4139,7 +4157,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4139
4157
  """
4140
4158
  Computes all minimum distances between current collision pairs.
4141
4159
 
4142
- :return: <Element 'para' at 0xff1208ff2430>
4160
+ :return: <Element 'para' at 0xff1640bcaac0>
4143
4161
  """
4144
4162
  ...
4145
4163
 
@@ -4171,7 +4189,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4171
4189
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4172
4190
 
4173
4191
  :param any frame: the frame for which we want the jacobian
4174
- :return: <Element 'para' at 0xff1208ff2ed0>
4192
+ :return: <Element 'para' at 0xff1640bcb560>
4175
4193
  """
4176
4194
  ...
4177
4195
 
@@ -4184,7 +4202,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4184
4202
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4185
4203
 
4186
4204
  :param any frame: the frame for which we want the jacobian time variation
4187
- :return: <Element 'para' at 0xff1208e37830>
4205
+ :return: <Element 'para' at 0xff1640a28ef0>
4188
4206
  """
4189
4207
  ...
4190
4208
 
@@ -4490,7 +4508,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4490
4508
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4491
4509
 
4492
4510
  :param bool stop_at_first: whether to stop at the first collision found
4493
- :return: <Element 'para' at 0xff1208ff1d50>
4511
+ :return: <Element 'para' at 0xff1640bca3e0>
4494
4512
  """
4495
4513
  ...
4496
4514
 
@@ -7348,7 +7366,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7348
7366
  """
7349
7367
  Computes all minimum distances between current collision pairs.
7350
7368
 
7351
- :return: <Element 'para' at 0xff120901b240>
7369
+ :return: <Element 'para' at 0xff1640c6a750>
7352
7370
  """
7353
7371
  ...
7354
7372
 
@@ -7361,7 +7379,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7361
7379
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7362
7380
 
7363
7381
  :param any frame: the frame for which we want the jacobian
7364
- :return: <Element 'para' at 0xff120901abb0>
7382
+ :return: <Element 'para' at 0xff1640c699e0>
7365
7383
  """
7366
7384
  ...
7367
7385
 
@@ -7374,7 +7392,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7374
7392
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7375
7393
 
7376
7394
  :param any frame: the frame for which we want the jacobian time variation
7377
- :return: <Element 'para' at 0xff12090183b0>
7395
+ :return: <Element 'para' at 0xff1640bcabb0>
7378
7396
  """
7379
7397
  ...
7380
7398
 
@@ -7612,7 +7630,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7612
7630
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7613
7631
 
7614
7632
  :param bool stop_at_first: whether to stop at the first collision found
7615
- :return: <Element 'para' at 0xff1208e36f70>
7633
+ :return: <Element 'para' at 0xff1640c6b330>
7616
7634
  """
7617
7635
  ...
7618
7636
 
@@ -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.so,sha256=xMQCEiRreZkqxxKskd2zSOmylJ75IBnjcNzkamyR1Dk,1808232
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=ZP-vu-isWYwMQWyIVqm0hY-MxdwFMZyECn9gVq90XPU,196616
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=l47LE1hH2PQNW6A6CdzCzTZ2xsq4ZPgDFd-UhZ1WVMk,8827144
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=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
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=flLs9f9Fzj4wVVaQ4dI2EcnKlrOXwHjUZXsgLAlyVLQ,1710096
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=B99c7RypsiXNdI2vkC7hxxxgyk_ERXIO4dj1jM93CFU,196369
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=H57RbWuo4gmeI_SuoN_dk91-fYFXu-ohT0VHGfIdybQ,8821320
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=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
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