placo 0.9.12__0-cp311-cp311-macosx_10_9_x86_64.whl → 0.9.14__0-cp311-cp311-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
@@ -3293,6 +3293,44 @@ class HumanoidParameters:
3293
3293
  ) -> None:
3294
3294
  ...
3295
3295
 
3296
+ def box_clip(
3297
+ self,
3298
+ step: numpy.ndarray, # Eigen::Vector3d
3299
+ ) -> numpy.ndarray:
3300
+ """
3301
+ Applies the box clipping (L1) to a given step size (dx, dy, dtheta)
3302
+ """
3303
+ ...
3304
+
3305
+ def box_overlap_clip(
3306
+ self,
3307
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3308
+ step: numpy.ndarray, # Eigen::Vector3d
3309
+ ) -> numpy.ndarray:
3310
+ """
3311
+ Clips a step using ellipsoid and overlap avoidance.
3312
+ """
3313
+ ...
3314
+
3315
+ def conic_clip(
3316
+ self,
3317
+ step: numpy.ndarray, # Eigen::Vector3d
3318
+ ) -> numpy.ndarray:
3319
+ """
3320
+ Applies the conic clipping to a given step size (dx, dy, dtheta)
3321
+ """
3322
+ ...
3323
+
3324
+ def conic_overlap_clip(
3325
+ self,
3326
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3327
+ step: numpy.ndarray, # Eigen::Vector3d
3328
+ ) -> numpy.ndarray:
3329
+ """
3330
+ Clips a step using ellipsoid and overlap avoidance.
3331
+ """
3332
+ ...
3333
+
3296
3334
  dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
3297
3335
 
3298
3336
  def double_support_duration(
@@ -3329,7 +3367,7 @@ class HumanoidParameters:
3329
3367
  step: numpy.ndarray, # Eigen::Vector3d
3330
3368
  ) -> numpy.ndarray:
3331
3369
  """
3332
- Applies the ellipsoid clipping to a given step size (dx, dy, dtheta)
3370
+ Applies the ellipsoid (L2) clipping to a given step size (dx, dy, dtheta)
3333
3371
  """
3334
3372
  ...
3335
3373
 
@@ -3553,7 +3591,7 @@ class HumanoidRobot:
3553
3591
  """
3554
3592
  Computes all minimum distances between current collision pairs.
3555
3593
 
3556
- :return: <Element 'para' at 0x10ec1b560>
3594
+ :return: <Element 'para' at 0x10e7ba0c0>
3557
3595
  """
3558
3596
  ...
3559
3597
 
@@ -3586,7 +3624,7 @@ class HumanoidRobot:
3586
3624
 
3587
3625
  :param any frame: the frame for which we want the jacobian
3588
3626
 
3589
- :return: <Element 'para' at 0x10ec19940>
3627
+ :return: <Element 'para' at 0x10e7b8630>
3590
3628
  """
3591
3629
  ...
3592
3630
 
@@ -3600,7 +3638,7 @@ class HumanoidRobot:
3600
3638
 
3601
3639
  :param any frame: the frame for which we want the jacobian time variation
3602
3640
 
3603
- :return: <Element 'para' at 0x10ec42d40>
3641
+ :return: <Element 'para' at 0x10de8b1a0>
3604
3642
  """
3605
3643
  ...
3606
3644
 
@@ -3908,7 +3946,7 @@ class HumanoidRobot:
3908
3946
 
3909
3947
  :param bool stop_at_first: whether to stop at the first collision found
3910
3948
 
3911
- :return: <Element 'para' at 0x10ec1a700>
3949
+ :return: <Element 'para' at 0x10e7ba7a0>
3912
3950
  """
3913
3951
  ...
3914
3952
 
@@ -6380,7 +6418,7 @@ class RobotWrapper:
6380
6418
  """
6381
6419
  Computes all minimum distances between current collision pairs.
6382
6420
 
6383
- :return: <Element 'para' at 0x10ec26480>
6421
+ :return: <Element 'para' at 0x10de4e5c0>
6384
6422
  """
6385
6423
  ...
6386
6424
 
@@ -6394,7 +6432,7 @@ class RobotWrapper:
6394
6432
 
6395
6433
  :param any frame: the frame for which we want the jacobian
6396
6434
 
6397
- :return: <Element 'para' at 0x10ec26f70>
6435
+ :return: <Element 'para' at 0x10de4f0b0>
6398
6436
  """
6399
6437
  ...
6400
6438
 
@@ -6408,7 +6446,7 @@ class RobotWrapper:
6408
6446
 
6409
6447
  :param any frame: the frame for which we want the jacobian time variation
6410
6448
 
6411
- :return: <Element 'para' at 0x10ec349a0>
6449
+ :return: <Element 'para' at 0x10de5cae0>
6412
6450
  """
6413
6451
  ...
6414
6452
 
@@ -6645,7 +6683,7 @@ class RobotWrapper:
6645
6683
 
6646
6684
  :param bool stop_at_first: whether to stop at the first collision found
6647
6685
 
6648
- :return: <Element 'para' at 0x10ec25d50>
6686
+ :return: <Element 'para' at 0x10de4de90>
6649
6687
  """
6650
6688
  ...
6651
6689
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.12
3
+ Version: 0.9.14
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=6FqtU_YxPiaEVt_rFYxoIqKeKsoAWK_MPwL9cm_XsjI,1708064
2
+ cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=IKLJbYNzRZdk1wY-tT3aPli-movioY3StI9Cz_XAzEo,162852
3
+ cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=ZbAgZgblIQWv1G0noVK4inUQ1BmCpY8sr8yMDu6On_g,7221240
4
+ cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.11/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
+ placo-0.9.14.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.14.dist-info/METADATA,sha256=_3wZKUF837Ia-4AHbVGMUayxVIFodnLIeQMiA2fJqFE,2623
10
+ placo-0.9.14.dist-info/WHEEL,sha256=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
11
+ placo-0.9.14.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.14.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=34KBzWOOCxtqey8KVvtcGzra2tjDIeyA1NVgm1TQwFY,1706992
2
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=JKTbmYheCd6MQD7YyAP3azrdYiH5_sJTzh18bDVL7bk,161986
3
- cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=Rle-_W4ieECq9AMAnyXOVCDS8-903dcRJPngFbTVtw8,7220232
4
- cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.11/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=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
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