placo 0.9.10__0-cp39-cp39-manylinux_2_28_aarch64.whl → 0.9.12__0-cp39-cp39-manylinux_2_28_aarch64.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
@@ -3210,6 +3210,16 @@ class HumanoidParameters:
3210
3210
  """
3211
3211
  ...
3212
3212
 
3213
+ def ellipsoid_overlap_clip(
3214
+ self,
3215
+ support_side: any, # placo::humanoid::HumanoidRobot::Side
3216
+ step: numpy.ndarray, # Eigen::Vector3d
3217
+ ) -> numpy.ndarray:
3218
+ """
3219
+ Clips a step using ellipsoid and overlap avoidance.
3220
+ """
3221
+ ...
3222
+
3213
3223
  feet_spacing: float # double
3214
3224
  """
3215
3225
  Lateral spacing between feet [m].
@@ -3419,7 +3429,7 @@ class HumanoidRobot:
3419
3429
  """
3420
3430
  Computes all minimum distances between current collision pairs.
3421
3431
 
3422
- :return: <Element 'para' at 0xff301c15a130>
3432
+ :return: <Element 'para' at 0xff685be50090>
3423
3433
  """
3424
3434
  ...
3425
3435
 
@@ -3451,7 +3461,7 @@ class HumanoidRobot:
3451
3461
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
3452
3462
 
3453
3463
  :param any frame: the frame for which we want the jacobian
3454
- :return: <Element 'para' at 0xff301c153c20>
3464
+ :return: <Element 'para' at 0xff685be857c0>
3455
3465
  """
3456
3466
  ...
3457
3467
 
@@ -3464,7 +3474,7 @@ class HumanoidRobot:
3464
3474
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
3465
3475
 
3466
3476
  :param any frame: the frame for which we want the jacobian time variation
3467
- :return: <Element 'para' at 0xff301c160e00>
3477
+ :return: <Element 'para' at 0xff685be66770>
3468
3478
  """
3469
3479
  ...
3470
3480
 
@@ -3766,7 +3776,7 @@ class HumanoidRobot:
3766
3776
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
3767
3777
 
3768
3778
  :param bool stop_at_first: whether to stop at the first collision found
3769
- :return: <Element 'para' at 0xff301c15ae00>
3779
+ :return: <Element 'para' at 0xff685be508b0>
3770
3780
  """
3771
3781
  ...
3772
3782
 
@@ -6154,7 +6164,7 @@ class RobotWrapper:
6154
6164
  """
6155
6165
  Computes all minimum distances between current collision pairs.
6156
6166
 
6157
- :return: <Element 'para' at 0xff301c1705e0>
6167
+ :return: <Element 'para' at 0xff685be40590>
6158
6168
  """
6159
6169
  ...
6160
6170
 
@@ -6167,7 +6177,7 @@ class RobotWrapper:
6167
6177
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
6168
6178
 
6169
6179
  :param any frame: the frame for which we want the jacobian
6170
- :return: <Element 'para' at 0xff301c16f860>
6180
+ :return: <Element 'para' at 0xff685be36e00>
6171
6181
  """
6172
6182
  ...
6173
6183
 
@@ -6180,7 +6190,7 @@ class RobotWrapper:
6180
6190
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
6181
6191
 
6182
6192
  :param any frame: the frame for which we want the jacobian time variation
6183
- :return: <Element 'para' at 0xff301c169180>
6193
+ :return: <Element 'para' at 0xff685bde8450>
6184
6194
  """
6185
6195
  ...
6186
6196
 
@@ -6414,7 +6424,7 @@ class RobotWrapper:
6414
6424
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
6415
6425
 
6416
6426
  :param bool stop_at_first: whether to stop at the first collision found
6417
- :return: <Element 'para' at 0xff301c170180>
6427
+ :return: <Element 'para' at 0xff685be40450>
6418
6428
  """
6419
6429
  ...
6420
6430
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.10
3
+ Version: 0.9.12
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
- Requires-Python: >= 3.9
5
+ Requires-Python: >= 3.8
6
6
  License-Expression: MIT
7
7
  License-File: LICENSE
8
8
  Author-email: Rhoban team <team@rhoban.com>
@@ -11,12 +11,12 @@ Home-page: https://placo.readthedocs.io/en/latest/
11
11
  Project-URL: Repository, https://github.com/rhoban/placo.git
12
12
  Requires-Dist: cmeel
13
13
  Requires-Dist: eiquadprog >= 1.2.6, < 2
14
- Requires-Dist: pin == 3.7.0
14
+ Requires-Dist: pin==3.4.0
15
15
  Requires-Dist: rhoban-cmeel-jsoncpp
16
16
  Requires-Dist: meshcat
17
17
  Requires-Dist: ischedule
18
18
  Provides-Extra: build
19
- Requires-Dist: pin[build] == 3.7.0 ; extra == "build"
19
+ Requires-Dist: pin[build]==3.4.0 ; extra == "build"
20
20
  Requires-Dist: doxystub >= 0.1.7 ; extra == "build"
21
21
  Requires-Dist: cmake<4 ; extra == "build"
22
22
  Description-Content-Type: text/markdown
@@ -0,0 +1,12 @@
1
+ cmeel.prefix/lib/liblibplaco.so,sha256=cq8DiFiKiCV4Il1-F1hpVnNRXzQv50vOKYgteYisips,1711304
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=5_1atXjW9MAXEH-w1RngvUmZAZxG6BhugFvNOmGAPhE,160087
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=hEIbq6TPpb3qaShmEqT8HP2oT-Xas4volw8eLBzoTyY,8963168
4
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.9/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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
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=_04du50N9NH_wprYi5L8hj8okR3VEPygiDUbv46WJMA,1809272
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=RDVh5xWUyMME-CvVn3JC9YtIc_I4sQehqJMe1xwii6Q,159839
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=fmy0mA-oyWd4A8ohUfuSHOojJBIra4a0pvh4lZdFqkk,8963688
4
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.9/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
- placo-0.9.10.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.9.10.dist-info/METADATA,sha256=XkUQkLksX-iRiGBMR8bzr1JachjV0YrmpFjN0i5Pe5g,2628
10
- placo-0.9.10.dist-info/WHEEL,sha256=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
11
- placo-0.9.10.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.10.dist-info/RECORD,,
File without changes