placo 0.9.7__0-cp311-cp311-manylinux_2_28_aarch64.whl → 0.9.8__0-cp311-cp311-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.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
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -1069,6 +1069,21 @@ class DummyWalk:
|
|
|
1069
1069
|
) -> any:
|
|
1070
1070
|
...
|
|
1071
1071
|
|
|
1072
|
+
dtheta: float # double
|
|
1073
|
+
"""
|
|
1074
|
+
Last requested step dtheta.
|
|
1075
|
+
"""
|
|
1076
|
+
|
|
1077
|
+
dx: float # double
|
|
1078
|
+
"""
|
|
1079
|
+
Last requested step dx.
|
|
1080
|
+
"""
|
|
1081
|
+
|
|
1082
|
+
dy: float # double
|
|
1083
|
+
"""
|
|
1084
|
+
Last requested step d-.
|
|
1085
|
+
"""
|
|
1086
|
+
|
|
1072
1087
|
feet_spacing: float # double
|
|
1073
1088
|
"""
|
|
1074
1089
|
Feet spacing [m].
|
|
@@ -3381,7 +3396,7 @@ class HumanoidRobot:
|
|
|
3381
3396
|
"""
|
|
3382
3397
|
Computes all minimum distances between current collision pairs.
|
|
3383
3398
|
|
|
3384
|
-
:return: <Element 'para' at
|
|
3399
|
+
:return: <Element 'para' at 0xffb37a535800>
|
|
3385
3400
|
"""
|
|
3386
3401
|
...
|
|
3387
3402
|
|
|
@@ -3413,7 +3428,7 @@ class HumanoidRobot:
|
|
|
3413
3428
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3414
3429
|
|
|
3415
3430
|
:param any frame: the frame for which we want the jacobian
|
|
3416
|
-
:return: <Element 'para' at
|
|
3431
|
+
:return: <Element 'para' at 0xffb37a5362a0>
|
|
3417
3432
|
"""
|
|
3418
3433
|
...
|
|
3419
3434
|
|
|
@@ -3426,7 +3441,7 @@ class HumanoidRobot:
|
|
|
3426
3441
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3427
3442
|
|
|
3428
3443
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3429
|
-
:return: <Element 'para' at
|
|
3444
|
+
:return: <Element 'para' at 0xffb37a537bf0>
|
|
3430
3445
|
"""
|
|
3431
3446
|
...
|
|
3432
3447
|
|
|
@@ -3728,7 +3743,7 @@ class HumanoidRobot:
|
|
|
3728
3743
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3729
3744
|
|
|
3730
3745
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3731
|
-
:return: <Element 'para' at
|
|
3746
|
+
:return: <Element 'para' at 0xffb37a535120>
|
|
3732
3747
|
"""
|
|
3733
3748
|
...
|
|
3734
3749
|
|
|
@@ -6120,7 +6135,7 @@ class RobotWrapper:
|
|
|
6120
6135
|
"""
|
|
6121
6136
|
Computes all minimum distances between current collision pairs.
|
|
6122
6137
|
|
|
6123
|
-
:return: <Element 'para' at
|
|
6138
|
+
:return: <Element 'para' at 0xffb37a540ef0>
|
|
6124
6139
|
"""
|
|
6125
6140
|
...
|
|
6126
6141
|
|
|
@@ -6133,7 +6148,7 @@ class RobotWrapper:
|
|
|
6133
6148
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6134
6149
|
|
|
6135
6150
|
:param any frame: the frame for which we want the jacobian
|
|
6136
|
-
:return: <Element 'para' at
|
|
6151
|
+
:return: <Element 'para' at 0xffb37a541620>
|
|
6137
6152
|
"""
|
|
6138
6153
|
...
|
|
6139
6154
|
|
|
@@ -6146,7 +6161,7 @@ class RobotWrapper:
|
|
|
6146
6161
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6147
6162
|
|
|
6148
6163
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6149
|
-
:return: <Element 'para' at
|
|
6164
|
+
:return: <Element 'para' at 0xffb37a5431f0>
|
|
6150
6165
|
"""
|
|
6151
6166
|
...
|
|
6152
6167
|
|
|
@@ -6380,7 +6395,7 @@ class RobotWrapper:
|
|
|
6380
6395
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6381
6396
|
|
|
6382
6397
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6383
|
-
:return: <Element 'para' at
|
|
6398
|
+
:return: <Element 'para' at 0xffb37a5406d0>
|
|
6384
6399
|
"""
|
|
6385
6400
|
...
|
|
6386
6401
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=l-sBDQ7QhonHSomReNzSTuHNkvHmxG6O9d7BA3VkjQ8,1809200
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=bftR8Xp8yyxUzakEST2In4swSffnLX14DCbW50Dzk2g,158952
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=W2BV2g7_hb36Vjz4PxAwD8ThhSpUGGV_X2yFQgKflHU,8943408
|
|
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=IUoq4jkvzpr-RCdJGO4GKbL2IGbQLBAg7MfEZl-UKjg,116
|
|
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.so,sha256=ZFbW5QHakPXZ3VPOkxHAo2w9_WSnhpb9RLDAS9V2ocI,1809200
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=bBkhvNuR6zaK9IzF38Kbn8XNn6eRQ4uEQy_7VA71U9A,158764
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=OU01EDvFq-yHjgCi5a_kxcWT9BAlyUFyHVTQdMZCaQg,8942960
|
|
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=IUoq4jkvzpr-RCdJGO4GKbL2IGbQLBAg7MfEZl-UKjg,116
|
|
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
|