placo 0.9.3__0-cp313-cp313-manylinux_2_28_aarch64.whl → 0.9.4__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 +14 -11
- cmeel.prefix/lib/python3.13/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
|
|
@@ -3492,9 +3492,10 @@ class FootstepsPlanner:
|
|
|
3492
3492
|
"""
|
|
3493
3493
|
...
|
|
3494
3494
|
|
|
3495
|
-
def
|
|
3495
|
+
def truncate_supports(
|
|
3496
3496
|
arg1: Supports,
|
|
3497
3497
|
arg2: int,
|
|
3498
|
+
arg3: bool,
|
|
3498
3499
|
) -> Supports:
|
|
3499
3500
|
...
|
|
3500
3501
|
|
|
@@ -3564,9 +3565,10 @@ class FootstepsPlannerNaive:
|
|
|
3564
3565
|
"""
|
|
3565
3566
|
...
|
|
3566
3567
|
|
|
3567
|
-
def
|
|
3568
|
+
def truncate_supports(
|
|
3568
3569
|
arg1: Supports,
|
|
3569
3570
|
arg2: int,
|
|
3571
|
+
arg3: bool,
|
|
3570
3572
|
) -> Supports:
|
|
3571
3573
|
...
|
|
3572
3574
|
|
|
@@ -3640,9 +3642,10 @@ class FootstepsPlannerRepetitive:
|
|
|
3640
3642
|
"""
|
|
3641
3643
|
...
|
|
3642
3644
|
|
|
3643
|
-
def
|
|
3645
|
+
def truncate_supports(
|
|
3644
3646
|
arg1: Supports,
|
|
3645
3647
|
arg2: int,
|
|
3648
|
+
arg3: bool,
|
|
3646
3649
|
) -> Supports:
|
|
3647
3650
|
...
|
|
3648
3651
|
|
|
@@ -4161,7 +4164,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4161
4164
|
"""
|
|
4162
4165
|
Computes all minimum distances between current collision pairs.
|
|
4163
4166
|
|
|
4164
|
-
:return: <Element 'para' at
|
|
4167
|
+
:return: <Element 'para' at 0xffa8f7a89e40>
|
|
4165
4168
|
"""
|
|
4166
4169
|
...
|
|
4167
4170
|
|
|
@@ -4193,7 +4196,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4193
4196
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4194
4197
|
|
|
4195
4198
|
:param any frame: the frame for which we want the jacobian
|
|
4196
|
-
:return: <Element 'para' at
|
|
4199
|
+
:return: <Element 'para' at 0xffa8f7a8aac0>
|
|
4197
4200
|
"""
|
|
4198
4201
|
...
|
|
4199
4202
|
|
|
@@ -4206,7 +4209,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4206
4209
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4207
4210
|
|
|
4208
4211
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4209
|
-
:return: <Element 'para' at
|
|
4212
|
+
:return: <Element 'para' at 0xffa8f7a8bec0>
|
|
4210
4213
|
"""
|
|
4211
4214
|
...
|
|
4212
4215
|
|
|
@@ -4512,7 +4515,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4512
4515
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4513
4516
|
|
|
4514
4517
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4515
|
-
:return: <Element 'para' at
|
|
4518
|
+
:return: <Element 'para' at 0xffa8f7a899e0>
|
|
4516
4519
|
"""
|
|
4517
4520
|
...
|
|
4518
4521
|
|
|
@@ -7374,7 +7377,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7374
7377
|
"""
|
|
7375
7378
|
Computes all minimum distances between current collision pairs.
|
|
7376
7379
|
|
|
7377
|
-
:return: <Element 'para' at
|
|
7380
|
+
:return: <Element 'para' at 0xffa8f7a398f0>
|
|
7378
7381
|
"""
|
|
7379
7382
|
...
|
|
7380
7383
|
|
|
@@ -7387,7 +7390,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7387
7390
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7388
7391
|
|
|
7389
7392
|
:param any frame: the frame for which we want the jacobian
|
|
7390
|
-
:return: <Element 'para' at
|
|
7393
|
+
:return: <Element 'para' at 0xffa8f7a3a4d0>
|
|
7391
7394
|
"""
|
|
7392
7395
|
...
|
|
7393
7396
|
|
|
@@ -7400,7 +7403,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7400
7403
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7401
7404
|
|
|
7402
7405
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7403
|
-
:return: <Element 'para' at
|
|
7406
|
+
:return: <Element 'para' at 0xffa8f7a38180>
|
|
7404
7407
|
"""
|
|
7405
7408
|
...
|
|
7406
7409
|
|
|
@@ -7638,7 +7641,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7638
7641
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7639
7642
|
|
|
7640
7643
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7641
|
-
:return: <Element 'para' at
|
|
7644
|
+
:return: <Element 'para' at 0xffa8f7a38270>
|
|
7642
7645
|
"""
|
|
7643
7646
|
...
|
|
7644
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=i5Z4U9zBCQtYOsgnmJQwxwjZPpO7T6bcWBbUKbs21Xo,1808232
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=kvbCiKnl1c0hWC49XD7kaY56_c015wdCvSMIVtC4PE8,196754
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=NionpzSaLHpGUnnnzgOXHawOr9Jw8BYAISWnfdcKD2g,8756992
|
|
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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,116
|
|
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=yHQzG9idIev344vYrRdQHdaOzyVrPrQUGphoGsWVdUY,1808232
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=OEov4Q0DbYo2efdofFXrKwsCTb2jfQFudrJHDZYxk2Y,196694
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=Kb3HQk17ABWxtg4A8sWkXXy-oHtoYayPEBFrDNUxwfA,8756152
|
|
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.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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,116
|
|
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
|