placo 0.9.3__0-cp39-cp39-manylinux_2_28_aarch64.whl → 0.9.4__0-cp39-cp39-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
@@ -3484,9 +3484,10 @@ class FootstepsPlanner:
3484
3484
  """
3485
3485
  ...
3486
3486
 
3487
- def supports_head(
3487
+ def truncate_supports(
3488
3488
  arg1: Supports,
3489
3489
  arg2: int,
3490
+ arg3: bool,
3490
3491
  ) -> Supports:
3491
3492
  ...
3492
3493
 
@@ -3556,9 +3557,10 @@ class FootstepsPlannerNaive:
3556
3557
  """
3557
3558
  ...
3558
3559
 
3559
- def supports_head(
3560
+ def truncate_supports(
3560
3561
  arg1: Supports,
3561
3562
  arg2: int,
3563
+ arg3: bool,
3562
3564
  ) -> Supports:
3563
3565
  ...
3564
3566
 
@@ -3632,9 +3634,10 @@ class FootstepsPlannerRepetitive:
3632
3634
  """
3633
3635
  ...
3634
3636
 
3635
- def supports_head(
3637
+ def truncate_supports(
3636
3638
  arg1: Supports,
3637
3639
  arg2: int,
3640
+ arg3: bool,
3638
3641
  ) -> Supports:
3639
3642
  ...
3640
3643
 
@@ -4153,7 +4156,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4153
4156
  """
4154
4157
  Computes all minimum distances between current collision pairs.
4155
4158
 
4156
- :return: <Element 'para' at 0xff20c32fd6d0>
4159
+ :return: <Element 'para' at 0xffbc4ddb5770>
4157
4160
  """
4158
4161
  ...
4159
4162
 
@@ -4185,7 +4188,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4185
4188
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4186
4189
 
4187
4190
  :param any frame: the frame for which we want the jacobian
4188
- :return: <Element 'para' at 0xff20c32d0ea0>
4191
+ :return: <Element 'para' at 0xffbc4ddae770>
4189
4192
  """
4190
4193
  ...
4191
4194
 
@@ -4198,7 +4201,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4198
4201
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4199
4202
 
4200
4203
  :param any frame: the frame for which we want the jacobian time variation
4201
- :return: <Element 'para' at 0xff20c32ceb80>
4204
+ :return: <Element 'para' at 0xffbc4ddabc20>
4202
4205
  """
4203
4206
  ...
4204
4207
 
@@ -4504,7 +4507,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4504
4507
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4505
4508
 
4506
4509
  :param bool stop_at_first: whether to stop at the first collision found
4507
- :return: <Element 'para' at 0xff20c32dc040>
4510
+ :return: <Element 'para' at 0xffbc4ddb5090>
4508
4511
  """
4509
4512
  ...
4510
4513
 
@@ -7358,7 +7361,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7358
7361
  """
7359
7362
  Computes all minimum distances between current collision pairs.
7360
7363
 
7361
- :return: <Element 'para' at 0xff20c32f47c0>
7364
+ :return: <Element 'para' at 0xffbc4ddcf900>
7362
7365
  """
7363
7366
  ...
7364
7367
 
@@ -7371,7 +7374,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7371
7374
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7372
7375
 
7373
7376
  :param any frame: the frame for which we want the jacobian
7374
- :return: <Element 'para' at 0xff20c32f1720>
7377
+ :return: <Element 'para' at 0xffbc4ddceb80>
7375
7378
  """
7376
7379
  ...
7377
7380
 
@@ -7384,7 +7387,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7384
7387
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7385
7388
 
7386
7389
  :param any frame: the frame for which we want the jacobian time variation
7387
- :return: <Element 'para' at 0xff20c32e32c0>
7390
+ :return: <Element 'para' at 0xffbc4ddc0770>
7388
7391
  """
7389
7392
  ...
7390
7393
 
@@ -7622,7 +7625,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7622
7625
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7623
7626
 
7624
7627
  :param bool stop_at_first: whether to stop at the first collision found
7625
- :return: <Element 'para' at 0xff20c32f4a90>
7628
+ :return: <Element 'para' at 0xffbc4ddcf130>
7626
7629
  """
7627
7630
  ...
7628
7631
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.3
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=TW1zLDKefQ4ZSKYdCvXR4qW_1A9ciKO6pB68eSZeu5c,1808232
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=TrQN8lw9M5_n-wT1BUEZztHRzG6AfgHE1z7iH5U9fb0,196600
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=PPZeJKvifiwkt0E_i5jw9MbnJlcUx_CBY7wlTIYVihk,8828504
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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
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=aG7WuzcEhPbmkOErtURnTbmeXVPn9NnNdp90N9qW2rA,1808232
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Go_pphorN_MshcgCkz3Ju6EfXJpo-CiFpxSa5p6PypU,196540
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=tpsRb6Nr9SQ06_AsV4uGgEvvTWY20XhgP94yxnelWZ8,8827144
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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
11
- placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.3.dist-info/RECORD,,
File without changes