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

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 0x7f14be9af1f0>
4125
+ :return: <Element 'para' at 0x7fd974058770>
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 0x7f14be9af9c0>
4157
+ :return: <Element 'para' at 0x7fd9740593a0>
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 0x7f14be9ac9f0>
4170
+ :return: <Element 'para' at 0x7fd97405bb00>
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 0x7f14be9af470>
4476
+ :return: <Element 'para' at 0x7fd974038d60>
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 0x7f14be823330>
7304
+ :return: <Element 'para' at 0x7fd974171030>
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 0x7f14be823ec0>
7317
+ :return: <Element 'para' at 0x7fd973e95c10>
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 0x7f14be978630>
7330
+ :return: <Element 'para' at 0x7fd973e96430>
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 0x7f14be8227a0>
7568
+ :return: <Element 'para' at 0x7fd973ed4130>
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: The initial DCM position in world frame
8767
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
8768
- :param float duration: The duration
8769
- :param Support support: The 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: The current time
8835
- :param list[Support] supports: The planned supports
8836
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
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
 
@@ -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=_D9qREsLuJ3AkbUzxki1hns8F4ZK5Zk49NOryIIxNvs,1961512
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=Ueo0sj-TrPoL_BP8Em9wStWV5WTQ3vk6sAx7FbwDeFA,195239
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=Rgo_iCu0zg4yLCtjTIUZ1OSTMOSdAVRZQAocFui978A,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.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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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=tcaoRVVMeHv9-N7SBoAzPsz-Hdat9MymHz0jJ68AF34,1961504
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=SCCJiViMXzf3pkZ6CAZcPGFYzjG7FZqK1rlRCFmC11I,194536
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=yFVcqq47jehtFkvohDsBfsWQS-aLgbQY_wcJTRFoL2Y,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.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=Wkd9YieXdH5gmAf-td4KdKc4NpXgxiNZvpS7nFiEXLQ,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