placo 0.9.7__0-cp39-cp39-manylinux_2_28_aarch64.whl → 0.9.9__0-cp39-cp39-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.9/site-packages/placo.pyi +23 -8
- cmeel.prefix/lib/python3.9/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
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].
|
|
@@ -3377,7 +3392,7 @@ class HumanoidRobot:
|
|
|
3377
3392
|
"""
|
|
3378
3393
|
Computes all minimum distances between current collision pairs.
|
|
3379
3394
|
|
|
3380
|
-
:return: <Element 'para' at
|
|
3395
|
+
:return: <Element 'para' at 0xff166795cae0>
|
|
3381
3396
|
"""
|
|
3382
3397
|
...
|
|
3383
3398
|
|
|
@@ -3409,7 +3424,7 @@ class HumanoidRobot:
|
|
|
3409
3424
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3410
3425
|
|
|
3411
3426
|
:param any frame: the frame for which we want the jacobian
|
|
3412
|
-
:return: <Element 'para' at
|
|
3427
|
+
:return: <Element 'para' at 0xff16679555e0>
|
|
3413
3428
|
"""
|
|
3414
3429
|
...
|
|
3415
3430
|
|
|
@@ -3422,7 +3437,7 @@ class HumanoidRobot:
|
|
|
3422
3437
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3423
3438
|
|
|
3424
3439
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3425
|
-
:return: <Element 'para' at
|
|
3440
|
+
:return: <Element 'para' at 0xff166794e040>
|
|
3426
3441
|
"""
|
|
3427
3442
|
...
|
|
3428
3443
|
|
|
@@ -3724,7 +3739,7 @@ class HumanoidRobot:
|
|
|
3724
3739
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3725
3740
|
|
|
3726
3741
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3727
|
-
:return: <Element 'para' at
|
|
3742
|
+
:return: <Element 'para' at 0xff166795c810>
|
|
3728
3743
|
"""
|
|
3729
3744
|
...
|
|
3730
3745
|
|
|
@@ -6112,7 +6127,7 @@ class RobotWrapper:
|
|
|
6112
6127
|
"""
|
|
6113
6128
|
Computes all minimum distances between current collision pairs.
|
|
6114
6129
|
|
|
6115
|
-
:return: <Element 'para' at
|
|
6130
|
+
:return: <Element 'para' at 0xff1667977f40>
|
|
6116
6131
|
"""
|
|
6117
6132
|
...
|
|
6118
6133
|
|
|
@@ -6125,7 +6140,7 @@ class RobotWrapper:
|
|
|
6125
6140
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6126
6141
|
|
|
6127
6142
|
:param any frame: the frame for which we want the jacobian
|
|
6128
|
-
:return: <Element 'para' at
|
|
6143
|
+
:return: <Element 'para' at 0xff166796ed60>
|
|
6129
6144
|
"""
|
|
6130
6145
|
...
|
|
6131
6146
|
|
|
@@ -6138,7 +6153,7 @@ class RobotWrapper:
|
|
|
6138
6153
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6139
6154
|
|
|
6140
6155
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6141
|
-
:return: <Element 'para' at
|
|
6156
|
+
:return: <Element 'para' at 0xff1667960a40>
|
|
6142
6157
|
"""
|
|
6143
6158
|
...
|
|
6144
6159
|
|
|
@@ -6372,7 +6387,7 @@ class RobotWrapper:
|
|
|
6372
6387
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6373
6388
|
|
|
6374
6389
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6375
|
-
:return: <Element 'para' at
|
|
6390
|
+
:return: <Element 'para' at 0xff1667977900>
|
|
6376
6391
|
"""
|
|
6377
6392
|
...
|
|
6378
6393
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=PypGZrSwuekxufnesx4XBboef7P-QCvxn82vGfEy13Q,1809200
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=_T-UVycEkv2f3AzPL3s2Ja--VQmNwyQ6CNOVvAtQUjo,158876
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=vZsLapHm6zMHRu8rqEggdYB5nYEZ8uAy6wfxQUzMwlM,8943408
|
|
4
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.9/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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
|
|
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.so,sha256=qA-0x-ySWxVlnm2otG5qiJTEUnHotSGz38PoCY2cA7s,1809200
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=nqDcTel243gXxJP-IYwf6VyNRuibg8VDzwBbEPB7ZEI,158688
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=ppboDYvzLGS6nEp9icq7sfNDndASa-gePgZ3KX0bouM,8942960
|
|
4
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.9/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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
|
|
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
|