placo 0.9.11__0-cp310-cp310-manylinux_2_28_x86_64.whl → 0.9.12__0-cp310-cp310-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
@@ -3214,6 +3214,16 @@ class HumanoidParameters:
3214
3214
  """
3215
3215
  ...
3216
3216
 
3217
+ def ellipsoid_overlap_clip(
3218
+ self,
3219
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3220
+ step: numpy.ndarray, # Eigen::Vector3d
3221
+ ) -> numpy.ndarray:
3222
+ """
3223
+ Clips a step using ellipsoid and overlap avoidance.
3224
+ """
3225
+ ...
3226
+
3217
3227
  feet_spacing: float # double
3218
3228
  """
3219
3229
  Lateral spacing between feet [m].
@@ -3423,7 +3433,7 @@ class HumanoidRobot:
3423
3433
  """
3424
3434
  Computes all minimum distances between current collision pairs.
3425
3435
 
3426
- :return: <Element 'para' at 0x7fe1d1cd7790>
3436
+ :return: <Element 'para' at 0x7fd4558b49f0>
3427
3437
  """
3428
3438
  ...
3429
3439
 
@@ -3455,7 +3465,7 @@ class HumanoidRobot:
3455
3465
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
3456
3466
 
3457
3467
  :param any frame: the frame for which we want the jacobian
3458
- :return: <Element 'para' at 0x7fe1d1b912b0>
3468
+ :return: <Element 'para' at 0x7fd4558b5490>
3459
3469
  """
3460
3470
  ...
3461
3471
 
@@ -3468,7 +3478,7 @@ class HumanoidRobot:
3468
3478
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
3469
3479
 
3470
3480
  :param any frame: the frame for which we want the jacobian time variation
3471
- :return: <Element 'para' at 0x7fe1d1b91c60>
3481
+ :return: <Element 'para' at 0x7fd4558b6de0>
3472
3482
  """
3473
3483
  ...
3474
3484
 
@@ -3770,7 +3780,7 @@ class HumanoidRobot:
3770
3780
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
3771
3781
 
3772
3782
  :param bool stop_at_first: whether to stop at the first collision found
3773
- :return: <Element 'para' at 0x7fe1d1cd71a0>
3783
+ :return: <Element 'para' at 0x7fd4558b4310>
3774
3784
  """
3775
3785
  ...
3776
3786
 
@@ -6162,7 +6172,7 @@ class RobotWrapper:
6162
6172
  """
6163
6173
  Computes all minimum distances between current collision pairs.
6164
6174
 
6165
- :return: <Element 'para' at 0x7fe1d1ceda30>
6175
+ :return: <Element 'para' at 0x7fd4557d0130>
6166
6176
  """
6167
6177
  ...
6168
6178
 
@@ -6175,7 +6185,7 @@ class RobotWrapper:
6175
6185
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
6176
6186
 
6177
6187
  :param any frame: the frame for which we want the jacobian
6178
- :return: <Element 'para' at 0x7fe1d1cee980>
6188
+ :return: <Element 'para' at 0x7fd4557d0bd0>
6179
6189
  """
6180
6190
  ...
6181
6191
 
@@ -6188,7 +6198,7 @@ class RobotWrapper:
6188
6198
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
6189
6199
 
6190
6200
  :param any frame: the frame for which we want the jacobian time variation
6191
- :return: <Element 'para' at 0x7fe1d1ced080>
6201
+ :return: <Element 'para' at 0x7fd4557d2520>
6192
6202
  """
6193
6203
  ...
6194
6204
 
@@ -6422,7 +6432,7 @@ class RobotWrapper:
6422
6432
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
6423
6433
 
6424
6434
  :param bool stop_at_first: whether to stop at the first collision found
6425
- :return: <Element 'para' at 0x7fe1d1ced170>
6435
+ :return: <Element 'para' at 0x7fd4557e3a10>
6426
6436
  """
6427
6437
  ...
6428
6438
 
@@ -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=2KKKZu5haWuaq1wZLk9cyNpGJ-1MBkltP_-yhv7OXGs,1999920
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=CQN9T2cVzGGLztOQIpoVHumEQbRCbP-ngkCNbGIHMI4,160163
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=4lO8aPH1fbSuzglw_tx-GiXnnqOW7_1AIIrcCCUzFbc,8627256
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.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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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=ekaVCSxLKj6UdDw1HPWjUXtsRl0wkuE3MHEKEfxOrZ8,1995520
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=qbDi-b3uCiah-rrfIxuYC1j676Jw0iNG8AiuuUoTT_o,159915
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=Rterqf6ea9ZfCevwbKC4lMtGHl4Xz-jKpt4KJdUrnC4,8625032
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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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