placo 0.7.15__0-cp310-cp310-manylinux_2_28_x86_64.whl → 0.8.3__0-cp310-cp310-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.10/site-packages/placo.pyi +42 -15
- cmeel.prefix/lib/python3.10/site-packages/placo.so +0 -0
- {placo-0.7.15.dist-info → placo-0.8.3.dist-info}/METADATA +1 -1
- placo-0.8.3.dist-info/RECORD +12 -0
- placo-0.7.15.dist-info/RECORD +0 -12
- {placo-0.7.15.dist-info → placo-0.8.3.dist-info}/WHEEL +0 -0
- {placo-0.7.15.dist-info → placo-0.8.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.7.15.dist-info → placo-0.8.3.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -3375,6 +3375,13 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3375
3375
|
) -> bool:
|
|
3376
3376
|
...
|
|
3377
3377
|
|
|
3378
|
+
def set_frame_xy(
|
|
3379
|
+
arg1: Footstep,
|
|
3380
|
+
arg2: float,
|
|
3381
|
+
arg3: float,
|
|
3382
|
+
) -> None:
|
|
3383
|
+
...
|
|
3384
|
+
|
|
3378
3385
|
side: any
|
|
3379
3386
|
"""
|
|
3380
3387
|
|
|
@@ -4115,7 +4122,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4115
4122
|
"""
|
|
4116
4123
|
Computes all minimum distances between current collision pairs.
|
|
4117
4124
|
|
|
4118
|
-
:return: <Element 'para' at
|
|
4125
|
+
:return: <Element 'para' at 0x7ff11050b6f0>
|
|
4119
4126
|
"""
|
|
4120
4127
|
...
|
|
4121
4128
|
|
|
@@ -4147,7 +4154,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4147
4154
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4148
4155
|
|
|
4149
4156
|
:param any frame: the frame for which we want the jacobian
|
|
4150
|
-
:return: <Element 'para' at
|
|
4157
|
+
:return: <Element 'para' at 0x7ff11050a930>
|
|
4151
4158
|
"""
|
|
4152
4159
|
...
|
|
4153
4160
|
|
|
@@ -4160,7 +4167,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4160
4167
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4161
4168
|
|
|
4162
4169
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4163
|
-
:return: <Element 'para' at
|
|
4170
|
+
:return: <Element 'para' at 0x7ff11050aa70>
|
|
4164
4171
|
"""
|
|
4165
4172
|
...
|
|
4166
4173
|
|
|
@@ -4466,7 +4473,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4466
4473
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4467
4474
|
|
|
4468
4475
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4469
|
-
:return: <Element 'para' at
|
|
4476
|
+
:return: <Element 'para' at 0x7ff1105093f0>
|
|
4470
4477
|
"""
|
|
4471
4478
|
...
|
|
4472
4479
|
|
|
@@ -7294,7 +7301,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7294
7301
|
"""
|
|
7295
7302
|
Computes all minimum distances between current collision pairs.
|
|
7296
7303
|
|
|
7297
|
-
:return: <Element 'para' at
|
|
7304
|
+
:return: <Element 'para' at 0x7ff1104fe2a0>
|
|
7298
7305
|
"""
|
|
7299
7306
|
...
|
|
7300
7307
|
|
|
@@ -7307,7 +7314,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7307
7314
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7308
7315
|
|
|
7309
7316
|
:param any frame: the frame for which we want the jacobian
|
|
7310
|
-
:return: <Element 'para' at
|
|
7317
|
+
:return: <Element 'para' at 0x7ff1104fde90>
|
|
7311
7318
|
"""
|
|
7312
7319
|
...
|
|
7313
7320
|
|
|
@@ -7320,7 +7327,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7320
7327
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7321
7328
|
|
|
7322
7329
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7323
|
-
:return: <Element 'para' at
|
|
7330
|
+
:return: <Element 'para' at 0x7ff1104fc860>
|
|
7324
7331
|
"""
|
|
7325
7332
|
...
|
|
7326
7333
|
|
|
@@ -7558,7 +7565,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7558
7565
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7559
7566
|
|
|
7560
7567
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7561
|
-
:return: <Element 'para' at
|
|
7568
|
+
:return: <Element 'para' at 0x7ff1105155d0>
|
|
7562
7569
|
"""
|
|
7563
7570
|
...
|
|
7564
7571
|
|
|
@@ -8645,6 +8652,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
|
|
|
8645
8652
|
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8646
8653
|
"""
|
|
8647
8654
|
|
|
8655
|
+
parts: any
|
|
8656
|
+
"""
|
|
8657
|
+
|
|
8658
|
+
None( (placo.WPGTrajectory)arg1) -> object :
|
|
8659
|
+
|
|
8660
|
+
C++ signature :
|
|
8661
|
+
std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart> > {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8662
|
+
"""
|
|
8663
|
+
|
|
8648
8664
|
def print_parts_timings(
|
|
8649
8665
|
self,
|
|
8650
8666
|
) -> None:
|
|
@@ -8763,10 +8779,10 @@ class WalkPatternGenerator:
|
|
|
8763
8779
|
"""
|
|
8764
8780
|
Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
|
|
8765
8781
|
|
|
8766
|
-
:param numpy.ndarray world_dcm_start:
|
|
8767
|
-
:param numpy.ndarray world_dcm_end:
|
|
8768
|
-
:param float duration:
|
|
8769
|
-
:param Support support:
|
|
8782
|
+
:param numpy.ndarray world_dcm_start: Initial DCM position in world frame
|
|
8783
|
+
:param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
|
|
8784
|
+
:param float duration: Duration
|
|
8785
|
+
:param Support support: Support
|
|
8770
8786
|
"""
|
|
8771
8787
|
...
|
|
8772
8788
|
|
|
@@ -8810,6 +8826,15 @@ class WalkPatternGenerator:
|
|
|
8810
8826
|
"""
|
|
8811
8827
|
...
|
|
8812
8828
|
|
|
8829
|
+
soft: any
|
|
8830
|
+
"""
|
|
8831
|
+
|
|
8832
|
+
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
8833
|
+
|
|
8834
|
+
C++ signature :
|
|
8835
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
8836
|
+
"""
|
|
8837
|
+
|
|
8813
8838
|
def support_default_duration(
|
|
8814
8839
|
self,
|
|
8815
8840
|
support: Support, # placo::humanoid::FootstepsPlanner::Support
|
|
@@ -8826,14 +8851,16 @@ class WalkPatternGenerator:
|
|
|
8826
8851
|
self,
|
|
8827
8852
|
t: float, # double
|
|
8828
8853
|
supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
|
|
8854
|
+
world_target_zmp: numpy.ndarray, # Eigen::Vector2d
|
|
8829
8855
|
world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
|
|
8830
8856
|
) -> list[Support]:
|
|
8831
8857
|
"""
|
|
8832
8858
|
Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
|
|
8833
8859
|
|
|
8834
|
-
:param float t:
|
|
8835
|
-
:param list[Support] supports:
|
|
8836
|
-
:param numpy.ndarray
|
|
8860
|
+
:param float t: Current time
|
|
8861
|
+
:param list[Support] supports: Planned supports
|
|
8862
|
+
:param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
|
|
8863
|
+
:param numpy.ndarray world_measured_dcm: Measured DCM in world frame
|
|
8837
8864
|
"""
|
|
8838
8865
|
...
|
|
8839
8866
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=k8nepST8UKCexGpXXiFszmfGdzaVmobGsBsqDg1PJzM,1961512
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=-RZ9v62Oxuv_3ar7yisRGOMF8JhHMt-LW-V7dqWdT_I,195239
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=yZUJciUlcxNvt-P1hSA2naizpw-rDDeMKzrbP38ZOh0,8326488
|
|
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.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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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.7.15.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=uNPKRildxj30US2A5_PO7pG_WkwVelvI6DkUGzQmgEo,1961504
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=xkzFhFgh5EgtVu8GAW4tT-amDJiftMobxynYHS4k7SU,194536
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=FalPf0LXDXDd7K1CfZQkVwbZxDkQc5fSA1m8VI9oraM,8279696
|
|
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.15.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.7.15.dist-info/METADATA,sha256=Bbt60r6rm2AYiCTU6UG3mgfz8xMCmubgY4bzOfRHCIA,2621
|
|
10
|
-
placo-0.7.15.dist-info/WHEEL,sha256=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,115
|
|
11
|
-
placo-0.7.15.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.7.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|