placo 0.9.2__0-cp312-cp312-manylinux_2_28_aarch64.whl → 0.9.4__0-cp312-cp312-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
@@ -3456,7 +3456,7 @@ class FootstepsPlanner:
3456
3456
  parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
3457
3457
  ) -> any:
3458
3458
  """
3459
- Initializes the solver.
3459
+ Initializes the planner.
3460
3460
 
3461
3461
  :param HumanoidParameters parameters: Parameters of the walk
3462
3462
  """
@@ -3492,6 +3492,13 @@ class FootstepsPlanner:
3492
3492
  """
3493
3493
  ...
3494
3494
 
3495
+ def truncate_supports(
3496
+ arg1: Supports,
3497
+ arg2: int,
3498
+ arg3: bool,
3499
+ ) -> Supports:
3500
+ ...
3501
+
3495
3502
 
3496
3503
  class FootstepsPlannerNaive:
3497
3504
  def __init__(
@@ -3558,6 +3565,13 @@ class FootstepsPlannerNaive:
3558
3565
  """
3559
3566
  ...
3560
3567
 
3568
+ def truncate_supports(
3569
+ arg1: Supports,
3570
+ arg2: int,
3571
+ arg3: bool,
3572
+ ) -> Supports:
3573
+ ...
3574
+
3561
3575
 
3562
3576
  class FootstepsPlannerRepetitive:
3563
3577
  def __init__(
@@ -3628,6 +3642,13 @@ class FootstepsPlannerRepetitive:
3628
3642
  """
3629
3643
  ...
3630
3644
 
3645
+ def truncate_supports(
3646
+ arg1: Supports,
3647
+ arg2: int,
3648
+ arg3: bool,
3649
+ ) -> Supports:
3650
+ ...
3651
+
3631
3652
 
3632
3653
  class FrameTask:
3633
3654
  T_world_frame: any
@@ -4143,7 +4164,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4143
4164
  """
4144
4165
  Computes all minimum distances between current collision pairs.
4145
4166
 
4146
- :return: <Element 'para' at 0xff43488c7790>
4167
+ :return: <Element 'para' at 0xffb7ef1cb240>
4147
4168
  """
4148
4169
  ...
4149
4170
 
@@ -4175,7 +4196,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4175
4196
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4176
4197
 
4177
4198
  :param any frame: the frame for which we want the jacobian
4178
- :return: <Element 'para' at 0xff43488efdd0>
4199
+ :return: <Element 'para' at 0xffb7ef1cbc90>
4179
4200
  """
4180
4201
  ...
4181
4202
 
@@ -4188,7 +4209,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4188
4209
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4189
4210
 
4190
4211
  :param any frame: the frame for which we want the jacobian time variation
4191
- :return: <Element 'para' at 0xff43488ee7a0>
4212
+ :return: <Element 'para' at 0xffb7ef1d13a0>
4192
4213
  """
4193
4214
  ...
4194
4215
 
@@ -4494,7 +4515,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4494
4515
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4495
4516
 
4496
4517
  :param bool stop_at_first: whether to stop at the first collision found
4497
- :return: <Element 'para' at 0xff43488c7010>
4518
+ :return: <Element 'para' at 0xffb7ef1cabb0>
4498
4519
  """
4499
4520
  ...
4500
4521
 
@@ -7356,7 +7377,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7356
7377
  """
7357
7378
  Computes all minimum distances between current collision pairs.
7358
7379
 
7359
- :return: <Element 'para' at 0xff43488edf30>
7380
+ :return: <Element 'para' at 0xffb7ef228680>
7360
7381
  """
7361
7382
  ...
7362
7383
 
@@ -7369,7 +7390,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7369
7390
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7370
7391
 
7371
7392
  :param any frame: the frame for which we want the jacobian
7372
- :return: <Element 'para' at 0xff43488cf1a0>
7393
+ :return: <Element 'para' at 0xffb7ef229800>
7373
7394
  """
7374
7395
  ...
7375
7396
 
@@ -7382,7 +7403,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7382
7403
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7383
7404
 
7384
7405
  :param any frame: the frame for which we want the jacobian time variation
7385
- :return: <Element 'para' at 0xff43488ce480>
7406
+ :return: <Element 'para' at 0xffb7ef22b150>
7386
7407
  """
7387
7408
  ...
7388
7409
 
@@ -7620,7 +7641,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7620
7641
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7621
7642
 
7622
7643
  :param bool stop_at_first: whether to stop at the first collision found
7623
- :return: <Element 'para' at 0xff43488ed080>
7644
+ :return: <Element 'para' at 0xffb7ef228f40>
7624
7645
  """
7625
7646
  ...
7626
7647
 
@@ -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=TbyngdMJmvE2Wv_k-mX5S0tHR5BC6UkTEYQfXe6gTB4,1808232
2
+ cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=guokQpQgvWtCZ0JwkPOrWI6VGUKAB97w8Fdr13GUSbk,196754
3
+ cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=EQd9OmlgKvUyuSt64hYfC-QdfSHf5QFlsXOnUBzlVVg,8756992
4
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.12/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=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
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=zKS4gQ3-iF_xafYvyIYYWc837WTZakUpymHAlq5J9oI,1710096
2
- cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=Ip8-FlvgUwMIfqn6EDBnrg29Kpe8y789mX1wKsApzhA,196447
3
- cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=By1wbyyLV2tW_ZlCSLPA0tq_pM52HltmWXD7854TJqY,8749816
4
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.12/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=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,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