placo 0.9.2__0-cp313-cp313-manylinux_2_28_x86_64.whl → 0.9.4__0-cp313-cp313-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.13/site-packages/placo.pyi +30 -9
- cmeel.prefix/lib/python3.13/site-packages/placo.so +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/METADATA +3 -3
- placo-0.9.4.dist-info/RECORD +12 -0
- placo-0.9.2.dist-info/RECORD +0 -12
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/WHEEL +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.2.dist-info → placo-0.9.4.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3456,7 +3456,7 @@ class FootstepsPlanner:
|
|
|
3456
3456
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3457
3457
|
) -> any:
|
|
3458
3458
|
"""
|
|
3459
|
-
Initializes the
|
|
3459
|
+
Initializes the planner.
|
|
3460
3460
|
|
|
3461
3461
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3462
3462
|
"""
|
|
@@ -3492,6 +3492,13 @@ class FootstepsPlanner:
|
|
|
3492
3492
|
"""
|
|
3493
3493
|
...
|
|
3494
3494
|
|
|
3495
|
+
def truncate_supports(
|
|
3496
|
+
arg1: Supports,
|
|
3497
|
+
arg2: int,
|
|
3498
|
+
arg3: bool,
|
|
3499
|
+
) -> Supports:
|
|
3500
|
+
...
|
|
3501
|
+
|
|
3495
3502
|
|
|
3496
3503
|
class FootstepsPlannerNaive:
|
|
3497
3504
|
def __init__(
|
|
@@ -3558,6 +3565,13 @@ class FootstepsPlannerNaive:
|
|
|
3558
3565
|
"""
|
|
3559
3566
|
...
|
|
3560
3567
|
|
|
3568
|
+
def truncate_supports(
|
|
3569
|
+
arg1: Supports,
|
|
3570
|
+
arg2: int,
|
|
3571
|
+
arg3: bool,
|
|
3572
|
+
) -> Supports:
|
|
3573
|
+
...
|
|
3574
|
+
|
|
3561
3575
|
|
|
3562
3576
|
class FootstepsPlannerRepetitive:
|
|
3563
3577
|
def __init__(
|
|
@@ -3628,6 +3642,13 @@ class FootstepsPlannerRepetitive:
|
|
|
3628
3642
|
"""
|
|
3629
3643
|
...
|
|
3630
3644
|
|
|
3645
|
+
def truncate_supports(
|
|
3646
|
+
arg1: Supports,
|
|
3647
|
+
arg2: int,
|
|
3648
|
+
arg3: bool,
|
|
3649
|
+
) -> Supports:
|
|
3650
|
+
...
|
|
3651
|
+
|
|
3631
3652
|
|
|
3632
3653
|
class FrameTask:
|
|
3633
3654
|
T_world_frame: any
|
|
@@ -4143,7 +4164,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4143
4164
|
"""
|
|
4144
4165
|
Computes all minimum distances between current collision pairs.
|
|
4145
4166
|
|
|
4146
|
-
:return: <Element 'para' at
|
|
4167
|
+
:return: <Element 'para' at 0x7fedb02f5a80>
|
|
4147
4168
|
"""
|
|
4148
4169
|
...
|
|
4149
4170
|
|
|
@@ -4175,7 +4196,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4175
4196
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4176
4197
|
|
|
4177
4198
|
:param any frame: the frame for which we want the jacobian
|
|
4178
|
-
:return: <Element 'para' at
|
|
4199
|
+
:return: <Element 'para' at 0x7fedb0223740>
|
|
4179
4200
|
"""
|
|
4180
4201
|
...
|
|
4181
4202
|
|
|
@@ -4188,7 +4209,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4188
4209
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4189
4210
|
|
|
4190
4211
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4191
|
-
:return: <Element 'para' at
|
|
4212
|
+
:return: <Element 'para' at 0x7fedb02202c0>
|
|
4192
4213
|
"""
|
|
4193
4214
|
...
|
|
4194
4215
|
|
|
@@ -4494,7 +4515,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4494
4515
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4495
4516
|
|
|
4496
4517
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4497
|
-
:return: <Element 'para' at
|
|
4518
|
+
:return: <Element 'para' at 0x7fedb02f64d0>
|
|
4498
4519
|
"""
|
|
4499
4520
|
...
|
|
4500
4521
|
|
|
@@ -7356,7 +7377,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7356
7377
|
"""
|
|
7357
7378
|
Computes all minimum distances between current collision pairs.
|
|
7358
7379
|
|
|
7359
|
-
:return: <Element 'para' at
|
|
7380
|
+
:return: <Element 'para' at 0x7fedb0222d40>
|
|
7360
7381
|
"""
|
|
7361
7382
|
...
|
|
7362
7383
|
|
|
@@ -7369,7 +7390,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7369
7390
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7370
7391
|
|
|
7371
7392
|
:param any frame: the frame for which we want the jacobian
|
|
7372
|
-
:return: <Element 'para' at
|
|
7393
|
+
:return: <Element 'para' at 0x7fedb0221350>
|
|
7373
7394
|
"""
|
|
7374
7395
|
...
|
|
7375
7396
|
|
|
@@ -7382,7 +7403,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7382
7403
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7383
7404
|
|
|
7384
7405
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7385
|
-
:return: <Element 'para' at
|
|
7406
|
+
:return: <Element 'para' at 0x7fedb01d25c0>
|
|
7386
7407
|
"""
|
|
7387
7408
|
...
|
|
7388
7409
|
|
|
@@ -7620,7 +7641,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7620
7641
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7621
7642
|
|
|
7622
7643
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7623
|
-
:return: <Element 'para' at
|
|
7644
|
+
:return: <Element 'para' at 0x7fedb0223290>
|
|
7624
7645
|
"""
|
|
7625
7646
|
...
|
|
7626
7647
|
|
|
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=Rc0YqWeYnggwqzgGX-5873PN9W7BMQ8eZ6eaYrZVr_s,2106144
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=P0YA3e8nMF99AqtUGNb0QYLlouvqKFWL4Yz034W2aXA,196754
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=eWvDz8e7JraIEeJMD9XLSjoUJtMElWTGmyWzenmKyR0,8432080
|
|
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.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=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,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.2.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=jln4osZnaoSH-4DqG1dJBrIQrEM9m2xyeM2aTtdD9Z0,1986248
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=xzE4hMxGVH82tu-83qFgeN6Eg9DfovFaK38OPfwMzUY,196447
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=D0DU4uknmAPsZ6JlGjOy_QxnG6mxmshdzQRNr_Ea0qw,8408832
|
|
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.2.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.2.dist-info/METADATA,sha256=J3JpPZ0GlSCqi8liiO02WiGJXzJ-q4p5fGUYxPdF8LE,2620
|
|
10
|
-
placo-0.9.2.dist-info/WHEEL,sha256=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
|
|
11
|
-
placo-0.9.2.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|