placo 0.9.7__0-cp313-cp313-manylinux_2_28_aarch64.whl → 0.9.8__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 +23 -8
- cmeel.prefix/lib/python3.13/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].
|
|
@@ -3385,7 +3400,7 @@ class HumanoidRobot:
|
|
|
3385
3400
|
"""
|
|
3386
3401
|
Computes all minimum distances between current collision pairs.
|
|
3387
3402
|
|
|
3388
|
-
:return: <Element 'para' at
|
|
3403
|
+
:return: <Element 'para' at 0xff77c104f1f0>
|
|
3389
3404
|
"""
|
|
3390
3405
|
...
|
|
3391
3406
|
|
|
@@ -3417,7 +3432,7 @@ class HumanoidRobot:
|
|
|
3417
3432
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3418
3433
|
|
|
3419
3434
|
:param any frame: the frame for which we want the jacobian
|
|
3420
|
-
:return: <Element 'para' at
|
|
3435
|
+
:return: <Element 'para' at 0xff77c104f830>
|
|
3421
3436
|
"""
|
|
3422
3437
|
...
|
|
3423
3438
|
|
|
@@ -3430,7 +3445,7 @@ class HumanoidRobot:
|
|
|
3430
3445
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3431
3446
|
|
|
3432
3447
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3433
|
-
:return: <Element 'para' at
|
|
3448
|
+
:return: <Element 'para' at 0xff77c107ed40>
|
|
3434
3449
|
"""
|
|
3435
3450
|
...
|
|
3436
3451
|
|
|
@@ -3732,7 +3747,7 @@ class HumanoidRobot:
|
|
|
3732
3747
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3733
3748
|
|
|
3734
3749
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3735
|
-
:return: <Element 'para' at
|
|
3750
|
+
:return: <Element 'para' at 0xff77c104ea70>
|
|
3736
3751
|
"""
|
|
3737
3752
|
...
|
|
3738
3753
|
|
|
@@ -6128,7 +6143,7 @@ class RobotWrapper:
|
|
|
6128
6143
|
"""
|
|
6129
6144
|
Computes all minimum distances between current collision pairs.
|
|
6130
6145
|
|
|
6131
|
-
:return: <Element 'para' at
|
|
6146
|
+
:return: <Element 'para' at 0xff77c104de40>
|
|
6132
6147
|
"""
|
|
6133
6148
|
...
|
|
6134
6149
|
|
|
@@ -6141,7 +6156,7 @@ class RobotWrapper:
|
|
|
6141
6156
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6142
6157
|
|
|
6143
6158
|
:param any frame: the frame for which we want the jacobian
|
|
6144
|
-
:return: <Element 'para' at
|
|
6159
|
+
:return: <Element 'para' at 0xff77c105b9c0>
|
|
6145
6160
|
"""
|
|
6146
6161
|
...
|
|
6147
6162
|
|
|
@@ -6154,7 +6169,7 @@ class RobotWrapper:
|
|
|
6154
6169
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6155
6170
|
|
|
6156
6171
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6157
|
-
:return: <Element 'para' at
|
|
6172
|
+
:return: <Element 'para' at 0xff77c105a1b0>
|
|
6158
6173
|
"""
|
|
6159
6174
|
...
|
|
6160
6175
|
|
|
@@ -6388,7 +6403,7 @@ class RobotWrapper:
|
|
|
6388
6403
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6389
6404
|
|
|
6390
6405
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6391
|
-
:return: <Element 'para' at
|
|
6406
|
+
:return: <Element 'para' at 0xff77c104ed90>
|
|
6392
6407
|
"""
|
|
6393
6408
|
...
|
|
6394
6409
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=zP1lO4EqBFabzgQ2ZTj1Ebhmzj_Am7Rx6z6IJFl78gg,1809200
|
|
2
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=HZ7PRpUd0N-42f2S1S7fEY-5n0AuHX8VEABfx4iQ6WU,159030
|
|
3
|
+
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=mABrFoYuZskQPT0ymu0UTamEKQHHBzAbEZ1P8OiuteU,8871008
|
|
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.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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,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=_84nztPOctWMlH8eYT9nEZRyrXc7ZwD0uWQDLLHYrWo,1809200
|
|
2
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=BGVVwEnLgTuyXUvIO4tA-NB79DIg1x723di9lY66F5o,158842
|
|
3
|
-
cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=0gN__kmdY7ZUiTzpjt8oGYOjnF-S6KbVoy4Vh_tZbuI,8870600
|
|
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.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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,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
|