placo 0.8.0__0-cp313-cp313-manylinux_2_28_x86_64.whl → 0.8.5__0-cp313-cp313-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.

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 0x7f48eb9756c0>
4129
+ :return: <Element 'para' at 0x7f9bc4afa930>
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 0x7f48eb976700>
4161
+ :return: <Element 'para' at 0x7f9bc4afaf70>
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 0x7f48eb926b10>
4174
+ :return: <Element 'para' at 0x7f9bc4ca66b0>
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 0x7f48eb975260>
4480
+ :return: <Element 'para' at 0x7f9bc4afb920>
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 0x7f48eb7cc040>
7312
+ :return: <Element 'para' at 0x7f9bc4b2f010>
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 0x7f48eb7ceb10>
7325
+ :return: <Element 'para' at 0x7f9bc4b2ea70>
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 0x7f48eb91f5b0>
7338
+ :return: <Element 'para' at 0x7f9bc4b2cd10>
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 0x7f48eb7cc9f0>
7576
+ :return: <Element 'para' at 0x7f9bc4a113a0>
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: The initial DCM position in world frame
8775
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
8776
- :param float duration: The duration
8777
- :param Support support: The 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: The current time
8843
- :param list[Support] supports: The planned supports
8844
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
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
 
@@ -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.so,sha256=bqYf3EtaTLZiAVX72_q2QL7-3QQkYngYK7WFGfm-Uwc,1961512
2
+ cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=1Eb8XZ8v4hMFDMti69UY8jgxao-L1XQkRm17YCyqLDU,195317
3
+ cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=vKHf-qJuLxBQOWxutoXvw4wWxo_MaFHjFl9L1U3PooQ,8298752
4
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.13/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=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,115
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.so,sha256=oflmxP0i-KwBYxJq-KTQjtymur9wFDTyCY6mL1m7fO4,1961504
2
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=r3nSLelbBtfdoWnZqsdei2vENbOC4sSVBGljMqxKxvA,194614
3
- cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=dWmgsaYMKXfPp83WBelY_UDfVKosrVxlazHFVvkQnrg,8256344
4
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.13/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=0HdmGrCnJOL3jd3aEKVYybYMjjAJ-FS-_IUmzdFUhHE,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