placo 0.9.3__0-cp311-cp311-manylinux_2_28_x86_64.whl → 0.9.4__0-cp311-cp311-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.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi +14 -11
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/METADATA +3 -3
- placo-0.9.4.dist-info/RECORD +12 -0
- placo-0.9.3.dist-info/RECORD +0 -12
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/WHEEL +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.3.dist-info → placo-0.9.4.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3488,9 +3488,10 @@ class FootstepsPlanner:
|
|
|
3488
3488
|
"""
|
|
3489
3489
|
...
|
|
3490
3490
|
|
|
3491
|
-
def
|
|
3491
|
+
def truncate_supports(
|
|
3492
3492
|
arg1: Supports,
|
|
3493
3493
|
arg2: int,
|
|
3494
|
+
arg3: bool,
|
|
3494
3495
|
) -> Supports:
|
|
3495
3496
|
...
|
|
3496
3497
|
|
|
@@ -3560,9 +3561,10 @@ class FootstepsPlannerNaive:
|
|
|
3560
3561
|
"""
|
|
3561
3562
|
...
|
|
3562
3563
|
|
|
3563
|
-
def
|
|
3564
|
+
def truncate_supports(
|
|
3564
3565
|
arg1: Supports,
|
|
3565
3566
|
arg2: int,
|
|
3567
|
+
arg3: bool,
|
|
3566
3568
|
) -> Supports:
|
|
3567
3569
|
...
|
|
3568
3570
|
|
|
@@ -3636,9 +3638,10 @@ class FootstepsPlannerRepetitive:
|
|
|
3636
3638
|
"""
|
|
3637
3639
|
...
|
|
3638
3640
|
|
|
3639
|
-
def
|
|
3641
|
+
def truncate_supports(
|
|
3640
3642
|
arg1: Supports,
|
|
3641
3643
|
arg2: int,
|
|
3644
|
+
arg3: bool,
|
|
3642
3645
|
) -> Supports:
|
|
3643
3646
|
...
|
|
3644
3647
|
|
|
@@ -4157,7 +4160,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4157
4160
|
"""
|
|
4158
4161
|
Computes all minimum distances between current collision pairs.
|
|
4159
4162
|
|
|
4160
|
-
:return: <Element 'para' at
|
|
4163
|
+
:return: <Element 'para' at 0x7f61915f9620>
|
|
4161
4164
|
"""
|
|
4162
4165
|
...
|
|
4163
4166
|
|
|
@@ -4189,7 +4192,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4189
4192
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4190
4193
|
|
|
4191
4194
|
:param any frame: the frame for which we want the jacobian
|
|
4192
|
-
:return: <Element 'para' at
|
|
4195
|
+
:return: <Element 'para' at 0x7f61915fa750>
|
|
4193
4196
|
"""
|
|
4194
4197
|
...
|
|
4195
4198
|
|
|
@@ -4202,7 +4205,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4202
4205
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4203
4206
|
|
|
4204
4207
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4205
|
-
:return: <Element 'para' at
|
|
4208
|
+
:return: <Element 'para' at 0x7f61915e3830>
|
|
4206
4209
|
"""
|
|
4207
4210
|
...
|
|
4208
4211
|
|
|
@@ -4508,7 +4511,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4508
4511
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4509
4512
|
|
|
4510
4513
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4511
|
-
:return: <Element 'para' at
|
|
4514
|
+
:return: <Element 'para' at 0x7f61915f9210>
|
|
4512
4515
|
"""
|
|
4513
4516
|
...
|
|
4514
4517
|
|
|
@@ -7366,7 +7369,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7366
7369
|
"""
|
|
7367
7370
|
Computes all minimum distances between current collision pairs.
|
|
7368
7371
|
|
|
7369
|
-
:return: <Element 'para' at
|
|
7372
|
+
:return: <Element 'para' at 0x7f6191636840>
|
|
7370
7373
|
"""
|
|
7371
7374
|
...
|
|
7372
7375
|
|
|
@@ -7379,7 +7382,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7379
7382
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7380
7383
|
|
|
7381
7384
|
:param any frame: the frame for which we want the jacobian
|
|
7382
|
-
:return: <Element 'para' at
|
|
7385
|
+
:return: <Element 'para' at 0x7f6191636890>
|
|
7383
7386
|
"""
|
|
7384
7387
|
...
|
|
7385
7388
|
|
|
@@ -7392,7 +7395,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7392
7395
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7393
7396
|
|
|
7394
7397
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7395
|
-
:return: <Element 'para' at
|
|
7398
|
+
:return: <Element 'para' at 0x7f6191637650>
|
|
7396
7399
|
"""
|
|
7397
7400
|
...
|
|
7398
7401
|
|
|
@@ -7630,7 +7633,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7630
7633
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7631
7634
|
|
|
7632
7635
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7633
|
-
:return: <Element 'para' at
|
|
7636
|
+
:return: <Element 'para' at 0x7f6191637330>
|
|
7634
7637
|
"""
|
|
7635
7638
|
...
|
|
7636
7639
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
5
|
Requires-Python: >= 3.9
|
|
6
6
|
License-Expression: MIT
|
|
@@ -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.7.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.7.0 ; extra == "build"
|
|
20
20
|
Requires-Dist: doxystub >= 0.0.13 ; 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=wXhXoy9371ax9PdKK_rfMDupsidM6KcY_foStsyuJSs,2106144
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=U7TJ7hvSORPcdmvf99oTvZK_RrbIvYbTw8rU8kW2wgQ,196676
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=sYXibJ3rQoFMhGiysA2Cga9vdwOA9DloGTlV1oz3M1c,8460864
|
|
4
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.11/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.9.4.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.4.dist-info/METADATA,sha256=vb4ibUMVg2bNQzde1RsUzBy7pgahnehX8BQZc_o_6bo,2628
|
|
10
|
+
placo-0.9.4.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
+
placo-0.9.4.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.4.dist-info/RECORD,,
|
placo-0.9.3.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=OknCgzJ8_UR_QIoP2jW7dmz2wmVmnF6B2agbXASVU0c,2106144
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=_75rgXykEYLXo1NwaeNmHIsyBNOsonVGIVL-DUG4mHk,196616
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=mWgaSVxYxDNS-oviJ1oiW_aNRs9Gpcy-AU6K3WHpY0s,8455784
|
|
4
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.11/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.9.3.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.3.dist-info/METADATA,sha256=DBHbwi-DvN5P7To0NuwzxiSbQaXooNpDsGhILdWciog,2620
|
|
10
|
-
placo-0.9.3.dist-info/WHEEL,sha256=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
-
placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|