placo 0.8.0__0-cp39-cp39-macosx_11_0_arm64.whl → 0.8.5__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.

Binary file
@@ -3455,6 +3455,13 @@ None( (placo.Footstep)arg1) -> object :
3455
3455
  ) -> bool:
3456
3456
  ...
3457
3457
 
3458
+ def set_frame_xy(
3459
+ arg1: Footstep,
3460
+ arg2: float,
3461
+ arg3: float,
3462
+ ) -> None:
3463
+ ...
3464
+
3458
3465
  side: any
3459
3466
  """
3460
3467
 
@@ -4218,7 +4225,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4218
4225
  """
4219
4226
  Computes all minimum distances between current collision pairs.
4220
4227
 
4221
- :return: <Element 'para' at 0x103031770>
4228
+ :return: <Element 'para' at 0x106ee6b30>
4222
4229
  """
4223
4230
  ...
4224
4231
 
@@ -4251,7 +4258,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4251
4258
 
4252
4259
  :param any frame: the frame for which we want the jacobian
4253
4260
 
4254
- :return: <Element 'para' at 0x103037db0>
4261
+ :return: <Element 'para' at 0x106eee9f0>
4255
4262
  """
4256
4263
  ...
4257
4264
 
@@ -4265,7 +4272,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4265
4272
 
4266
4273
  :param any frame: the frame for which we want the jacobian time variation
4267
4274
 
4268
- :return: <Element 'para' at 0x10303a360>
4275
+ :return: <Element 'para' at 0x106ef0130>
4269
4276
  """
4270
4277
  ...
4271
4278
 
@@ -4577,7 +4584,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4577
4584
 
4578
4585
  :param bool stop_at_first: whether to stop at the first collision found
4579
4586
 
4580
- :return: <Element 'para' at 0x1030310e0>
4587
+ :return: <Element 'para' at 0x106ee64a0>
4581
4588
  """
4582
4589
  ...
4583
4590
 
@@ -7477,7 +7484,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7477
7484
  """
7478
7485
  Computes all minimum distances between current collision pairs.
7479
7486
 
7480
- :return: <Element 'para' at 0x102f110e0>
7487
+ :return: <Element 'para' at 0x106dc5450>
7481
7488
  """
7482
7489
  ...
7483
7490
 
@@ -7491,7 +7498,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7491
7498
 
7492
7499
  :param any frame: the frame for which we want the jacobian
7493
7500
 
7494
- :return: <Element 'para' at 0x102f11bd0>
7501
+ :return: <Element 'para' at 0x106dc5f40>
7495
7502
  """
7496
7503
  ...
7497
7504
 
@@ -7505,7 +7512,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7505
7512
 
7506
7513
  :param any frame: the frame for which we want the jacobian time variation
7507
7514
 
7508
- :return: <Element 'para' at 0x102f1c680>
7515
+ :return: <Element 'para' at 0x106dcf9f0>
7509
7516
  """
7510
7517
  ...
7511
7518
 
@@ -7746,7 +7753,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7746
7753
 
7747
7754
  :param bool stop_at_first: whether to stop at the first collision found
7748
7755
 
7749
- :return: <Element 'para' at 0x102f0e950>
7756
+ :return: <Element 'para' at 0x106dc2cc0>
7750
7757
  """
7751
7758
  ...
7752
7759
 
@@ -8849,6 +8856,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
8849
8856
  int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8850
8857
  """
8851
8858
 
8859
+ parts: any
8860
+ """
8861
+
8862
+ None( (placo.WPGTrajectory)arg1) -> object :
8863
+
8864
+ C++ signature :
8865
+ std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8866
+ """
8867
+
8852
8868
  def print_parts_timings(
8853
8869
  self,
8854
8870
  ) -> None:
@@ -8967,13 +8983,13 @@ class WalkPatternGenerator:
8967
8983
  """
8968
8984
  Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
8969
8985
 
8970
- :param numpy.ndarray world_dcm_start: The initial DCM position in world frame
8986
+ :param numpy.ndarray world_dcm_start: Initial DCM position in world frame
8971
8987
 
8972
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
8988
+ :param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
8973
8989
 
8974
- :param float duration: The duration
8990
+ :param float duration: Duration
8975
8991
 
8976
- :param Support support: The support
8992
+ :param Support support: Support
8977
8993
  """
8978
8994
  ...
8979
8995
 
@@ -9019,6 +9035,15 @@ class WalkPatternGenerator:
9019
9035
  """
9020
9036
  ...
9021
9037
 
9038
+ soft: any
9039
+ """
9040
+
9041
+ None( (placo.WalkPatternGenerator)arg1) -> bool :
9042
+
9043
+ C++ signature :
9044
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9045
+ """
9046
+
9022
9047
  def support_default_duration(
9023
9048
  self,
9024
9049
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -9035,16 +9060,19 @@ class WalkPatternGenerator:
9035
9060
  self,
9036
9061
  t: float, # double
9037
9062
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
9063
+ world_target_zmp: numpy.ndarray, # Eigen::Vector2d
9038
9064
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
9039
9065
  ) -> list[Support]:
9040
9066
  """
9041
9067
  Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
9042
9068
 
9043
- :param float t: The current time
9069
+ :param float t: Current time
9070
+
9071
+ :param list[Support] supports: Planned supports
9044
9072
 
9045
- :param list[Support] supports: The planned supports
9073
+ :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
9046
9074
 
9047
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
9075
+ :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
9048
9076
  """
9049
9077
  ...
9050
9078
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.8.0
3
+ Version: 0.8.5
4
4
  Summary: PlaCo: Rhoban Planning and Control
5
5
  Requires-Python: >= 3.9
6
6
  License-Expression: MIT
@@ -0,0 +1,12 @@
1
+ cmeel.prefix/lib/liblibplaco.dylib,sha256=xTAHuHPqN-LjTd7DcM9hdQeghLbw2qHSeM495_Td9JU,1378560
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=jFxqcmOsN-_Xfv4N3otKIEpYE3ulhdPROLEc-vXoxQo,196922
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=a13Ti45nH9cjCyaMlUJG_P9PtQic0zgsZd4uBc5AFZw,6569128
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.8.5.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.8.5.dist-info/METADATA,sha256=HNrzvV3CcCIuRqajooexMCv413M_uDa7GDNiOTnOEIM,2620
10
+ placo-0.8.5.dist-info/WHEEL,sha256=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
11
+ placo-0.8.5.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.8.5.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=FlctNJ0yBcIRMtE1DYsiQxc0fycRlIb9x7OkvF4GSUA,1378544
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=w7FZOtopnj01S-dzklCa_dllYUkEdl1BtctEzre6Sl4,196205
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=RRxuU6P1g4Ifn9bVF_oOsxwlSqDbuss2LQWi7UxzDqI,6543880
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.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=L4i5x-b2_mmN301N-Fm2blmgWxGr90rVrliWtA2YuAU,109
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