placo 0.9.2__0-cp39-cp39-manylinux_2_28_x86_64.whl → 0.9.4__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,13 @@ class FootstepsPlanner:
3484
3484
  """
3485
3485
  ...
3486
3486
 
3487
+ def truncate_supports(
3488
+ arg1: Supports,
3489
+ arg2: int,
3490
+ arg3: bool,
3491
+ ) -> Supports:
3492
+ ...
3493
+
3487
3494
 
3488
3495
  class FootstepsPlannerNaive:
3489
3496
  def __init__(
@@ -3550,6 +3557,13 @@ class FootstepsPlannerNaive:
3550
3557
  """
3551
3558
  ...
3552
3559
 
3560
+ def truncate_supports(
3561
+ arg1: Supports,
3562
+ arg2: int,
3563
+ arg3: bool,
3564
+ ) -> Supports:
3565
+ ...
3566
+
3553
3567
 
3554
3568
  class FootstepsPlannerRepetitive:
3555
3569
  def __init__(
@@ -3620,6 +3634,13 @@ class FootstepsPlannerRepetitive:
3620
3634
  """
3621
3635
  ...
3622
3636
 
3637
+ def truncate_supports(
3638
+ arg1: Supports,
3639
+ arg2: int,
3640
+ arg3: bool,
3641
+ ) -> Supports:
3642
+ ...
3643
+
3623
3644
 
3624
3645
  class FrameTask:
3625
3646
  T_world_frame: any
@@ -4135,7 +4156,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4135
4156
  """
4136
4157
  Computes all minimum distances between current collision pairs.
4137
4158
 
4138
- :return: <Element 'para' at 0x7fef608b5c20>
4159
+ :return: <Element 'para' at 0x7ffb8e464860>
4139
4160
  """
4140
4161
  ...
4141
4162
 
@@ -4167,7 +4188,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4167
4188
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4168
4189
 
4169
4190
  :param any frame: the frame for which we want the jacobian
4170
- :return: <Element 'para' at 0x7fef608f3720>
4191
+ :return: <Element 'para' at 0x7ffb8e3ea360>
4171
4192
  """
4172
4193
  ...
4173
4194
 
@@ -4180,7 +4201,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4180
4201
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4181
4202
 
4182
4203
  :param any frame: the frame for which we want the jacobian time variation
4183
- :return: <Element 'para' at 0x7fef608b4130>
4204
+ :return: <Element 'para' at 0x7ffb8e3e7360>
4184
4205
  """
4185
4206
  ...
4186
4207
 
@@ -4486,7 +4507,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4486
4507
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4487
4508
 
4488
4509
  :param bool stop_at_first: whether to stop at the first collision found
4489
- :return: <Element 'para' at 0x7fef608b5540>
4510
+ :return: <Element 'para' at 0x7ffb8e464180>
4490
4511
  """
4491
4512
  ...
4492
4513
 
@@ -7340,7 +7361,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7340
7361
  """
7341
7362
  Computes all minimum distances between current collision pairs.
7342
7363
 
7343
- :return: <Element 'para' at 0x7fef608a1180>
7364
+ :return: <Element 'para' at 0x7ffb8e3d94a0>
7344
7365
  """
7345
7366
  ...
7346
7367
 
@@ -7353,7 +7374,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7353
7374
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7354
7375
 
7355
7376
  :param any frame: the frame for which we want the jacobian
7356
- :return: <Element 'para' at 0x7fef608a5400>
7377
+ :return: <Element 'para' at 0x7ffb8e3dd4f0>
7357
7378
  """
7358
7379
  ...
7359
7380
 
@@ -7366,7 +7387,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7366
7387
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7367
7388
 
7368
7389
  :param any frame: the frame for which we want the jacobian time variation
7369
- :return: <Element 'para' at 0x7fef608cb090>
7390
+ :return: <Element 'para' at 0x7ffb8e457d60>
7370
7391
  """
7371
7392
  ...
7372
7393
 
@@ -7604,7 +7625,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7604
7625
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7605
7626
 
7606
7627
  :param bool stop_at_first: whether to stop at the first collision found
7607
- :return: <Element 'para' at 0x7fef608a1ae0>
7628
+ :return: <Element 'para' at 0x7ffb8e3d9bd0>
7608
7629
  """
7609
7630
  ...
7610
7631
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.2
3
+ Version: 0.9.4
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
5
  Requires-Python: >= 3.9
6
6
  License-Expression: MIT
@@ -11,12 +11,12 @@ Home-page: https://placo.readthedocs.io/en/latest/
11
11
  Project-URL: Repository, https://github.com/rhoban/placo.git
12
12
  Requires-Dist: cmeel
13
13
  Requires-Dist: eiquadprog >= 1.2.6, < 2
14
- Requires-Dist: pin >= 3
14
+ Requires-Dist: pin == 3.7.0
15
15
  Requires-Dist: rhoban-cmeel-jsoncpp
16
16
  Requires-Dist: meshcat
17
17
  Requires-Dist: ischedule
18
18
  Provides-Extra: build
19
- Requires-Dist: pin[build] >= 3 ; extra == "build"
19
+ Requires-Dist: pin[build] == 3.7.0 ; extra == "build"
20
20
  Requires-Dist: doxystub >= 0.0.13 ; extra == "build"
21
21
  Requires-Dist: cmake<4 ; extra == "build"
22
22
  Description-Content-Type: text/markdown
@@ -0,0 +1,12 @@
1
+ cmeel.prefix/lib/liblibplaco.so,sha256=mypN5R3wAtwn2Re6bdH3JNWgVjcufpBa94DMVGHkI9Y,2106144
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=S-MHuaN_Tmw-GJjhWl38mbUQ6d5WKK82h-BXJPJ2968,196600
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=SDDmAYfmORxa3ECeU7wx0uYriM19eyhwtF93GxmjMDw,8460864
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.4.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.4.dist-info/METADATA,sha256=vb4ibUMVg2bNQzde1RsUzBy7pgahnehX8BQZc_o_6bo,2628
10
+ placo-0.9.4.dist-info/WHEEL,sha256=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
11
+ placo-0.9.4.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.4.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.so,sha256=uqSFJX4Q6KCLym770vJas4Hdw5RdIAJZC4hbcLvVtmM,1986248
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=VabB7PUDNAWU6VbVtOrr5DrWf2LddQVFFEP7NJ86Fk8,196293
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=uYXvzqMeOHv_-bGABNPsJOtg-qTMZBcrpx46Iv39fHw,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.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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
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