placo 0.9.8__0-cp311-cp311-manylinux_2_28_x86_64.whl → 0.9.9__0-cp311-cp311-manylinux_2_28_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.so +0 -0
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi +8 -8
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.9.8.dist-info → placo-0.9.9.dist-info}/METADATA +1 -1
- placo-0.9.9.dist-info/RECORD +12 -0
- placo-0.9.8.dist-info/RECORD +0 -12
- {placo-0.9.8.dist-info → placo-0.9.9.dist-info}/WHEEL +0 -0
- {placo-0.9.8.dist-info → placo-0.9.9.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.8.dist-info → placo-0.9.9.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3396,7 +3396,7 @@ class HumanoidRobot:
|
|
|
3396
3396
|
"""
|
|
3397
3397
|
Computes all minimum distances between current collision pairs.
|
|
3398
3398
|
|
|
3399
|
-
:return: <Element 'para' at
|
|
3399
|
+
:return: <Element 'para' at 0x7f031fd5da30>
|
|
3400
3400
|
"""
|
|
3401
3401
|
...
|
|
3402
3402
|
|
|
@@ -3428,7 +3428,7 @@ class HumanoidRobot:
|
|
|
3428
3428
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
3429
3429
|
|
|
3430
3430
|
:param any frame: the frame for which we want the jacobian
|
|
3431
|
-
:return: <Element 'para' at
|
|
3431
|
+
:return: <Element 'para' at 0x7f031fd5cfe0>
|
|
3432
3432
|
"""
|
|
3433
3433
|
...
|
|
3434
3434
|
|
|
@@ -3441,7 +3441,7 @@ class HumanoidRobot:
|
|
|
3441
3441
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
3442
3442
|
|
|
3443
3443
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3444
|
-
:return: <Element 'para' at
|
|
3444
|
+
:return: <Element 'para' at 0x7f031fd73560>
|
|
3445
3445
|
"""
|
|
3446
3446
|
...
|
|
3447
3447
|
|
|
@@ -3743,7 +3743,7 @@ class HumanoidRobot:
|
|
|
3743
3743
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
3744
3744
|
|
|
3745
3745
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3746
|
-
:return: <Element 'para' at
|
|
3746
|
+
:return: <Element 'para' at 0x7f031fd5e340>
|
|
3747
3747
|
"""
|
|
3748
3748
|
...
|
|
3749
3749
|
|
|
@@ -6135,7 +6135,7 @@ class RobotWrapper:
|
|
|
6135
6135
|
"""
|
|
6136
6136
|
Computes all minimum distances between current collision pairs.
|
|
6137
6137
|
|
|
6138
|
-
:return: <Element 'para' at
|
|
6138
|
+
:return: <Element 'para' at 0x7f031fd29b20>
|
|
6139
6139
|
"""
|
|
6140
6140
|
...
|
|
6141
6141
|
|
|
@@ -6148,7 +6148,7 @@ class RobotWrapper:
|
|
|
6148
6148
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
6149
6149
|
|
|
6150
6150
|
:param any frame: the frame for which we want the jacobian
|
|
6151
|
-
:return: <Element 'para' at
|
|
6151
|
+
:return: <Element 'para' at 0x7f031fd29c60>
|
|
6152
6152
|
"""
|
|
6153
6153
|
...
|
|
6154
6154
|
|
|
@@ -6161,7 +6161,7 @@ class RobotWrapper:
|
|
|
6161
6161
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
6162
6162
|
|
|
6163
6163
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6164
|
-
:return: <Element 'para' at
|
|
6164
|
+
:return: <Element 'para' at 0x7f031fd2b830>
|
|
6165
6165
|
"""
|
|
6166
6166
|
...
|
|
6167
6167
|
|
|
@@ -6395,7 +6395,7 @@ class RobotWrapper:
|
|
|
6395
6395
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
6396
6396
|
|
|
6397
6397
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6398
|
-
:return: <Element 'para' at
|
|
6398
|
+
:return: <Element 'para' at 0x7f031fdd7e20>
|
|
6399
6399
|
"""
|
|
6400
6400
|
...
|
|
6401
6401
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=Gu1k4IvM34DClZKv8n4gaEYb3PZb5ZrbXZWbjmBIr70,2119416
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=eZFWUJ27qUMakK7nX0mAA6VrTV6VIr2sVtz3dUMhelw,158952
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=4BRuM8m8oYytXmOi5o-QoLTKS0SLNTSzdAmc-NuMKa0,8580488
|
|
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.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=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
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.8.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=zruPCfr4tDvR-uR1CpxxfZJuFHSFX4c9eIW0QL9_cPg,2119416
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=oyMyzkACEH6U2umXGr3wAgHgP413uJj9ZZXSVJEsYDE,158952
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=H2hCZsfGYfXj48E1npiXWGHzUOcteIHXaaYdyTDlbzA,8580488
|
|
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=4kQvjbP6MS9CMWLI0C5DqDYm1zrnyiEx5eHwljDK5vs,115
|
|
11
|
-
placo-0.9.8.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|