placo 0.9.1__0-cp39-cp39-macosx_11_0_arm64.whl → 0.9.3__0-cp39-cp39-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.9/site-packages/placo.pyi +36 -18
- cmeel.prefix/lib/python3.9/site-packages/placo.so +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/METADATA +1 -1
- placo-0.9.3.dist-info/RECORD +12 -0
- placo-0.9.1.dist-info/RECORD +0 -12
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/WHEEL +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.1.dist-info → placo-0.9.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3540,7 +3540,7 @@ class FootstepsPlanner:
|
|
|
3540
3540
|
parameters: HumanoidParameters, # placo::humanoid::HumanoidParameters
|
|
3541
3541
|
) -> any:
|
|
3542
3542
|
"""
|
|
3543
|
-
Initializes the
|
|
3543
|
+
Initializes the planner.
|
|
3544
3544
|
|
|
3545
3545
|
:param HumanoidParameters parameters: Parameters of the walk
|
|
3546
3546
|
"""
|
|
@@ -3578,6 +3578,12 @@ class FootstepsPlanner:
|
|
|
3578
3578
|
"""
|
|
3579
3579
|
...
|
|
3580
3580
|
|
|
3581
|
+
def supports_head(
|
|
3582
|
+
arg1: Supports,
|
|
3583
|
+
arg2: int,
|
|
3584
|
+
) -> Supports:
|
|
3585
|
+
...
|
|
3586
|
+
|
|
3581
3587
|
|
|
3582
3588
|
class FootstepsPlannerNaive:
|
|
3583
3589
|
def __init__(
|
|
@@ -3649,6 +3655,12 @@ class FootstepsPlannerNaive:
|
|
|
3649
3655
|
"""
|
|
3650
3656
|
...
|
|
3651
3657
|
|
|
3658
|
+
def supports_head(
|
|
3659
|
+
arg1: Supports,
|
|
3660
|
+
arg2: int,
|
|
3661
|
+
) -> Supports:
|
|
3662
|
+
...
|
|
3663
|
+
|
|
3652
3664
|
|
|
3653
3665
|
class FootstepsPlannerRepetitive:
|
|
3654
3666
|
def __init__(
|
|
@@ -3726,6 +3738,12 @@ class FootstepsPlannerRepetitive:
|
|
|
3726
3738
|
"""
|
|
3727
3739
|
...
|
|
3728
3740
|
|
|
3741
|
+
def supports_head(
|
|
3742
|
+
arg1: Supports,
|
|
3743
|
+
arg2: int,
|
|
3744
|
+
) -> Supports:
|
|
3745
|
+
...
|
|
3746
|
+
|
|
3729
3747
|
|
|
3730
3748
|
class FrameTask:
|
|
3731
3749
|
T_world_frame: any
|
|
@@ -4251,7 +4269,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4251
4269
|
"""
|
|
4252
4270
|
Computes all minimum distances between current collision pairs.
|
|
4253
4271
|
|
|
4254
|
-
:return: <Element 'para' at
|
|
4272
|
+
:return: <Element 'para' at 0x107f354a0>
|
|
4255
4273
|
"""
|
|
4256
4274
|
...
|
|
4257
4275
|
|
|
@@ -4284,7 +4302,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4284
4302
|
|
|
4285
4303
|
:param any frame: the frame for which we want the jacobian
|
|
4286
4304
|
|
|
4287
|
-
:return: <Element 'para' at
|
|
4305
|
+
:return: <Element 'para' at 0x107f35f90>
|
|
4288
4306
|
"""
|
|
4289
4307
|
...
|
|
4290
4308
|
|
|
@@ -4298,7 +4316,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4298
4316
|
|
|
4299
4317
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4300
4318
|
|
|
4301
|
-
:return: <Element 'para' at
|
|
4319
|
+
:return: <Element 'para' at 0x107f1ca40>
|
|
4302
4320
|
"""
|
|
4303
4321
|
...
|
|
4304
4322
|
|
|
@@ -4610,7 +4628,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4610
4628
|
|
|
4611
4629
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4612
4630
|
|
|
4613
|
-
:return: <Element 'para' at
|
|
4631
|
+
:return: <Element 'para' at 0x107f3bd10>
|
|
4614
4632
|
"""
|
|
4615
4633
|
...
|
|
4616
4634
|
|
|
@@ -7544,7 +7562,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7544
7562
|
"""
|
|
7545
7563
|
Computes all minimum distances between current collision pairs.
|
|
7546
7564
|
|
|
7547
|
-
:return: <Element 'para' at
|
|
7565
|
+
:return: <Element 'para' at 0x107610720>
|
|
7548
7566
|
"""
|
|
7549
7567
|
...
|
|
7550
7568
|
|
|
@@ -7558,7 +7576,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7558
7576
|
|
|
7559
7577
|
:param any frame: the frame for which we want the jacobian
|
|
7560
7578
|
|
|
7561
|
-
:return: <Element 'para' at
|
|
7579
|
+
:return: <Element 'para' at 0x107616270>
|
|
7562
7580
|
"""
|
|
7563
7581
|
...
|
|
7564
7582
|
|
|
@@ -7572,7 +7590,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7572
7590
|
|
|
7573
7591
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7574
7592
|
|
|
7575
|
-
:return: <Element 'para' at
|
|
7593
|
+
:return: <Element 'para' at 0x107618cc0>
|
|
7576
7594
|
"""
|
|
7577
7595
|
...
|
|
7578
7596
|
|
|
@@ -7813,7 +7831,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7813
7831
|
|
|
7814
7832
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7815
7833
|
|
|
7816
|
-
:return: <Element 'para' at
|
|
7834
|
+
:return: <Element 'para' at 0x10760cf90>
|
|
7817
7835
|
"""
|
|
7818
7836
|
...
|
|
7819
7837
|
|
|
@@ -8926,15 +8944,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8926
8944
|
) -> numpy.ndarray:
|
|
8927
8945
|
...
|
|
8928
8946
|
|
|
8929
|
-
kept_ts: any
|
|
8930
|
-
"""
|
|
8931
|
-
|
|
8932
|
-
None( (placo.WPGTrajectory)arg1) -> int :
|
|
8933
|
-
|
|
8934
|
-
C++ signature :
|
|
8935
|
-
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8936
|
-
"""
|
|
8937
|
-
|
|
8938
8947
|
parts: any
|
|
8939
8948
|
"""
|
|
8940
8949
|
|
|
@@ -8949,6 +8958,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
|
|
|
8949
8958
|
) -> None:
|
|
8950
8959
|
...
|
|
8951
8960
|
|
|
8961
|
+
replan_success: any
|
|
8962
|
+
"""
|
|
8963
|
+
|
|
8964
|
+
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
8965
|
+
|
|
8966
|
+
C++ signature :
|
|
8967
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8968
|
+
"""
|
|
8969
|
+
|
|
8952
8970
|
def support_is_both(
|
|
8953
8971
|
self,
|
|
8954
8972
|
t: float, # double
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.dylib,sha256=1WriBl-cFKo2AE-ibn7nhfCn_n5JrTLSfLPmp4ug1_c,1504608
|
|
2
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=oIToWGrI3w8h8qWkyQQ4j2Jv3GvnKbeARY2guruUUFE,198533
|
|
3
|
+
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=uB78KPMrvVjOl4Va_X_L61MI_2PGJvODclNrszOUKbw,6675864
|
|
4
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.9/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.9.3.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.3.dist-info/METADATA,sha256=DBHbwi-DvN5P7To0NuwzxiSbQaXooNpDsGhILdWciog,2620
|
|
10
|
+
placo-0.9.3.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
11
|
+
placo-0.9.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.3.dist-info/RECORD,,
|
placo-0.9.1.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.dylib,sha256=zZukyGat6n36r0wNnIM2zwj-dsIgJxMR2qU_IviZI-k,1382288
|
|
2
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Cf0RdlW8TPDwpl-VAQYlJASo6fHLxtSxMBoZNS_EAk8,198277
|
|
3
|
-
cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=Hk7BZKMy5gtZESqleeV06AaYLWcC-88CErvGOYUb6-Q,6647832
|
|
4
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.9/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.9.1.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.1.dist-info/METADATA,sha256=Kd24ONb11iqnbdUPph0Tw0DAdzgjpPGLeBh3Pw8sW5M,2620
|
|
10
|
-
placo-0.9.1.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
|
|
11
|
-
placo-0.9.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|