placo 0.9.3__0-cp39-cp39-manylinux_2_28_x86_64.whl → 0.9.4__0-cp39-cp39-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.9/site-packages/placo.pyi +14 -11
- cmeel.prefix/lib/python3.9/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
|
|
@@ -3484,9 +3484,10 @@ class FootstepsPlanner:
|
|
|
3484
3484
|
"""
|
|
3485
3485
|
...
|
|
3486
3486
|
|
|
3487
|
-
def
|
|
3487
|
+
def truncate_supports(
|
|
3488
3488
|
arg1: Supports,
|
|
3489
3489
|
arg2: int,
|
|
3490
|
+
arg3: bool,
|
|
3490
3491
|
) -> Supports:
|
|
3491
3492
|
...
|
|
3492
3493
|
|
|
@@ -3556,9 +3557,10 @@ class FootstepsPlannerNaive:
|
|
|
3556
3557
|
"""
|
|
3557
3558
|
...
|
|
3558
3559
|
|
|
3559
|
-
def
|
|
3560
|
+
def truncate_supports(
|
|
3560
3561
|
arg1: Supports,
|
|
3561
3562
|
arg2: int,
|
|
3563
|
+
arg3: bool,
|
|
3562
3564
|
) -> Supports:
|
|
3563
3565
|
...
|
|
3564
3566
|
|
|
@@ -3632,9 +3634,10 @@ class FootstepsPlannerRepetitive:
|
|
|
3632
3634
|
"""
|
|
3633
3635
|
...
|
|
3634
3636
|
|
|
3635
|
-
def
|
|
3637
|
+
def truncate_supports(
|
|
3636
3638
|
arg1: Supports,
|
|
3637
3639
|
arg2: int,
|
|
3640
|
+
arg3: bool,
|
|
3638
3641
|
) -> Supports:
|
|
3639
3642
|
...
|
|
3640
3643
|
|
|
@@ -4153,7 +4156,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4153
4156
|
"""
|
|
4154
4157
|
Computes all minimum distances between current collision pairs.
|
|
4155
4158
|
|
|
4156
|
-
:return: <Element 'para' at
|
|
4159
|
+
:return: <Element 'para' at 0x7ffb8e464860>
|
|
4157
4160
|
"""
|
|
4158
4161
|
...
|
|
4159
4162
|
|
|
@@ -4185,7 +4188,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4185
4188
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4186
4189
|
|
|
4187
4190
|
:param any frame: the frame for which we want the jacobian
|
|
4188
|
-
:return: <Element 'para' at
|
|
4191
|
+
:return: <Element 'para' at 0x7ffb8e3ea360>
|
|
4189
4192
|
"""
|
|
4190
4193
|
...
|
|
4191
4194
|
|
|
@@ -4198,7 +4201,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4198
4201
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4199
4202
|
|
|
4200
4203
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4201
|
-
:return: <Element 'para' at
|
|
4204
|
+
:return: <Element 'para' at 0x7ffb8e3e7360>
|
|
4202
4205
|
"""
|
|
4203
4206
|
...
|
|
4204
4207
|
|
|
@@ -4504,7 +4507,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4504
4507
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4505
4508
|
|
|
4506
4509
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4507
|
-
:return: <Element 'para' at
|
|
4510
|
+
:return: <Element 'para' at 0x7ffb8e464180>
|
|
4508
4511
|
"""
|
|
4509
4512
|
...
|
|
4510
4513
|
|
|
@@ -7358,7 +7361,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7358
7361
|
"""
|
|
7359
7362
|
Computes all minimum distances between current collision pairs.
|
|
7360
7363
|
|
|
7361
|
-
:return: <Element 'para' at
|
|
7364
|
+
:return: <Element 'para' at 0x7ffb8e3d94a0>
|
|
7362
7365
|
"""
|
|
7363
7366
|
...
|
|
7364
7367
|
|
|
@@ -7371,7 +7374,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7371
7374
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7372
7375
|
|
|
7373
7376
|
:param any frame: the frame for which we want the jacobian
|
|
7374
|
-
:return: <Element 'para' at
|
|
7377
|
+
:return: <Element 'para' at 0x7ffb8e3dd4f0>
|
|
7375
7378
|
"""
|
|
7376
7379
|
...
|
|
7377
7380
|
|
|
@@ -7384,7 +7387,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7384
7387
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7385
7388
|
|
|
7386
7389
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7387
|
-
:return: <Element 'para' at
|
|
7390
|
+
:return: <Element 'para' at 0x7ffb8e457d60>
|
|
7388
7391
|
"""
|
|
7389
7392
|
...
|
|
7390
7393
|
|
|
@@ -7622,7 +7625,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7622
7625
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7623
7626
|
|
|
7624
7627
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7625
|
-
:return: <Element 'para' at
|
|
7628
|
+
:return: <Element 'para' at 0x7ffb8e3d9bd0>
|
|
7626
7629
|
"""
|
|
7627
7630
|
...
|
|
7628
7631
|
|
|
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=mypN5R3wAtwn2Re6bdH3JNWgVjcufpBa94DMVGHkI9Y,2106144
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=S-MHuaN_Tmw-GJjhWl38mbUQ6d5WKK82h-BXJPJ2968,196600
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=SDDmAYfmORxa3ECeU7wx0uYriM19eyhwtF93GxmjMDw,8460864
|
|
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.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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
|
|
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=-GE7xrdUPyw5AdZs-Nzt1XG3-dMAyOFFoSOIZ5AVDNE,2106144
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=XmzWDjOSi23MavlyEuCCvWZGj5a_-HyFMElUvSlJho4,196540
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=aGNzNguGqoGuXopNRST3o8nbP0DWLZLRX-btIR7iBe0,8455784
|
|
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.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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
|
|
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
|