placo 0.9.12__0-cp38-cp38-macosx_10_9_x86_64.whl → 0.9.13__0-cp38-cp38-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
@@ -3289,6 +3289,25 @@ class HumanoidParameters:
3289
3289
  ) -> None:
3290
3290
  ...
3291
3291
 
3292
+ def box_clip(
3293
+ self,
3294
+ step: numpy.ndarray, # Eigen::Vector3d
3295
+ ) -> numpy.ndarray:
3296
+ """
3297
+ Applies the box clipping (L1) to a given step size (dx, dy, dtheta)
3298
+ """
3299
+ ...
3300
+
3301
+ def box_overlap_clip(
3302
+ self,
3303
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3304
+ step: numpy.ndarray, # Eigen::Vector3d
3305
+ ) -> numpy.ndarray:
3306
+ """
3307
+ Clips a step using ellipsoid and overlap avoidance.
3308
+ """
3309
+ ...
3310
+
3292
3311
  dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
3293
3312
 
3294
3313
  def double_support_duration(
@@ -3325,7 +3344,7 @@ class HumanoidParameters:
3325
3344
  step: numpy.ndarray, # Eigen::Vector3d
3326
3345
  ) -> numpy.ndarray:
3327
3346
  """
3328
- Applies the ellipsoid clipping to a given step size (dx, dy, dtheta)
3347
+ Applies the ellipsoid (L2) clipping to a given step size (dx, dy, dtheta)
3329
3348
  """
3330
3349
  ...
3331
3350
 
@@ -3549,7 +3568,7 @@ class HumanoidRobot:
3549
3568
  """
3550
3569
  Computes all minimum distances between current collision pairs.
3551
3570
 
3552
- :return: <Element 'para' at 0x7ff6e11a1770>
3571
+ :return: <Element 'para' at 0x7fcd201bca40>
3553
3572
  """
3554
3573
  ...
3555
3574
 
@@ -3582,7 +3601,7 @@ class HumanoidRobot:
3582
3601
 
3583
3602
  :param any frame: the frame for which we want the jacobian
3584
3603
 
3585
- :return: <Element 'para' at 0x7ff6e11a62c0>
3604
+ :return: <Element 'para' at 0x7fcd201c1590>
3586
3605
  """
3587
3606
  ...
3588
3607
 
@@ -3596,7 +3615,7 @@ class HumanoidRobot:
3596
3615
 
3597
3616
  :param any frame: the frame for which we want the jacobian time variation
3598
3617
 
3599
- :return: <Element 'para' at 0x7ff6e11a9d60>
3618
+ :return: <Element 'para' at 0x7fcd201c8090>
3600
3619
  """
3601
3620
  ...
3602
3621
 
@@ -3904,7 +3923,7 @@ class HumanoidRobot:
3904
3923
 
3905
3924
  :param bool stop_at_first: whether to stop at the first collision found
3906
3925
 
3907
- :return: <Element 'para' at 0x7ff6e11a1040>
3926
+ :return: <Element 'para' at 0x7fcd201bc310>
3908
3927
  """
3909
3928
  ...
3910
3929
 
@@ -6372,7 +6391,7 @@ class RobotWrapper:
6372
6391
  """
6373
6392
  Computes all minimum distances between current collision pairs.
6374
6393
 
6375
- :return: <Element 'para' at 0x7ff6e0ea8540>
6394
+ :return: <Element 'para' at 0x7fcd1f5b9630>
6376
6395
  """
6377
6396
  ...
6378
6397
 
@@ -6386,7 +6405,7 @@ class RobotWrapper:
6386
6405
 
6387
6406
  :param any frame: the frame for which we want the jacobian
6388
6407
 
6389
- :return: <Element 'para' at 0x7ff6e0eac090>
6408
+ :return: <Element 'para' at 0x7fcd1f5bd180>
6390
6409
  """
6391
6410
  ...
6392
6411
 
@@ -6400,7 +6419,7 @@ class RobotWrapper:
6400
6419
 
6401
6420
  :param any frame: the frame for which we want the jacobian time variation
6402
6421
 
6403
- :return: <Element 'para' at 0x7ff6e0eb1b30>
6422
+ :return: <Element 'para' at 0x7fcd1f5c1c20>
6404
6423
  """
6405
6424
  ...
6406
6425
 
@@ -6637,7 +6656,7 @@ class RobotWrapper:
6637
6656
 
6638
6657
  :param bool stop_at_first: whether to stop at the first collision found
6639
6658
 
6640
- :return: <Element 'para' at 0x7ff6e0e65db0>
6659
+ :return: <Element 'para' at 0x7fcd1f576ea0>
6641
6660
  """
6642
6661
  ...
6643
6662
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.12
3
+ Version: 0.9.13
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
5
  Requires-Python: >= 3.8
6
6
  License-Expression: MIT
@@ -0,0 +1,12 @@
1
+ cmeel.prefix/lib/liblibplaco.dylib,sha256=fZCnd3Set0mxiaRfy278jUc_zLFgJIB1r_j6k8dgAyg,1707608
2
+ cmeel.prefix/lib/python3.8/site-packages/placo.pyi,sha256=_WW9l1eChcC6SiDm6CRhQR4TTKUT8ded7BfsWFhRq3k,162369
3
+ cmeel.prefix/lib/python3.8/site-packages/placo.so,sha256=MO-8C68stKDl3KStZDqCnn2RrbkB5r-CyriQHYsVVAQ,7220608
4
+ cmeel.prefix/lib/python3.8/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.8/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.8/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.8/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
+ placo-0.9.13.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.13.dist-info/METADATA,sha256=iHR1UfDkqy_3epoMhxa2rUEHUs4Bc8e3do1_EAKNIog,2623
10
+ placo-0.9.13.dist-info/WHEEL,sha256=FzLehKjfadrLU3vAmSctkMtBFMa1P1HSNp25XQCkjo4,110
11
+ placo-0.9.13.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.13.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=USHwJ_QnIx77HvK22509-9gNI-v5ppqr-OnKa44dHsI,1706992
2
- cmeel.prefix/lib/python3.8/site-packages/placo.pyi,sha256=pUeFdxIPLapl7J1ioyeSYzXdmh2bno521ScI4UpBELk,161934
3
- cmeel.prefix/lib/python3.8/site-packages/placo.so,sha256=9ZtAiw8pP4bxkjTa0idDrXKOxo2fnG8gRvvG5pCD5TI,7220072
4
- cmeel.prefix/lib/python3.8/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.8/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.8/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.8/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=FzLehKjfadrLU3vAmSctkMtBFMa1P1HSNp25XQCkjo4,110
11
- placo-0.9.12.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.12.dist-info/RECORD,,
File without changes