placo 0.7.20__0-cp311-cp311-macosx_11_0_arm64.whl → 0.8.3__0-cp311-cp311-macosx_11_0_arm64.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.dylib +0 -0
- cmeel.prefix/lib/python3.11/site-packages/placo.pyi +43 -15
- cmeel.prefix/lib/python3.11/site-packages/placo.so +0 -0
- {placo-0.7.20.dist-info → placo-0.8.3.dist-info}/METADATA +1 -1
- placo-0.8.3.dist-info/RECORD +12 -0
- placo-0.7.20.dist-info/RECORD +0 -12
- {placo-0.7.20.dist-info → placo-0.8.3.dist-info}/WHEEL +0 -0
- {placo-0.7.20.dist-info → placo-0.8.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.7.20.dist-info → placo-0.8.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3459,6 +3459,13 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3459
3459
|
) -> bool:
|
|
3460
3460
|
...
|
|
3461
3461
|
|
|
3462
|
+
def set_frame_xy(
|
|
3463
|
+
arg1: Footstep,
|
|
3464
|
+
arg2: float,
|
|
3465
|
+
arg3: float,
|
|
3466
|
+
) -> None:
|
|
3467
|
+
...
|
|
3468
|
+
|
|
3462
3469
|
side: any
|
|
3463
3470
|
"""
|
|
3464
3471
|
|
|
@@ -4222,7 +4229,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4222
4229
|
"""
|
|
4223
4230
|
Computes all minimum distances between current collision pairs.
|
|
4224
4231
|
|
|
4225
|
-
:return: <Element 'para' at
|
|
4232
|
+
:return: <Element 'para' at 0x1070324d0>
|
|
4226
4233
|
"""
|
|
4227
4234
|
...
|
|
4228
4235
|
|
|
@@ -4255,7 +4262,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4255
4262
|
|
|
4256
4263
|
:param any frame: the frame for which we want the jacobian
|
|
4257
4264
|
|
|
4258
|
-
:return: <Element 'para' at
|
|
4265
|
+
:return: <Element 'para' at 0x1070300e0>
|
|
4259
4266
|
"""
|
|
4260
4267
|
...
|
|
4261
4268
|
|
|
@@ -4269,7 +4276,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4269
4276
|
|
|
4270
4277
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4271
4278
|
|
|
4272
|
-
:return: <Element 'para' at
|
|
4279
|
+
:return: <Element 'para' at 0x107032a70>
|
|
4273
4280
|
"""
|
|
4274
4281
|
...
|
|
4275
4282
|
|
|
@@ -4581,7 +4588,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4581
4588
|
|
|
4582
4589
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4583
4590
|
|
|
4584
|
-
:return: <Element 'para' at
|
|
4591
|
+
:return: <Element 'para' at 0x10704bce0>
|
|
4585
4592
|
"""
|
|
4586
4593
|
...
|
|
4587
4594
|
|
|
@@ -7485,7 +7492,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7485
7492
|
"""
|
|
7486
7493
|
Computes all minimum distances between current collision pairs.
|
|
7487
7494
|
|
|
7488
|
-
:return: <Element 'para' at
|
|
7495
|
+
:return: <Element 'para' at 0x10703eb60>
|
|
7489
7496
|
"""
|
|
7490
7497
|
...
|
|
7491
7498
|
|
|
@@ -7499,7 +7506,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7499
7506
|
|
|
7500
7507
|
:param any frame: the frame for which we want the jacobian
|
|
7501
7508
|
|
|
7502
|
-
:return: <Element 'para' at
|
|
7509
|
+
:return: <Element 'para' at 0x10703f650>
|
|
7503
7510
|
"""
|
|
7504
7511
|
...
|
|
7505
7512
|
|
|
@@ -7513,7 +7520,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7513
7520
|
|
|
7514
7521
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7515
7522
|
|
|
7516
|
-
:return: <Element 'para' at
|
|
7523
|
+
:return: <Element 'para' at 0x107049080>
|
|
7517
7524
|
"""
|
|
7518
7525
|
...
|
|
7519
7526
|
|
|
@@ -7754,7 +7761,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7754
7761
|
|
|
7755
7762
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7756
7763
|
|
|
7757
|
-
:return: <Element 'para' at
|
|
7764
|
+
:return: <Element 'para' at 0x10703e430>
|
|
7758
7765
|
"""
|
|
7759
7766
|
...
|
|
7760
7767
|
|
|
@@ -8857,6 +8864,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
|
|
|
8857
8864
|
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8858
8865
|
"""
|
|
8859
8866
|
|
|
8867
|
+
parts: any
|
|
8868
|
+
"""
|
|
8869
|
+
|
|
8870
|
+
None( (placo.WPGTrajectory)arg1) -> object :
|
|
8871
|
+
|
|
8872
|
+
C++ signature :
|
|
8873
|
+
std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8874
|
+
"""
|
|
8875
|
+
|
|
8860
8876
|
def print_parts_timings(
|
|
8861
8877
|
self,
|
|
8862
8878
|
) -> None:
|
|
@@ -8975,13 +8991,13 @@ class WalkPatternGenerator:
|
|
|
8975
8991
|
"""
|
|
8976
8992
|
Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
|
|
8977
8993
|
|
|
8978
|
-
:param numpy.ndarray world_dcm_start:
|
|
8994
|
+
:param numpy.ndarray world_dcm_start: Initial DCM position in world frame
|
|
8979
8995
|
|
|
8980
|
-
:param numpy.ndarray world_dcm_end:
|
|
8996
|
+
:param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
|
|
8981
8997
|
|
|
8982
|
-
:param float duration:
|
|
8998
|
+
:param float duration: Duration
|
|
8983
8999
|
|
|
8984
|
-
:param Support support:
|
|
9000
|
+
:param Support support: Support
|
|
8985
9001
|
"""
|
|
8986
9002
|
...
|
|
8987
9003
|
|
|
@@ -9027,6 +9043,15 @@ class WalkPatternGenerator:
|
|
|
9027
9043
|
"""
|
|
9028
9044
|
...
|
|
9029
9045
|
|
|
9046
|
+
soft: any
|
|
9047
|
+
"""
|
|
9048
|
+
|
|
9049
|
+
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
9050
|
+
|
|
9051
|
+
C++ signature :
|
|
9052
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9053
|
+
"""
|
|
9054
|
+
|
|
9030
9055
|
def support_default_duration(
|
|
9031
9056
|
self,
|
|
9032
9057
|
support: Support, # placo::humanoid::FootstepsPlanner::Support
|
|
@@ -9043,16 +9068,19 @@ class WalkPatternGenerator:
|
|
|
9043
9068
|
self,
|
|
9044
9069
|
t: float, # double
|
|
9045
9070
|
supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
|
|
9071
|
+
world_target_zmp: numpy.ndarray, # Eigen::Vector2d
|
|
9046
9072
|
world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
|
|
9047
9073
|
) -> list[Support]:
|
|
9048
9074
|
"""
|
|
9049
9075
|
Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
|
|
9050
9076
|
|
|
9051
|
-
:param float t:
|
|
9077
|
+
:param float t: Current time
|
|
9078
|
+
|
|
9079
|
+
:param list[Support] supports: Planned supports
|
|
9052
9080
|
|
|
9053
|
-
:param
|
|
9081
|
+
:param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
|
|
9054
9082
|
|
|
9055
|
-
:param numpy.ndarray world_measured_dcm:
|
|
9083
|
+
:param numpy.ndarray world_measured_dcm: Measured DCM in world frame
|
|
9056
9084
|
"""
|
|
9057
9085
|
...
|
|
9058
9086
|
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=Sk_jbFkK76vnnr8_svQWMgsbXxttFOzIsOJ1iHHMkOM,1378560
|
|
2
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=9HkFfblwuLPsq0aYQAf_iJCVN6ghZeLKL-MgWkPZsfg,196998
|
|
3
|
+
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=YyPqjuBdi1mvnHk6aBLxib4QZSY6rXBif61o5knZ0Tc,6569128
|
|
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.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=t66Vmq09ySSuYNkvxj8pPRXN3x8PGEstXQgBdYltQZc,111
|
|
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.20.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=e4vRLIwTik-UVgpPLQiQhzeMMypxh7Jyj9uLTIJEa_M,1378544
|
|
2
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.pyi,sha256=DpUReEivK56YutDNNwzdfgHhezCzKTq14cJfKo867oE,196281
|
|
3
|
-
cmeel.prefix/lib/python3.11/site-packages/placo.so,sha256=opnQpprfxLmWW8QiSq7P1Y3yEExx--orzp4Z_BK5BPU,6543880
|
|
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.7.20.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.7.20.dist-info/METADATA,sha256=09j0ZNunK7VGiLqT44PJfD0XBECzLsyYYzMnvFSCiNU,2621
|
|
10
|
-
placo-0.7.20.dist-info/WHEEL,sha256=t66Vmq09ySSuYNkvxj8pPRXN3x8PGEstXQgBdYltQZc,111
|
|
11
|
-
placo-0.7.20.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.7.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|