placo 0.7.1__0-cp310-cp310-manylinux_2_35_x86_64.whl → 0.7.2__0-cp310-cp310-manylinux_2_35_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.10/site-packages/placo.pyi +8 -13
- cmeel.prefix/lib/python3.10/site-packages/placo.so +0 -0
- {placo-0.7.1.dist-info → placo-0.7.2.dist-info}/METADATA +2 -1
- placo-0.7.2.dist-info/RECORD +12 -0
- placo-0.7.1.dist-info/RECORD +0 -12
- {placo-0.7.1.dist-info → placo-0.7.2.dist-info}/WHEEL +0 -0
- {placo-0.7.1.dist-info → placo-0.7.2.dist-info}/licenses/LICENSE +0 -0
- {placo-0.7.1.dist-info → placo-0.7.2.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3298,7 +3298,7 @@ class HumanoidRobot:
|
|
|
3298
3298
|
"""
|
|
3299
3299
|
Computes all minimum distances between current collision pairs.
|
|
3300
3300
|
|
|
3301
|
-
:return: <Element 'para' at
|
|
3301
|
+
:return: <Element 'para' at 0x7f2f0584fb50>
|
|
3302
3302
|
"""
|
|
3303
3303
|
...
|
|
3304
3304
|
|
|
@@ -3320,7 +3320,7 @@ class HumanoidRobot:
|
|
|
3320
3320
|
|
|
3321
3321
|
:param any frame: the frame for which we want the jacobian
|
|
3322
3322
|
|
|
3323
|
-
:return: <Element 'para' at
|
|
3323
|
+
:return: <Element 'para' at 0x7f2f057a5800>
|
|
3324
3324
|
"""
|
|
3325
3325
|
...
|
|
3326
3326
|
|
|
@@ -3334,7 +3334,7 @@ class HumanoidRobot:
|
|
|
3334
3334
|
|
|
3335
3335
|
:param any frame: the frame for which we want the jacobian time variation
|
|
3336
3336
|
|
|
3337
|
-
:return: <Element 'para' at
|
|
3337
|
+
:return: <Element 'para' at 0x7f2f057a6ed0>
|
|
3338
3338
|
"""
|
|
3339
3339
|
...
|
|
3340
3340
|
|
|
@@ -3626,7 +3626,7 @@ class HumanoidRobot:
|
|
|
3626
3626
|
|
|
3627
3627
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
3628
3628
|
|
|
3629
|
-
:return: <Element 'para' at
|
|
3629
|
+
:return: <Element 'para' at 0x7f2f0584fab0>
|
|
3630
3630
|
"""
|
|
3631
3631
|
...
|
|
3632
3632
|
|
|
@@ -6011,7 +6011,7 @@ class RobotWrapper:
|
|
|
6011
6011
|
"""
|
|
6012
6012
|
Computes all minimum distances between current collision pairs.
|
|
6013
6013
|
|
|
6014
|
-
:return: <Element 'para' at
|
|
6014
|
+
:return: <Element 'para' at 0x7f2f0573cf40>
|
|
6015
6015
|
"""
|
|
6016
6016
|
...
|
|
6017
6017
|
|
|
@@ -6025,7 +6025,7 @@ class RobotWrapper:
|
|
|
6025
6025
|
|
|
6026
6026
|
:param any frame: the frame for which we want the jacobian
|
|
6027
6027
|
|
|
6028
|
-
:return: <Element 'para' at
|
|
6028
|
+
:return: <Element 'para' at 0x7f2f0573c6d0>
|
|
6029
6029
|
"""
|
|
6030
6030
|
...
|
|
6031
6031
|
|
|
@@ -6039,7 +6039,7 @@ class RobotWrapper:
|
|
|
6039
6039
|
|
|
6040
6040
|
:param any frame: the frame for which we want the jacobian time variation
|
|
6041
6041
|
|
|
6042
|
-
:return: <Element 'para' at
|
|
6042
|
+
:return: <Element 'para' at 0x7f2f058daca0>
|
|
6043
6043
|
"""
|
|
6044
6044
|
...
|
|
6045
6045
|
|
|
@@ -6265,7 +6265,7 @@ class RobotWrapper:
|
|
|
6265
6265
|
|
|
6266
6266
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
6267
6267
|
|
|
6268
|
-
:return: <Element 'para' at
|
|
6268
|
+
:return: <Element 'para' at 0x7f2f0573d300>
|
|
6269
6269
|
"""
|
|
6270
6270
|
...
|
|
6271
6271
|
|
|
@@ -7581,11 +7581,6 @@ def frame_yaw(
|
|
|
7581
7581
|
...
|
|
7582
7582
|
|
|
7583
7583
|
|
|
7584
|
-
def get_classes_registry(
|
|
7585
|
-
) -> any:
|
|
7586
|
-
...
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
7584
|
def interpolate_frames(
|
|
7590
7585
|
frameA: numpy.ndarray, # Eigen::Affine3d
|
|
7591
7586
|
frameB: numpy.ndarray, # Eigen::Affine3d
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
5
|
Requires-Python: >= 3.9
|
|
6
6
|
License-Expression: MIT
|
|
@@ -17,6 +17,7 @@ Requires-Dist: meshcat
|
|
|
17
17
|
Requires-Dist: ischedule
|
|
18
18
|
Provides-Extra: build
|
|
19
19
|
Requires-Dist: pin[build] >= 3 ; extra == "build"
|
|
20
|
+
Requires-Dist: doxystub ; extra == "build"
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
21
22
|
|
|
22
23
|
<img width="400" src="https://placo.readthedocs.io/en/latest/_static/placo.png" />
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=WpJ1LOy_yko99P35GD0eOWzbKyp_oAgQrCgaugFhvE0,2025088
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=8CItqtxeeyANzN_w7WgM4ji1zlpZrx9ft2Q6Z392sXI,154548
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=g3Afjvd3SM2UGEd70XsvZhm_JTul1jjoxB52iXjK720,8306016
|
|
4
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.7.2.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.7.2.dist-info/METADATA,sha256=bDM2Qa55Jvv9eiMGB48xrKvyBqWZZzEibN04jcXu2A0,2568
|
|
10
|
+
placo-0.7.2.dist-info/WHEEL,sha256=CGpSWoBURgVtaMPvLWXBsECBIFvGPsCx-wd2AU5rQ8c,115
|
|
11
|
+
placo-0.7.2.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.7.2.dist-info/RECORD,,
|
placo-0.7.1.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=YxkW8e_9LKtBw8RZ3pRuv00ziDfAXdSjxgXZcyoMXTA,2025088
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=t9HydPbynC8ME22K_92aewsA1Y294sSmZ7UdIYb27yk,154592
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=HbBAXtCjsoLEv_V4ioKyboE7NjmtCfjLj-XCs1b7fLw,8266104
|
|
4
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.7.1.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.7.1.dist-info/METADATA,sha256=QB2SE5-dLtglWC17UGwoKZGz5F9QlmJs_0FMdrQ1ZWU,2525
|
|
10
|
-
placo-0.7.1.dist-info/WHEEL,sha256=CGpSWoBURgVtaMPvLWXBsECBIFvGPsCx-wd2AU5rQ8c,115
|
|
11
|
-
placo-0.7.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|