placo 0.9.7__0-cp312-cp312-macosx_10_9_x86_64.whl → 0.9.9__0-cp312-cp312-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.12/site-packages/placo.pyi +23 -8
- cmeel.prefix/lib/python3.12/site-packages/placo.so +0 -0
- {placo-0.9.7.dist-info → placo-0.9.9.dist-info}/METADATA +1 -1
- placo-0.9.9.dist-info/RECORD +12 -0
- placo-0.9.7.dist-info/RECORD +0 -12
- {placo-0.9.7.dist-info → placo-0.9.9.dist-info}/WHEEL +0 -0
- {placo-0.9.7.dist-info → placo-0.9.9.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.7.dist-info → placo-0.9.9.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].
|
|
@@ -3505,7 +3520,7 @@ class HumanoidRobot:
|
|
|
3505
3520
|
"""
|
|
3506
3521
|
Computes all minimum distances between current collision pairs.
|
|
3507
3522
|
|
|
3508
|
-
:return: <Element 'para' at
|
|
3523
|
+
:return: <Element 'para' at 0x10eac7ab0>
|
|
3509
3524
|
"""
|
|
3510
3525
|
...
|
|
3511
3526
|
|
|
@@ -3538,7 +3553,7 @@ class HumanoidRobot:
|
|
|
3538
3553
|
|
|
3539
3554
|
:param any frame: the frame for which we want the jacobian
|
|
3540
3555
|
|
|
3541
|
-
:return: <Element 'para' at
|
|
3556
|
+
:return: <Element 'para' at 0x10eac44a0>
|
|
3542
3557
|
"""
|
|
3543
3558
|
...
|
|
3544
3559
|
|
|
@@ -3552,7 +3567,7 @@ class HumanoidRobot:
|
|
|
3552
3567
|
|
|
3553
3568
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3554
3569
|
|
|
3555
|
-
:return: <Element 'para' at
|
|
3570
|
+
:return: <Element 'para' at 0x10e9e4fe0>
|
|
3556
3571
|
"""
|
|
3557
3572
|
...
|
|
3558
3573
|
|
|
@@ -3860,7 +3875,7 @@ class HumanoidRobot:
|
|
|
3860
3875
|
|
|
3861
3876
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3862
3877
|
|
|
3863
|
-
:return: <Element 'para' at
|
|
3878
|
+
:return: <Element 'para' at 0x10eac6d40>
|
|
3864
3879
|
"""
|
|
3865
3880
|
...
|
|
3866
3881
|
|
|
@@ -6336,7 +6351,7 @@ class RobotWrapper:
|
|
|
6336
6351
|
"""
|
|
6337
6352
|
Computes all minimum distances between current collision pairs.
|
|
6338
6353
|
|
|
6339
|
-
:return: <Element 'para' at
|
|
6354
|
+
:return: <Element 'para' at 0x10ea00fe0>
|
|
6340
6355
|
"""
|
|
6341
6356
|
...
|
|
6342
6357
|
|
|
@@ -6350,7 +6365,7 @@ class RobotWrapper:
|
|
|
6350
6365
|
|
|
6351
6366
|
:param any frame: the frame for which we want the jacobian
|
|
6352
6367
|
|
|
6353
|
-
:return: <Element 'para' at
|
|
6368
|
+
:return: <Element 'para' at 0x10ea01a80>
|
|
6354
6369
|
"""
|
|
6355
6370
|
...
|
|
6356
6371
|
|
|
@@ -6364,7 +6379,7 @@ class RobotWrapper:
|
|
|
6364
6379
|
|
|
6365
6380
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6366
6381
|
|
|
6367
|
-
:return: <Element 'para' at
|
|
6382
|
+
:return: <Element 'para' at 0x10ea031f0>
|
|
6368
6383
|
"""
|
|
6369
6384
|
...
|
|
6370
6385
|
|
|
@@ -6601,7 +6616,7 @@ class RobotWrapper:
|
|
|
6601
6616
|
|
|
6602
6617
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6603
6618
|
|
|
6604
|
-
:return: <Element 'para' at
|
|
6619
|
+
:return: <Element 'para' at 0x10ea007c0>
|
|
6605
6620
|
"""
|
|
6606
6621
|
...
|
|
6607
6622
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=2hxqImw9xFM6AiebSz5uiSiFD8b3u0Winhbk-Id7B9s,1860088
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=4rfqyQunHzFkntLBIGi_WdEZYImSIsIoGblTRD5H3Vg,160853
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=xQhbSHy477SZ6QLAxsm_KzdUC7gzKN4Rh2f73FRJf8M,7315112
|
|
4
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.9.9.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.9.dist-info/METADATA,sha256=EYweFOycHmb4tbNUve3lvAkGy54_F2A76sDUgh45yEI,2627
|
|
10
|
+
placo-0.9.9.dist-info/WHEEL,sha256=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,112
|
|
11
|
+
placo-0.9.9.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.9.dist-info/RECORD,,
|
placo-0.9.7.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=En6uEABfIhd_ioVH6sygM3XSRJxkw3oPuzMvnW_o87g,1860088
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=fqjTUduD3fTBr20HjXcmo7F9cJWVKKDB6neNdk1anBI,160665
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=ANMaOPilaPVRL8boOp_QXqiiDhEtONWkwurqE-J1W1k,7314936
|
|
4
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.12/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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,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
|