placo 0.7.15__0-cp39-cp39-manylinux_2_28_x86_64.whl → 0.8.3__0-cp39-cp39-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
@@ -3371,6 +3371,13 @@ None( (placo.Footstep)arg1) -> object :
3371
3371
  ) -> bool:
3372
3372
  ...
3373
3373
 
3374
+ def set_frame_xy(
3375
+ arg1: Footstep,
3376
+ arg2: float,
3377
+ arg3: float,
3378
+ ) -> None:
3379
+ ...
3380
+
3374
3381
  side: any
3375
3382
  """
3376
3383
 
@@ -4111,7 +4118,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4111
4118
  """
4112
4119
  Computes all minimum distances between current collision pairs.
4113
4120
 
4114
- :return: <Element 'para' at 0x7f940f9c5e00>
4121
+ :return: <Element 'para' at 0x7f82341785e0>
4115
4122
  """
4116
4123
  ...
4117
4124
 
@@ -4143,7 +4150,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4143
4150
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4144
4151
 
4145
4152
  :param any frame: the frame for which we want the jacobian
4146
- :return: <Element 'para' at 0x7f940f9c5360>
4153
+ :return: <Element 'para' at 0x7f82341750e0>
4147
4154
  """
4148
4155
  ...
4149
4156
 
@@ -4156,7 +4163,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4156
4163
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4157
4164
 
4158
4165
  :param any frame: the frame for which we want the jacobian time variation
4159
- :return: <Element 'para' at 0x7f940f9c0720>
4166
+ :return: <Element 'para' at 0x7f8234171a90>
4160
4167
  """
4161
4168
  ...
4162
4169
 
@@ -4462,7 +4469,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4462
4469
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4463
4470
 
4464
4471
  :param bool stop_at_first: whether to stop at the first collision found
4465
- :return: <Element 'para' at 0x7f940f9cd4f0>
4472
+ :return: <Element 'para' at 0x7f823417dea0>
4466
4473
  """
4467
4474
  ...
4468
4475
 
@@ -7286,7 +7293,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7286
7293
  """
7287
7294
  Computes all minimum distances between current collision pairs.
7288
7295
 
7289
- :return: <Element 'para' at 0x7f940f9a5f90>
7296
+ :return: <Element 'para' at 0x7f8234175f40>
7290
7297
  """
7291
7298
  ...
7292
7299
 
@@ -7299,7 +7306,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7299
7306
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7300
7307
 
7301
7308
  :param any frame: the frame for which we want the jacobian
7302
- :return: <Element 'para' at 0x7f940f963680>
7309
+ :return: <Element 'para' at 0x7f8234178720>
7303
7310
  """
7304
7311
  ...
7305
7312
 
@@ -7312,7 +7319,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7312
7319
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7313
7320
 
7314
7321
  :param any frame: the frame for which we want the jacobian time variation
7315
- :return: <Element 'para' at 0x7f940fa09770>
7322
+ :return: <Element 'para' at 0x7f8234195590>
7316
7323
  """
7317
7324
  ...
7318
7325
 
@@ -7550,7 +7557,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7550
7557
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7551
7558
 
7552
7559
  :param bool stop_at_first: whether to stop at the first collision found
7553
- :return: <Element 'para' at 0x7f940f9a5950>
7560
+ :return: <Element 'para' at 0x7f8234171ef0>
7554
7561
  """
7555
7562
  ...
7556
7563
 
@@ -8637,6 +8644,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
8637
8644
  int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8638
8645
  """
8639
8646
 
8647
+ parts: any
8648
+ """
8649
+
8650
+ None( (placo.WPGTrajectory)arg1) -> object :
8651
+
8652
+ C++ signature :
8653
+ std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart> > {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8654
+ """
8655
+
8640
8656
  def print_parts_timings(
8641
8657
  self,
8642
8658
  ) -> None:
@@ -8755,10 +8771,10 @@ class WalkPatternGenerator:
8755
8771
  """
8756
8772
  Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
8757
8773
 
8758
- :param numpy.ndarray world_dcm_start: The initial DCM position in world frame
8759
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
8760
- :param float duration: The duration
8761
- :param Support support: The support
8774
+ :param numpy.ndarray world_dcm_start: Initial DCM position in world frame
8775
+ :param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
8776
+ :param float duration: Duration
8777
+ :param Support support: Support
8762
8778
  """
8763
8779
  ...
8764
8780
 
@@ -8802,6 +8818,15 @@ class WalkPatternGenerator:
8802
8818
  """
8803
8819
  ...
8804
8820
 
8821
+ soft: any
8822
+ """
8823
+
8824
+ None( (placo.WalkPatternGenerator)arg1) -> bool :
8825
+
8826
+ C++ signature :
8827
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
8828
+ """
8829
+
8805
8830
  def support_default_duration(
8806
8831
  self,
8807
8832
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -8818,14 +8843,16 @@ class WalkPatternGenerator:
8818
8843
  self,
8819
8844
  t: float, # double
8820
8845
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
8846
+ world_target_zmp: numpy.ndarray, # Eigen::Vector2d
8821
8847
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
8822
8848
  ) -> list[Support]:
8823
8849
  """
8824
8850
  Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
8825
8851
 
8826
- :param float t: The current time
8827
- :param list[Support] supports: The planned supports
8828
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
8852
+ :param float t: Current time
8853
+ :param list[Support] supports: Planned supports
8854
+ :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
8855
+ :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
8829
8856
  """
8830
8857
  ...
8831
8858
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.7.15
3
+ Version: 0.8.3
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=w5ZC5aM1pkwWOqERPHoj7nu0q80X6jhUhHuzUj_CwsQ,1961512
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=0BBCfAoO6fesQt_G4cF6j6Z9miFygXCbOnQjbynROPw,195163
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=fq-en1URUUjyAEytMQo-w4aSkURtYnvkxqjEKbwiPTg,8326488
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.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=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
11
+ placo-0.8.3.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.8.3.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.so,sha256=a_ErIKvC5HHKrGtlQbfWymt0GC9tidnshASAWuuE4X8,1961504
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=yEjo8oXjux_fy6rNFgQihX4pWq-BazflT6i_mE-YlUU,194460
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=SKZ67KEIbi9jMA9dbKka2FJ7LPzFLrQS29HYYWDwdyg,8279696
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.7.15.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.7.15.dist-info/METADATA,sha256=Bbt60r6rm2AYiCTU6UG3mgfz8xMCmubgY4bzOfRHCIA,2621
10
- placo-0.7.15.dist-info/WHEEL,sha256=BAQlXoBFWyH33ZUB6937RuzBfXaRO6s_TbSA5OwR86Q,113
11
- placo-0.7.15.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.7.15.dist-info/RECORD,,
File without changes