placo 0.9.11__0-cp313-cp313-manylinux_2_28_x86_64.whl → 0.9.12__0-cp313-cp313-manylinux_2_28_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
@@ -3218,6 +3218,16 @@ class HumanoidParameters:
3218
3218
  """
3219
3219
  ...
3220
3220
 
3221
+ def ellipsoid_overlap_clip(
3222
+ self,
3223
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3224
+ step: numpy.ndarray, # Eigen::Vector3d
3225
+ ) -> numpy.ndarray:
3226
+ """
3227
+ Clips a step using ellipsoid and overlap avoidance.
3228
+ """
3229
+ ...
3230
+
3221
3231
  feet_spacing: float # double
3222
3232
  """
3223
3233
  Lateral spacing between feet [m].
@@ -3427,7 +3437,7 @@ class HumanoidRobot:
3427
3437
  """
3428
3438
  Computes all minimum distances between current collision pairs.
3429
3439
 
3430
- :return: <Element 'para' at 0x7fca611898f0>
3440
+ :return: <Element 'para' at 0x7ff0b8bff7e0>
3431
3441
  """
3432
3442
  ...
3433
3443
 
@@ -3459,7 +3469,7 @@ class HumanoidRobot:
3459
3469
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
3460
3470
 
3461
3471
  :param any frame: the frame for which we want the jacobian
3462
- :return: <Element 'para' at 0x7fca6118a570>
3472
+ :return: <Element 'para' at 0x7ff0b8c057b0>
3463
3473
  """
3464
3474
  ...
3465
3475
 
@@ -3472,7 +3482,7 @@ class HumanoidRobot:
3472
3482
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
3473
3483
 
3474
3484
  :param any frame: the frame for which we want the jacobian time variation
3475
- :return: <Element 'para' at 0x7fca6118bab0>
3485
+ :return: <Element 'para' at 0x7ff0b8c06fc0>
3476
3486
  """
3477
3487
  ...
3478
3488
 
@@ -3774,7 +3784,7 @@ class HumanoidRobot:
3774
3784
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
3775
3785
 
3776
3786
  :param bool stop_at_first: whether to stop at the first collision found
3777
- :return: <Element 'para' at 0x7fca61189170>
3787
+ :return: <Element 'para' at 0x7ff0b8bff920>
3778
3788
  """
3779
3789
  ...
3780
3790
 
@@ -6170,7 +6180,7 @@ class RobotWrapper:
6170
6180
  """
6171
6181
  Computes all minimum distances between current collision pairs.
6172
6182
 
6173
- :return: <Element 'para' at 0x7fca61157c90>
6183
+ :return: <Element 'para' at 0x7ff0b8c04810>
6174
6184
  """
6175
6185
  ...
6176
6186
 
@@ -6183,7 +6193,7 @@ class RobotWrapper:
6183
6193
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
6184
6194
 
6185
6195
  :param any frame: the frame for which we want the jacobian
6186
- :return: <Element 'para' at 0x7fca61156890>
6196
+ :return: <Element 'para' at 0x7ff0b8c05260>
6187
6197
  """
6188
6198
  ...
6189
6199
 
@@ -6196,7 +6206,7 @@ class RobotWrapper:
6196
6206
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
6197
6207
 
6198
6208
  :param any frame: the frame for which we want the jacobian time variation
6199
- :return: <Element 'para' at 0x7fca61126de0>
6209
+ :return: <Element 'para' at 0x7ff0b8c06930>
6200
6210
  """
6201
6211
  ...
6202
6212
 
@@ -6430,7 +6440,7 @@ class RobotWrapper:
6430
6440
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
6431
6441
 
6432
6442
  :param bool stop_at_first: whether to stop at the first collision found
6433
- :return: <Element 'para' at 0x7fca61154c20>
6443
+ :return: <Element 'para' at 0x7ff0b8c04090>
6434
6444
  """
6435
6445
  ...
6436
6446
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.11
3
+ Version: 0.9.12
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.so,sha256=4_OyHe5M_uyQCCLHqE2aPNNr3kQUZmCuG9IoAQk5kmI,1999920
2
+ cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=FFC-IrfnRbZn2o6ZUIBuxZxibS8VZzCc9YedfkWldM8,160241
3
+ cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=dk2CT8jtfGOcrqInfYXL0lQjgMMFAmfqUjWhTfjQKMU,8605736
4
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.13/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=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
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.so,sha256=poh-ra4J5Jylz5patuN_ZB_j_KKTvaGLHrkJHnRLQRk,1995520
2
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=Qfl5TW3FIhcM43Swbml8T-eoTUUoFHfNkq2GiRR9Xxg,159993
3
- cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=vYPKig5o2Lmnt_oVNkQ6j_smirD0V43-oG5JMcmseGM,8595320
4
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.13/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=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
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