placo 0.9.11__0-cp310-cp310-macosx_10_9_x86_64.whl → 0.9.13__0-cp310-cp310-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,25 @@ 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
+
3296
3315
  dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
3297
3316
 
3298
3317
  def double_support_duration(
@@ -3329,7 +3348,17 @@ class HumanoidParameters:
3329
3348
  step: numpy.ndarray, # Eigen::Vector3d
3330
3349
  ) -> numpy.ndarray:
3331
3350
  """
3332
- Applies the ellipsoid clipping to a given step size (dx, dy, dtheta)
3351
+ Applies the ellipsoid (L2) clipping to a given step size (dx, dy, dtheta)
3352
+ """
3353
+ ...
3354
+
3355
+ def ellipsoid_overlap_clip(
3356
+ self,
3357
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3358
+ step: numpy.ndarray, # Eigen::Vector3d
3359
+ ) -> numpy.ndarray:
3360
+ """
3361
+ Clips a step using ellipsoid and overlap avoidance.
3333
3362
  """
3334
3363
  ...
3335
3364
 
@@ -3543,7 +3572,7 @@ class HumanoidRobot:
3543
3572
  """
3544
3573
  Computes all minimum distances between current collision pairs.
3545
3574
 
3546
- :return: <Element 'para' at 0x110a57100>
3575
+ :return: <Element 'para' at 0x109420950>
3547
3576
  """
3548
3577
  ...
3549
3578
 
@@ -3576,7 +3605,7 @@ class HumanoidRobot:
3576
3605
 
3577
3606
  :param any frame: the frame for which we want the jacobian
3578
3607
 
3579
- :return: <Element 'para' at 0x110b67010>
3608
+ :return: <Element 'para' at 0x109421d50>
3580
3609
  """
3581
3610
  ...
3582
3611
 
@@ -3590,7 +3619,7 @@ class HumanoidRobot:
3590
3619
 
3591
3620
  :param any frame: the frame for which we want the jacobian time variation
3592
3621
 
3593
- :return: <Element 'para' at 0x110c88860>
3622
+ :return: <Element 'para' at 0x109506160>
3594
3623
  """
3595
3624
  ...
3596
3625
 
@@ -3898,7 +3927,7 @@ class HumanoidRobot:
3898
3927
 
3899
3928
  :param bool stop_at_first: whether to stop at the first collision found
3900
3929
 
3901
- :return: <Element 'para' at 0x110a56750>
3930
+ :return: <Element 'para' at 0x1094303b0>
3902
3931
  """
3903
3932
  ...
3904
3933
 
@@ -6370,7 +6399,7 @@ class RobotWrapper:
6370
6399
  """
6371
6400
  Computes all minimum distances between current collision pairs.
6372
6401
 
6373
- :return: <Element 'para' at 0x110aa0c70>
6402
+ :return: <Element 'para' at 0x10943cd60>
6374
6403
  """
6375
6404
  ...
6376
6405
 
@@ -6384,7 +6413,7 @@ class RobotWrapper:
6384
6413
 
6385
6414
  :param any frame: the frame for which we want the jacobian
6386
6415
 
6387
- :return: <Element 'para' at 0x110aa1760>
6416
+ :return: <Element 'para' at 0x10943d850>
6388
6417
  """
6389
6418
  ...
6390
6419
 
@@ -6398,7 +6427,7 @@ class RobotWrapper:
6398
6427
 
6399
6428
  :param any frame: the frame for which we want the jacobian time variation
6400
6429
 
6401
- :return: <Element 'para' at 0x110aa3150>
6430
+ :return: <Element 'para' at 0x10943f240>
6402
6431
  """
6403
6432
  ...
6404
6433
 
@@ -6635,7 +6664,7 @@ class RobotWrapper:
6635
6664
 
6636
6665
  :param bool stop_at_first: whether to stop at the first collision found
6637
6666
 
6638
- :return: <Element 'para' at 0x110aa0540>
6667
+ :return: <Element 'para' at 0x10943c630>
6639
6668
  """
6640
6669
  ...
6641
6670
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.11
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=knobxjNfgnMQNI0sONDqvTKQ41pse2dLNqeXeZq-AB0,1707608
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=ygcKrxS0Uno17P_-zrZuHVdKt7THZ57l3KWMdzR3wAw,162421
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=jUcb9dYDLr7a8hWr8N07gIOWg_0CzVRSkm-85HpTl6o,7220768
4
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.10/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=APmVEh1L_55UCtY5TQhEj2dpYCuDyHQ2_u87TOsUIRk,112
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=5qOaPcT-tnDDaZsGeagRjMc18WYgq9aNy0RRaohqjUA,1706712
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=4aC82I8DN15q6yojl5dJq7PTJNvyEALKBtsrL9ccIrY,161738
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=EfWuNkUPQ1VnhK_JTAk7ytG5Fw-JW4rniAikQHIiTJQ,7216480
4
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
- placo-0.9.11.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.9.11.dist-info/METADATA,sha256=0K25RC_P7oh7mthpw4jmB7k8tANO-4CxmcPcaMiqyNg,2623
10
- placo-0.9.11.dist-info/WHEEL,sha256=APmVEh1L_55UCtY5TQhEj2dpYCuDyHQ2_u87TOsUIRk,112
11
- placo-0.9.11.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.11.dist-info/RECORD,,
File without changes