placo 0.9.10__0-cp313-cp313-manylinux_2_28_aarch64.whl → 0.9.11__0-cp313-cp313-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.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi +8 -8
- cmeel.prefix/lib/python3.13/site-packages/placo.so +0 -0
- {placo-0.9.10.dist-info → placo-0.9.11.dist-info}/METADATA +4 -4
- placo-0.9.11.dist-info/RECORD +12 -0
- placo-0.9.10.dist-info/RECORD +0 -12
- {placo-0.9.10.dist-info → placo-0.9.11.dist-info}/WHEEL +0 -0
- {placo-0.9.10.dist-info → placo-0.9.11.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.10.dist-info → placo-0.9.11.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3427,7 +3427,7 @@ class HumanoidRobot:
|
|
|
3427
3427
|
"""
|
|
3428
3428
|
Computes all minimum distances between current collision pairs.
|
|
3429
3429
|
|
|
3430
|
-
:return: <Element 'para' at
|
|
3430
|
+
:return: <Element 'para' at 0xff45b66ed800>
|
|
3431
3431
|
"""
|
|
3432
3432
|
...
|
|
3433
3433
|
|
|
@@ -3459,7 +3459,7 @@ class HumanoidRobot:
|
|
|
3459
3459
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3460
3460
|
|
|
3461
3461
|
:param any frame: the frame for which we want the jacobian
|
|
3462
|
-
:return: <Element 'para' at
|
|
3462
|
+
:return: <Element 'para' at 0xff45b66eff60>
|
|
3463
3463
|
"""
|
|
3464
3464
|
...
|
|
3465
3465
|
|
|
@@ -3472,7 +3472,7 @@ class HumanoidRobot:
|
|
|
3472
3472
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3473
3473
|
|
|
3474
3474
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3475
|
-
:return: <Element 'para' at
|
|
3475
|
+
:return: <Element 'para' at 0xff45b66f9990>
|
|
3476
3476
|
"""
|
|
3477
3477
|
...
|
|
3478
3478
|
|
|
@@ -3774,7 +3774,7 @@ class HumanoidRobot:
|
|
|
3774
3774
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3775
3775
|
|
|
3776
3776
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3777
|
-
:return: <Element 'para' at
|
|
3777
|
+
:return: <Element 'para' at 0xff45b66ede90>
|
|
3778
3778
|
"""
|
|
3779
3779
|
...
|
|
3780
3780
|
|
|
@@ -6170,7 +6170,7 @@ class RobotWrapper:
|
|
|
6170
6170
|
"""
|
|
6171
6171
|
Computes all minimum distances between current collision pairs.
|
|
6172
6172
|
|
|
6173
|
-
:return: <Element 'para' at
|
|
6173
|
+
:return: <Element 'para' at 0xff45b66ff970>
|
|
6174
6174
|
"""
|
|
6175
6175
|
...
|
|
6176
6176
|
|
|
@@ -6183,7 +6183,7 @@ class RobotWrapper:
|
|
|
6183
6183
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6184
6184
|
|
|
6185
6185
|
:param any frame: the frame for which we want the jacobian
|
|
6186
|
-
:return: <Element 'para' at
|
|
6186
|
+
:return: <Element 'para' at 0xff45b66fec00>
|
|
6187
6187
|
"""
|
|
6188
6188
|
...
|
|
6189
6189
|
|
|
@@ -6196,7 +6196,7 @@ class RobotWrapper:
|
|
|
6196
6196
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6197
6197
|
|
|
6198
6198
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6199
|
-
:return: <Element 'para' at
|
|
6199
|
+
:return: <Element 'para' at 0xff45b66fc4f0>
|
|
6200
6200
|
"""
|
|
6201
6201
|
...
|
|
6202
6202
|
|
|
@@ -6430,7 +6430,7 @@ class RobotWrapper:
|
|
|
6430
6430
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6431
6431
|
|
|
6432
6432
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6433
|
-
:return: <Element 'para' at
|
|
6433
|
+
:return: <Element 'para' at 0xff45b66ffe70>
|
|
6434
6434
|
"""
|
|
6435
6435
|
...
|
|
6436
6436
|
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.11
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
|
-
Requires-Python: >= 3.
|
|
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
|
|
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]
|
|
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=hB9yfCJQMigAHceiJobQsQ_HSvLRZCfK0VJnvQkM6oE,1711128
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=iDvyfxmZPSW2i4kiNIpv1rB0GQF9rGKC9kCtukDILgw,159993
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=01nOwEmTT5H_XYX3s_v9yyocHieVORKQd0pITVY5mMw,8887848
|
|
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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,116
|
|
11
|
+
placo-0.9.11.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.11.dist-info/RECORD,,
|
placo-0.9.10.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=rVqQBjj0Sr_iNb_5botYF80OJ54YHHFffTDdZGnqMDQ,1809272
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=qkangKc1P3oOZMbpCyZm0h7hDkuxj6cIefAtYZWEXlE,159993
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=ZmQJlzYj0CPIxkxW4G1-oJe4lY2goCwLpTNYn2_P04k,8890848
|
|
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.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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,116
|
|
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
|
|
File without changes
|
|
File without changes
|