placo 0.9.7__0-cp311-cp311-macosx_10_9_x86_64.whl → 0.9.8__0-cp311-cp311-macosx_10_9_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.dylib +0 -0
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi +23 -8
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.7.dist-info → placo-0.9.8.dist-info}/METADATA +1 -1
- placo-0.9.8.dist-info/RECORD +12 -0
- placo-0.9.7.dist-info/RECORD +0 -12
- {placo-0.9.7.dist-info → placo-0.9.8.dist-info}/WHEEL +0 -0
- {placo-0.9.7.dist-info → placo-0.9.8.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.7.dist-info → placo-0.9.8.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -1104,6 +1104,21 @@ class DummyWalk:
|
|
|
1104
1104
|
) -> any:
|
|
1105
1105
|
...
|
|
1106
1106
|
|
|
1107
|
+
dtheta: float # double
|
|
1108
|
+
"""
|
|
1109
|
+
Last requested step dtheta.
|
|
1110
|
+
"""
|
|
1111
|
+
|
|
1112
|
+
dx: float # double
|
|
1113
|
+
"""
|
|
1114
|
+
Last requested step dx.
|
|
1115
|
+
"""
|
|
1116
|
+
|
|
1117
|
+
dy: float # double
|
|
1118
|
+
"""
|
|
1119
|
+
Last requested step d-.
|
|
1120
|
+
"""
|
|
1121
|
+
|
|
1107
1122
|
feet_spacing: float # double
|
|
1108
1123
|
"""
|
|
1109
1124
|
Feet spacing [m].
|
|
@@ -3501,7 +3516,7 @@ class HumanoidRobot:
|
|
|
3501
3516
|
"""
|
|
3502
3517
|
Computes all minimum distances between current collision pairs.
|
|
3503
3518
|
|
|
3504
|
-
:return: <Element 'para' at
|
|
3519
|
+
:return: <Element 'para' at 0x10b4faac0>
|
|
3505
3520
|
"""
|
|
3506
3521
|
...
|
|
3507
3522
|
|
|
@@ -3534,7 +3549,7 @@ class HumanoidRobot:
|
|
|
3534
3549
|
|
|
3535
3550
|
:param any frame: the frame for which we want the jacobian
|
|
3536
3551
|
|
|
3537
|
-
:return: <Element 'para' at
|
|
3552
|
+
:return: <Element 'para' at 0x10b4fb880>
|
|
3538
3553
|
"""
|
|
3539
3554
|
...
|
|
3540
3555
|
|
|
@@ -3548,7 +3563,7 @@ class HumanoidRobot:
|
|
|
3548
3563
|
|
|
3549
3564
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3550
3565
|
|
|
3551
|
-
:return: <Element 'para' at
|
|
3566
|
+
:return: <Element 'para' at 0x10c5a4180>
|
|
3552
3567
|
"""
|
|
3553
3568
|
...
|
|
3554
3569
|
|
|
@@ -3856,7 +3871,7 @@ class HumanoidRobot:
|
|
|
3856
3871
|
|
|
3857
3872
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3858
3873
|
|
|
3859
|
-
:return: <Element 'para' at
|
|
3874
|
+
:return: <Element 'para' at 0x10b4f9990>
|
|
3860
3875
|
"""
|
|
3861
3876
|
...
|
|
3862
3877
|
|
|
@@ -6328,7 +6343,7 @@ class RobotWrapper:
|
|
|
6328
6343
|
"""
|
|
6329
6344
|
Computes all minimum distances between current collision pairs.
|
|
6330
6345
|
|
|
6331
|
-
:return: <Element 'para' at
|
|
6346
|
+
:return: <Element 'para' at 0x10b4fb060>
|
|
6332
6347
|
"""
|
|
6333
6348
|
...
|
|
6334
6349
|
|
|
@@ -6342,7 +6357,7 @@ class RobotWrapper:
|
|
|
6342
6357
|
|
|
6343
6358
|
:param any frame: the frame for which we want the jacobian
|
|
6344
6359
|
|
|
6345
|
-
:return: <Element 'para' at
|
|
6360
|
+
:return: <Element 'para' at 0x10b4fbb50>
|
|
6346
6361
|
"""
|
|
6347
6362
|
...
|
|
6348
6363
|
|
|
@@ -6356,7 +6371,7 @@ class RobotWrapper:
|
|
|
6356
6371
|
|
|
6357
6372
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6358
6373
|
|
|
6359
|
-
:return: <Element 'para' at
|
|
6374
|
+
:return: <Element 'para' at 0x10b509580>
|
|
6360
6375
|
"""
|
|
6361
6376
|
...
|
|
6362
6377
|
|
|
@@ -6593,7 +6608,7 @@ class RobotWrapper:
|
|
|
6593
6608
|
|
|
6594
6609
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6595
6610
|
|
|
6596
|
-
:return: <Element 'para' at
|
|
6611
|
+
:return: <Element 'para' at 0x10b4fa930>
|
|
6597
6612
|
"""
|
|
6598
6613
|
...
|
|
6599
6614
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=D8AzOoxW5U6-4GxRxRwiw0rJ35wvLemIaQn1LxlCX2E,1860184
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=K4KfvJ-HDU31CqvQ2LLQy8Tj3EvrSUKSKwNWqAxasK8,160775
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=xdPeHaE3yfoOcqUYOlnUbMDionCOApoL7VTOgFOXPLk,7194320
|
|
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.8.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.8.dist-info/METADATA,sha256=xgxI4GSmC56F_s89L_ImmADbfYBH8zYtyQgzOnFf4rA,2627
|
|
10
|
+
placo-0.9.8.dist-info/WHEEL,sha256=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
11
|
+
placo-0.9.8.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.8.dist-info/RECORD,,
|
placo-0.9.7.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=jMfVGT2ARsELwpuR3QqvSC5vgia7H3PjnJuozozr3Gk,1860184
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=Niwh_OyMlt7kJbbdjAgMcIfxjU144fiL-VB5LomeYqo,160587
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=fz0iGKQBBN5oqlbJ_cyq0n57s2dSJb12VAtQbtcKNHg,7194144
|
|
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.7.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.7.dist-info/METADATA,sha256=DGVybGbRiwapwKNaxJJCe8cH8FgKyMIp-1znPeXQTsk,2627
|
|
10
|
-
placo-0.9.7.dist-info/WHEEL,sha256=w9iRXwrZ34xH7YkTKFQXDZnfo6T60yVj60vK0XG2fFo,112
|
|
11
|
-
placo-0.9.7.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|