placo 0.9.3__0-cp39-cp39-macosx_10_9_x86_64.whl → 0.9.4__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
@@ -3578,9 +3578,10 @@ class FootstepsPlanner:
3578
3578
  """
3579
3579
  ...
3580
3580
 
3581
- def supports_head(
3581
+ def truncate_supports(
3582
3582
  arg1: Supports,
3583
3583
  arg2: int,
3584
+ arg3: bool,
3584
3585
  ) -> Supports:
3585
3586
  ...
3586
3587
 
@@ -3655,9 +3656,10 @@ class FootstepsPlannerNaive:
3655
3656
  """
3656
3657
  ...
3657
3658
 
3658
- def supports_head(
3659
+ def truncate_supports(
3659
3660
  arg1: Supports,
3660
3661
  arg2: int,
3662
+ arg3: bool,
3661
3663
  ) -> Supports:
3662
3664
  ...
3663
3665
 
@@ -3738,9 +3740,10 @@ class FootstepsPlannerRepetitive:
3738
3740
  """
3739
3741
  ...
3740
3742
 
3741
- def supports_head(
3743
+ def truncate_supports(
3742
3744
  arg1: Supports,
3743
3745
  arg2: int,
3746
+ arg3: bool,
3744
3747
  ) -> Supports:
3745
3748
  ...
3746
3749
 
@@ -4269,7 +4272,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4269
4272
  """
4270
4273
  Computes all minimum distances between current collision pairs.
4271
4274
 
4272
- :return: <Element 'para' at 0x107860450>
4275
+ :return: <Element 'para' at 0x103d5bb80>
4273
4276
  """
4274
4277
  ...
4275
4278
 
@@ -4302,7 +4305,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4302
4305
 
4303
4306
  :param any frame: the frame for which we want the jacobian
4304
4307
 
4305
- :return: <Element 'para' at 0x107875770>
4308
+ :return: <Element 'para' at 0x103d626d0>
4306
4309
  """
4307
4310
  ...
4308
4311
 
@@ -4316,7 +4319,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4316
4319
 
4317
4320
  :param any frame: the frame for which we want the jacobian time variation
4318
4321
 
4319
- :return: <Element 'para' at 0x10787a220>
4322
+ :return: <Element 'para' at 0x103d66ef0>
4320
4323
  """
4321
4324
  ...
4322
4325
 
@@ -4628,7 +4631,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4628
4631
 
4629
4632
  :param bool stop_at_first: whether to stop at the first collision found
4630
4633
 
4631
- :return: <Element 'para' at 0x107860b30>
4634
+ :return: <Element 'para' at 0x103d5b450>
4632
4635
  """
4633
4636
  ...
4634
4637
 
@@ -7562,7 +7565,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7562
7565
  """
7563
7566
  Computes all minimum distances between current collision pairs.
7564
7567
 
7565
- :return: <Element 'para' at 0x10693bea0>
7568
+ :return: <Element 'para' at 0x102e27e00>
7566
7569
  """
7567
7570
  ...
7568
7571
 
@@ -7576,7 +7579,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7576
7579
 
7577
7580
  :param any frame: the frame for which we want the jacobian
7578
7581
 
7579
- :return: <Element 'para' at 0x10693f9f0>
7582
+ :return: <Element 'para' at 0x102e2a950>
7580
7583
  """
7581
7584
  ...
7582
7585
 
@@ -7590,7 +7593,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7590
7593
 
7591
7594
  :param any frame: the frame for which we want the jacobian time variation
7592
7595
 
7593
- :return: <Element 'para' at 0x1069474a0>
7596
+ :return: <Element 'para' at 0x102e32400>
7594
7597
  """
7595
7598
  ...
7596
7599
 
@@ -7831,7 +7834,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7831
7834
 
7832
7835
  :param bool stop_at_first: whether to stop at the first collision found
7833
7836
 
7834
- :return: <Element 'para' at 0x10693b770>
7837
+ :return: <Element 'para' at 0x102e276d0>
7835
7838
  """
7836
7839
  ...
7837
7840
 
@@ -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.dylib,sha256=I51P6ZtrXn8rTRRvQaUe9aLDtqwp0aMnGKr0JC2n3rY,1859144
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Ncn2MrSPqLCTirV1R0LpB6cr_TAwDs_R-O1jlu_kZMc,198593
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=e8WaIPJDRCp2to9-4MJCLpOf1vf8RaardoXe49UWBGc,7096704
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=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
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.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,,
File without changes