placo 0.9.10__0-cp310-cp310-macosx_11_0_arm64.whl → 0.9.11__0-cp310-cp310-macosx_11_0_arm64.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.dylib +0 -0
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi +8 -8
- cmeel.prefix/lib/python3.10/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
|
Binary file
|
|
@@ -3543,7 +3543,7 @@ class HumanoidRobot:
|
|
|
3543
3543
|
"""
|
|
3544
3544
|
Computes all minimum distances between current collision pairs.
|
|
3545
3545
|
|
|
3546
|
-
:return: <Element 'para' at
|
|
3546
|
+
:return: <Element 'para' at 0x1034676a0>
|
|
3547
3547
|
"""
|
|
3548
3548
|
...
|
|
3549
3549
|
|
|
@@ -3576,7 +3576,7 @@ class HumanoidRobot:
|
|
|
3576
3576
|
|
|
3577
3577
|
:param any frame: the frame for which we want the jacobian
|
|
3578
3578
|
|
|
3579
|
-
:return: <Element 'para' at
|
|
3579
|
+
:return: <Element 'para' at 0x103467970>
|
|
3580
3580
|
"""
|
|
3581
3581
|
...
|
|
3582
3582
|
|
|
@@ -3590,7 +3590,7 @@ class HumanoidRobot:
|
|
|
3590
3590
|
|
|
3591
3591
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3592
3592
|
|
|
3593
|
-
:return: <Element 'para' at
|
|
3593
|
+
:return: <Element 'para' at 0x1035498f0>
|
|
3594
3594
|
"""
|
|
3595
3595
|
...
|
|
3596
3596
|
|
|
@@ -3898,7 +3898,7 @@ class HumanoidRobot:
|
|
|
3898
3898
|
|
|
3899
3899
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3900
3900
|
|
|
3901
|
-
:return: <Element 'para' at
|
|
3901
|
+
:return: <Element 'para' at 0x103464450>
|
|
3902
3902
|
"""
|
|
3903
3903
|
...
|
|
3904
3904
|
|
|
@@ -6370,7 +6370,7 @@ class RobotWrapper:
|
|
|
6370
6370
|
"""
|
|
6371
6371
|
Computes all minimum distances between current collision pairs.
|
|
6372
6372
|
|
|
6373
|
-
:return: <Element 'para' at
|
|
6373
|
+
:return: <Element 'para' at 0x103445170>
|
|
6374
6374
|
"""
|
|
6375
6375
|
...
|
|
6376
6376
|
|
|
@@ -6384,7 +6384,7 @@ class RobotWrapper:
|
|
|
6384
6384
|
|
|
6385
6385
|
:param any frame: the frame for which we want the jacobian
|
|
6386
6386
|
|
|
6387
|
-
:return: <Element 'para' at
|
|
6387
|
+
:return: <Element 'para' at 0x103445c60>
|
|
6388
6388
|
"""
|
|
6389
6389
|
...
|
|
6390
6390
|
|
|
@@ -6398,7 +6398,7 @@ class RobotWrapper:
|
|
|
6398
6398
|
|
|
6399
6399
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6400
6400
|
|
|
6401
|
-
:return: <Element 'para' at
|
|
6401
|
+
:return: <Element 'para' at 0x103447650>
|
|
6402
6402
|
"""
|
|
6403
6403
|
...
|
|
6404
6404
|
|
|
@@ -6635,7 +6635,7 @@ class RobotWrapper:
|
|
|
6635
6635
|
|
|
6636
6636
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6637
6637
|
|
|
6638
|
-
:return: <Element 'para' at
|
|
6638
|
+
:return: <Element 'para' at 0x103444a40>
|
|
6639
6639
|
"""
|
|
6640
6640
|
...
|
|
6641
6641
|
|
|
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.dylib,sha256=6yK3ssjXj44NlhfU6hZLIU4hwnbtJIj2R9MlqRAU_Mc,1400528
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=ZXjCz3KqH9LpU5mcsOYB76zYzvib69xMWT1bGFoVFJ4,161738
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=WVWJDHfQhkWCVDW4JdyPabIwm_7YWW6UNnM4qmF_Vrg,6785864
|
|
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=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
|
|
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.dylib,sha256=6n7DmUfjTbwa_O4nVJT-MNAXVtb-PWuSMe3ZUI1qSBM,1505744
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=KUb2MAieQO6ZqpWWHAz9YAHrKybPgu2XVy_YgQcE8KQ,161738
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=E2WBCBpihWk0sTszTU2S72-f8sOju_PYLOk1ITrBIjY,6791864
|
|
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.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=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
|
|
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
|