placo 0.8.0__0-cp312-cp312-macosx_10_9_x86_64.whl → 0.8.3__0-cp312-cp312-macosx_10_9_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
@@ -3463,6 +3463,13 @@ None( (placo.Footstep)arg1) -> object :
3463
3463
  ) -> bool:
3464
3464
  ...
3465
3465
 
3466
+ def set_frame_xy(
3467
+ arg1: Footstep,
3468
+ arg2: float,
3469
+ arg3: float,
3470
+ ) -> None:
3471
+ ...
3472
+
3466
3473
  side: any
3467
3474
  """
3468
3475
 
@@ -4226,7 +4233,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4226
4233
  """
4227
4234
  Computes all minimum distances between current collision pairs.
4228
4235
 
4229
- :return: <Element 'para' at 0x10e42b380>
4236
+ :return: <Element 'para' at 0x10b97c950>
4230
4237
  """
4231
4238
  ...
4232
4239
 
@@ -4259,7 +4266,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4259
4266
 
4260
4267
  :param any frame: the frame for which we want the jacobian
4261
4268
 
4262
- :return: <Element 'para' at 0x10e4f3bf0>
4269
+ :return: <Element 'para' at 0x10ba07880>
4263
4270
  """
4264
4271
  ...
4265
4272
 
@@ -4273,7 +4280,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4273
4280
 
4274
4281
  :param any frame: the frame for which we want the jacobian time variation
4275
4282
 
4276
- :return: <Element 'para' at 0x10e4f2480>
4283
+ :return: <Element 'para' at 0x10ba06160>
4277
4284
  """
4278
4285
  ...
4279
4286
 
@@ -4585,7 +4592,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4585
4592
 
4586
4593
  :param bool stop_at_first: whether to stop at the first collision found
4587
4594
 
4588
- :return: <Element 'para' at 0x10e42bb00>
4595
+ :return: <Element 'para' at 0x10b97e1b0>
4589
4596
  """
4590
4597
  ...
4591
4598
 
@@ -7493,7 +7500,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7493
7500
  """
7494
7501
  Computes all minimum distances between current collision pairs.
7495
7502
 
7496
- :return: <Element 'para' at 0x10e435a30>
7503
+ :return: <Element 'para' at 0x10b959d00>
7497
7504
  """
7498
7505
  ...
7499
7506
 
@@ -7507,7 +7514,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7507
7514
 
7508
7515
  :param any frame: the frame for which we want the jacobian
7509
7516
 
7510
- :return: <Element 'para' at 0x10e4364d0>
7517
+ :return: <Element 'para' at 0x10b95a7a0>
7511
7518
  """
7512
7519
  ...
7513
7520
 
@@ -7521,7 +7528,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7521
7528
 
7522
7529
  :param any frame: the frame for which we want the jacobian time variation
7523
7530
 
7524
- :return: <Element 'para' at 0x10e437c40>
7531
+ :return: <Element 'para' at 0x10b95bf10>
7525
7532
  """
7526
7533
  ...
7527
7534
 
@@ -7762,7 +7769,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7762
7769
 
7763
7770
  :param bool stop_at_first: whether to stop at the first collision found
7764
7771
 
7765
- :return: <Element 'para' at 0x10e435210>
7772
+ :return: <Element 'para' at 0x10b9594e0>
7766
7773
  """
7767
7774
  ...
7768
7775
 
@@ -8865,6 +8872,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
8865
8872
  int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8866
8873
  """
8867
8874
 
8875
+ parts: any
8876
+ """
8877
+
8878
+ None( (placo.WPGTrajectory)arg1) -> object :
8879
+
8880
+ C++ signature :
8881
+ std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8882
+ """
8883
+
8868
8884
  def print_parts_timings(
8869
8885
  self,
8870
8886
  ) -> None:
@@ -8983,13 +8999,13 @@ class WalkPatternGenerator:
8983
8999
  """
8984
9000
  Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
8985
9001
 
8986
- :param numpy.ndarray world_dcm_start: The initial DCM position in world frame
9002
+ :param numpy.ndarray world_dcm_start: Initial DCM position in world frame
8987
9003
 
8988
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
9004
+ :param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
8989
9005
 
8990
- :param float duration: The duration
9006
+ :param float duration: Duration
8991
9007
 
8992
- :param Support support: The support
9008
+ :param Support support: Support
8993
9009
  """
8994
9010
  ...
8995
9011
 
@@ -9035,6 +9051,15 @@ class WalkPatternGenerator:
9035
9051
  """
9036
9052
  ...
9037
9053
 
9054
+ soft: any
9055
+ """
9056
+
9057
+ None( (placo.WalkPatternGenerator)arg1) -> bool :
9058
+
9059
+ C++ signature :
9060
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9061
+ """
9062
+
9038
9063
  def support_default_duration(
9039
9064
  self,
9040
9065
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -9051,16 +9076,19 @@ class WalkPatternGenerator:
9051
9076
  self,
9052
9077
  t: float, # double
9053
9078
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
9079
+ world_target_zmp: numpy.ndarray, # Eigen::Vector2d
9054
9080
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
9055
9081
  ) -> list[Support]:
9056
9082
  """
9057
9083
  Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
9058
9084
 
9059
- :param float t: The current time
9085
+ :param float t: Current time
9086
+
9087
+ :param list[Support] supports: Planned supports
9060
9088
 
9061
- :param list[Support] supports: The planned supports
9089
+ :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
9062
9090
 
9063
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
9091
+ :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
9064
9092
  """
9065
9093
  ...
9066
9094
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.8.0
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.dylib,sha256=W1nFlUodZdG-sQS37Vdj35bxlcJhRCKp1EwOEzMWnfM,1668488
2
+ cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=5ixX2htpjS93IMA1AJq_figD94G_tZhUqGPQd4GYkXk,197076
3
+ cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=dAJGumTDjjRCeKpp4vJm-S4AFx3WJ9z7B2YhXbzrSL0,7084464
4
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.12/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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,112
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.dylib,sha256=3VVC3sPFUPZZaHfqQDvqjzSW0rqV1HjjlqlFwV6huwk,1668480
2
- cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=viDQ4hbEzDqfMlOn9kDyidc5PqWehT62iA9V_qLPRvw,196359
3
- cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=RzhNc_OvhCvmY25dJZksWxp99wrVUVXSMeZjv5eH9hc,7054816
4
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.12/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=Sqf3gwTthYgQbNGLomBkKenghFmujcvJculTyZplbWQ,112
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