placo 0.8.0__0-cp312-cp312-manylinux_2_28_x86_64.whl → 0.8.3__0-cp312-cp312-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.12/site-packages/placo.pyi +42 -15
- cmeel.prefix/lib/python3.12/site-packages/placo.so +0 -0
- {placo-0.8.0.dist-info → placo-0.8.3.dist-info}/METADATA +1 -1
- placo-0.8.3.dist-info/RECORD +12 -0
- placo-0.8.0.dist-info/RECORD +0 -12
- {placo-0.8.0.dist-info → placo-0.8.3.dist-info}/WHEEL +0 -0
- {placo-0.8.0.dist-info → placo-0.8.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.8.0.dist-info → placo-0.8.3.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3379,6 +3379,13 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3379
3379
|
) -> bool:
|
|
3380
3380
|
...
|
|
3381
3381
|
|
|
3382
|
+
def set_frame_xy(
|
|
3383
|
+
arg1: Footstep,
|
|
3384
|
+
arg2: float,
|
|
3385
|
+
arg3: float,
|
|
3386
|
+
) -> None:
|
|
3387
|
+
...
|
|
3388
|
+
|
|
3382
3389
|
side: any
|
|
3383
3390
|
"""
|
|
3384
3391
|
|
|
@@ -4119,7 +4126,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4119
4126
|
"""
|
|
4120
4127
|
Computes all minimum distances between current collision pairs.
|
|
4121
4128
|
|
|
4122
|
-
:return: <Element 'para' at
|
|
4129
|
+
:return: <Element 'para' at 0x7fa0aff27f10>
|
|
4123
4130
|
"""
|
|
4124
4131
|
...
|
|
4125
4132
|
|
|
@@ -4151,7 +4158,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4151
4158
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4152
4159
|
|
|
4153
4160
|
:param any frame: the frame for which we want the jacobian
|
|
4154
|
-
:return: <Element 'para' at
|
|
4161
|
+
:return: <Element 'para' at 0x7fa0aff27380>
|
|
4155
4162
|
"""
|
|
4156
4163
|
...
|
|
4157
4164
|
|
|
@@ -4164,7 +4171,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4164
4171
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4165
4172
|
|
|
4166
4173
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4167
|
-
:return: <Element 'para' at
|
|
4174
|
+
:return: <Element 'para' at 0x7fa0aff25b20>
|
|
4168
4175
|
"""
|
|
4169
4176
|
...
|
|
4170
4177
|
|
|
@@ -4470,7 +4477,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4470
4477
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4471
4478
|
|
|
4472
4479
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4473
|
-
:return: <Element 'para' at
|
|
4480
|
+
:return: <Element 'para' at 0x7fa0b0056660>
|
|
4474
4481
|
"""
|
|
4475
4482
|
...
|
|
4476
4483
|
|
|
@@ -7302,7 +7309,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7302
7309
|
"""
|
|
7303
7310
|
Computes all minimum distances between current collision pairs.
|
|
7304
7311
|
|
|
7305
|
-
:return: <Element 'para' at
|
|
7312
|
+
:return: <Element 'para' at 0x7fa0affc0360>
|
|
7306
7313
|
"""
|
|
7307
7314
|
...
|
|
7308
7315
|
|
|
@@ -7315,7 +7322,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7315
7322
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7316
7323
|
|
|
7317
7324
|
:param any frame: the frame for which we want the jacobian
|
|
7318
|
-
:return: <Element 'para' at
|
|
7325
|
+
:return: <Element 'para' at 0x7fa0affc1cb0>
|
|
7319
7326
|
"""
|
|
7320
7327
|
...
|
|
7321
7328
|
|
|
@@ -7328,7 +7335,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7328
7335
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7329
7336
|
|
|
7330
7337
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7331
|
-
:return: <Element 'para' at
|
|
7338
|
+
:return: <Element 'para' at 0x7fa0aff59210>
|
|
7332
7339
|
"""
|
|
7333
7340
|
...
|
|
7334
7341
|
|
|
@@ -7566,7 +7573,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7566
7573
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7567
7574
|
|
|
7568
7575
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7569
|
-
:return: <Element 'para' at
|
|
7576
|
+
:return: <Element 'para' at 0x7fa0affc0d60>
|
|
7570
7577
|
"""
|
|
7571
7578
|
...
|
|
7572
7579
|
|
|
@@ -8653,6 +8660,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
|
|
|
8653
8660
|
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8654
8661
|
"""
|
|
8655
8662
|
|
|
8663
|
+
parts: any
|
|
8664
|
+
"""
|
|
8665
|
+
|
|
8666
|
+
None( (placo.WPGTrajectory)arg1) -> object :
|
|
8667
|
+
|
|
8668
|
+
C++ signature :
|
|
8669
|
+
std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart> > {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8670
|
+
"""
|
|
8671
|
+
|
|
8656
8672
|
def print_parts_timings(
|
|
8657
8673
|
self,
|
|
8658
8674
|
) -> None:
|
|
@@ -8771,10 +8787,10 @@ class WalkPatternGenerator:
|
|
|
8771
8787
|
"""
|
|
8772
8788
|
Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
|
|
8773
8789
|
|
|
8774
|
-
:param numpy.ndarray world_dcm_start:
|
|
8775
|
-
:param numpy.ndarray world_dcm_end:
|
|
8776
|
-
:param float duration:
|
|
8777
|
-
:param Support support:
|
|
8790
|
+
:param numpy.ndarray world_dcm_start: Initial DCM position in world frame
|
|
8791
|
+
:param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
|
|
8792
|
+
:param float duration: Duration
|
|
8793
|
+
:param Support support: Support
|
|
8778
8794
|
"""
|
|
8779
8795
|
...
|
|
8780
8796
|
|
|
@@ -8818,6 +8834,15 @@ class WalkPatternGenerator:
|
|
|
8818
8834
|
"""
|
|
8819
8835
|
...
|
|
8820
8836
|
|
|
8837
|
+
soft: any
|
|
8838
|
+
"""
|
|
8839
|
+
|
|
8840
|
+
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
8841
|
+
|
|
8842
|
+
C++ signature :
|
|
8843
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
8844
|
+
"""
|
|
8845
|
+
|
|
8821
8846
|
def support_default_duration(
|
|
8822
8847
|
self,
|
|
8823
8848
|
support: Support, # placo::humanoid::FootstepsPlanner::Support
|
|
@@ -8834,14 +8859,16 @@ class WalkPatternGenerator:
|
|
|
8834
8859
|
self,
|
|
8835
8860
|
t: float, # double
|
|
8836
8861
|
supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
|
|
8862
|
+
world_target_zmp: numpy.ndarray, # Eigen::Vector2d
|
|
8837
8863
|
world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
|
|
8838
8864
|
) -> list[Support]:
|
|
8839
8865
|
"""
|
|
8840
8866
|
Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
|
|
8841
8867
|
|
|
8842
|
-
:param float t:
|
|
8843
|
-
:param list[Support] supports:
|
|
8844
|
-
:param numpy.ndarray
|
|
8868
|
+
:param float t: Current time
|
|
8869
|
+
:param list[Support] supports: Planned supports
|
|
8870
|
+
:param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
|
|
8871
|
+
:param numpy.ndarray world_measured_dcm: Measured DCM in world frame
|
|
8845
8872
|
"""
|
|
8846
8873
|
...
|
|
8847
8874
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=Qlg56PabNAxoL5pdOkFbbe3Z9NWuyDFyw_8IdZH3t80,1961512
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=keThMadMo1PWEjCzm-_eND7BmiftR7wzrveCFMwSwUk,195317
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=Iex3u5KVaviNkXnMOslu8Rej_-FWvk5lzOr_4XhDAck,8298752
|
|
4
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.8.3.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.8.3.dist-info/METADATA,sha256=YCgTtaxCxoC84RfAIu5NWAF8pLzIQOPsXEFD16KTBNo,2620
|
|
10
|
+
placo-0.8.3.dist-info/WHEEL,sha256=eXheUxpbFnMVV8zNFDEABgfUQTPiFjxEEzg6PDTNDzE,115
|
|
11
|
+
placo-0.8.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.8.3.dist-info/RECORD,,
|
placo-0.8.0.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=AWwrIwnokNp15e0lZjpPTDtJX-D4lilmtQSv9q1FSNM,1961504
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=GtXjBCmJE_LlFFlnP-w9Hr0wTOgc7egSP_tB1DWFgj0,194614
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=TzsqqmVF4n8Pgzo3SC-in6pNVy-0lmJ1_4GTwHwiPEs,8256344
|
|
4
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.8.0.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.8.0.dist-info/METADATA,sha256=AbKRHuS4i4e9cNpS1g2lnLcJoOImHKFxPredhNBX7X4,2620
|
|
10
|
-
placo-0.8.0.dist-info/WHEEL,sha256=eXheUxpbFnMVV8zNFDEABgfUQTPiFjxEEzg6PDTNDzE,115
|
|
11
|
-
placo-0.8.0.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|