placo 0.9.10__0-cp39-cp39-macosx_11_0_arm64.whl → 0.9.12__0-cp39-cp39-macosx_11_0_arm64.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
@@ -3329,6 +3329,16 @@ class HumanoidParameters:
3329
3329
  """
3330
3330
  ...
3331
3331
 
3332
+ def ellipsoid_overlap_clip(
3333
+ self,
3334
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3335
+ step: numpy.ndarray, # Eigen::Vector3d
3336
+ ) -> numpy.ndarray:
3337
+ """
3338
+ Clips a step using ellipsoid and overlap avoidance.
3339
+ """
3340
+ ...
3341
+
3332
3342
  feet_spacing: float # double
3333
3343
  """
3334
3344
  Lateral spacing between feet [m].
@@ -3539,7 +3549,7 @@ class HumanoidRobot:
3539
3549
  """
3540
3550
  Computes all minimum distances between current collision pairs.
3541
3551
 
3542
- :return: <Element 'para' at 0x1057a48b0>
3552
+ :return: <Element 'para' at 0x1068aabd0>
3543
3553
  """
3544
3554
  ...
3545
3555
 
@@ -3572,7 +3582,7 @@ class HumanoidRobot:
3572
3582
 
3573
3583
  :param any frame: the frame for which we want the jacobian
3574
3584
 
3575
- :return: <Element 'para' at 0x1057be310>
3585
+ :return: <Element 'para' at 0x1068a4720>
3576
3586
  """
3577
3587
  ...
3578
3588
 
@@ -3586,7 +3596,7 @@ class HumanoidRobot:
3586
3596
 
3587
3597
  :param any frame: the frame for which we want the jacobian time variation
3588
3598
 
3589
- :return: <Element 'para' at 0x1057bf2c0>
3599
+ :return: <Element 'para' at 0x10689b1d0>
3590
3600
  """
3591
3601
  ...
3592
3602
 
@@ -3894,7 +3904,7 @@ class HumanoidRobot:
3894
3904
 
3895
3905
  :param bool stop_at_first: whether to stop at the first collision found
3896
3906
 
3897
- :return: <Element 'para' at 0x1057a4ef0>
3907
+ :return: <Element 'para' at 0x1068aa4a0>
3898
3908
  """
3899
3909
  ...
3900
3910
 
@@ -6362,7 +6372,7 @@ class RobotWrapper:
6362
6372
  """
6363
6373
  Computes all minimum distances between current collision pairs.
6364
6374
 
6365
- :return: <Element 'para' at 0x10568f4a0>
6375
+ :return: <Element 'para' at 0x10568b810>
6366
6376
  """
6367
6377
  ...
6368
6378
 
@@ -6376,7 +6386,7 @@ class RobotWrapper:
6376
6386
 
6377
6387
  :param any frame: the frame for which we want the jacobian
6378
6388
 
6379
- :return: <Element 'para' at 0x10568ff90>
6389
+ :return: <Element 'para' at 0x105691360>
6380
6390
  """
6381
6391
  ...
6382
6392
 
@@ -6390,7 +6400,7 @@ class RobotWrapper:
6390
6400
 
6391
6401
  :param any frame: the frame for which we want the jacobian time variation
6392
6402
 
6393
- :return: <Element 'para' at 0x105699a40>
6403
+ :return: <Element 'para' at 0x105694db0>
6394
6404
  """
6395
6405
  ...
6396
6406
 
@@ -6627,7 +6637,7 @@ class RobotWrapper:
6627
6637
 
6628
6638
  :param bool stop_at_first: whether to stop at the first collision found
6629
6639
 
6630
- :return: <Element 'para' at 0x10568bd10>
6640
+ :return: <Element 'para' at 0x10568b0e0>
6631
6641
  """
6632
6642
  ...
6633
6643
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.10
3
+ Version: 0.9.12
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
- Requires-Python: >= 3.9
5
+ Requires-Python: >= 3.8
6
6
  License-Expression: MIT
7
7
  License-File: LICENSE
8
8
  Author-email: Rhoban team <team@rhoban.com>
@@ -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.7.0
14
+ Requires-Dist: pin==3.4.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.7.0 ; extra == "build"
19
+ Requires-Dist: pin[build]==3.4.0 ; extra == "build"
20
20
  Requires-Dist: doxystub >= 0.1.7 ; 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=uYKSqBFGI8YnLOf-ACtTmp3WsoXP2xnEu86tsrw0v5w,1400816
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=vlVh2C937rbs9i822m0Mt99WfQx1ToWKy2dmgjI9_xo,161910
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=-oMHc8z5HjoOx_-60uVdqhJ7DNiAHDkAoOUElEXIGnk,6789416
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.12.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.12.dist-info/METADATA,sha256=u4Uf_P83uEbsyUZs116-Es_sMqT9T3aAX6HBnwOniqo,2623
10
+ placo-0.9.12.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
11
+ placo-0.9.12.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.12.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=hNF7YjcCGb-pDCWjbyYv_oYAfHI6QQgpTC7QURPmn1c,1505744
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=2iJUBcoNyAgAMb0hA-Z0UiNLCnACX2BOypQu61f9JiE,161662
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=_aez3u6VFACSju2hXbDmu-xJ2-yfjxq3b29ONk1oQPs,6791864
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.10.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.9.10.dist-info/METADATA,sha256=XkUQkLksX-iRiGBMR8bzr1JachjV0YrmpFjN0i5Pe5g,2628
10
- placo-0.9.10.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
11
- placo-0.9.10.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.10.dist-info/RECORD,,
File without changes