placo 0.7.15__0-cp310-cp310-macosx_11_0_arm64.whl → 0.8.3__0-cp310-cp310-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
@@ -3459,6 +3459,13 @@ None( (placo.Footstep)arg1) -> object :
3459
3459
  ) -> bool:
3460
3460
  ...
3461
3461
 
3462
+ def set_frame_xy(
3463
+ arg1: Footstep,
3464
+ arg2: float,
3465
+ arg3: float,
3466
+ ) -> None:
3467
+ ...
3468
+
3462
3469
  side: any
3463
3470
  """
3464
3471
 
@@ -4222,7 +4229,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4222
4229
  """
4223
4230
  Computes all minimum distances between current collision pairs.
4224
4231
 
4225
- :return: <Element 'para' at 0x104b3e340>
4232
+ :return: <Element 'para' at 0x1075c09a0>
4226
4233
  """
4227
4234
  ...
4228
4235
 
@@ -4255,7 +4262,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4255
4262
 
4256
4263
  :param any frame: the frame for which we want the jacobian
4257
4264
 
4258
- :return: <Element 'para' at 0x104b3ee30>
4265
+ :return: <Element 'para' at 0x1075c0270>
4259
4266
  """
4260
4267
  ...
4261
4268
 
@@ -4269,7 +4276,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4269
4276
 
4270
4277
  :param any frame: the frame for which we want the jacobian time variation
4271
4278
 
4272
- :return: <Element 'para' at 0x104be8860>
4279
+ :return: <Element 'para' at 0x10765d5d0>
4273
4280
  """
4274
4281
  ...
4275
4282
 
@@ -4581,7 +4588,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4581
4588
 
4582
4589
  :param bool stop_at_first: whether to stop at the first collision found
4583
4590
 
4584
- :return: <Element 'para' at 0x104b3dc10>
4591
+ :return: <Element 'para' at 0x1075c1710>
4585
4592
  """
4586
4593
  ...
4587
4594
 
@@ -7485,7 +7492,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7485
7492
  """
7486
7493
  Computes all minimum distances between current collision pairs.
7487
7494
 
7488
- :return: <Element 'para' at 0x104a18ea0>
7495
+ :return: <Element 'para' at 0x1074a9170>
7489
7496
  """
7490
7497
  ...
7491
7498
 
@@ -7499,7 +7506,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7499
7506
 
7500
7507
  :param any frame: the frame for which we want the jacobian
7501
7508
 
7502
- :return: <Element 'para' at 0x104a19990>
7509
+ :return: <Element 'para' at 0x1074a9c60>
7503
7510
  """
7504
7511
  ...
7505
7512
 
@@ -7513,7 +7520,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7513
7520
 
7514
7521
  :param any frame: the frame for which we want the jacobian time variation
7515
7522
 
7516
- :return: <Element 'para' at 0x104a1b380>
7523
+ :return: <Element 'para' at 0x1074ab650>
7517
7524
  """
7518
7525
  ...
7519
7526
 
@@ -7754,7 +7761,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7754
7761
 
7755
7762
  :param bool stop_at_first: whether to stop at the first collision found
7756
7763
 
7757
- :return: <Element 'para' at 0x104a18770>
7764
+ :return: <Element 'para' at 0x1074a8a40>
7758
7765
  """
7759
7766
  ...
7760
7767
 
@@ -8857,6 +8864,15 @@ None( (placo.WPGTrajectory)arg1) -> int :
8857
8864
  int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8858
8865
  """
8859
8866
 
8867
+ parts: any
8868
+ """
8869
+
8870
+ None( (placo.WPGTrajectory)arg1) -> object :
8871
+
8872
+ C++ signature :
8873
+ std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8874
+ """
8875
+
8860
8876
  def print_parts_timings(
8861
8877
  self,
8862
8878
  ) -> None:
@@ -8975,13 +8991,13 @@ class WalkPatternGenerator:
8975
8991
  """
8976
8992
  Computes the best ZMP in the support polygon to move de DCM from world_dcm_start to world_dcm_end in duration.
8977
8993
 
8978
- :param numpy.ndarray world_dcm_start: The initial DCM position in world frame
8994
+ :param numpy.ndarray world_dcm_start: Initial DCM position in world frame
8979
8995
 
8980
- :param numpy.ndarray world_dcm_end: The desired final DCM position in world frame
8996
+ :param numpy.ndarray world_dcm_end: Desired final DCM position in world frame
8981
8997
 
8982
- :param float duration: The duration
8998
+ :param float duration: Duration
8983
8999
 
8984
- :param Support support: The support
9000
+ :param Support support: Support
8985
9001
  """
8986
9002
  ...
8987
9003
 
@@ -9027,6 +9043,15 @@ class WalkPatternGenerator:
9027
9043
  """
9028
9044
  ...
9029
9045
 
9046
+ soft: any
9047
+ """
9048
+
9049
+ None( (placo.WalkPatternGenerator)arg1) -> bool :
9050
+
9051
+ C++ signature :
9052
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9053
+ """
9054
+
9030
9055
  def support_default_duration(
9031
9056
  self,
9032
9057
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -9043,16 +9068,19 @@ class WalkPatternGenerator:
9043
9068
  self,
9044
9069
  t: float, # double
9045
9070
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
9071
+ world_target_zmp: numpy.ndarray, # Eigen::Vector2d
9046
9072
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
9047
9073
  ) -> list[Support]:
9048
9074
  """
9049
9075
  Updates the supports to ensure DCM viability by adjusting the duration and the target of the current swing trajectory.
9050
9076
 
9051
- :param float t: The current time
9077
+ :param float t: Current time
9078
+
9079
+ :param list[Support] supports: Planned supports
9052
9080
 
9053
- :param list[Support] supports: The planned supports
9081
+ :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
9054
9082
 
9055
- :param numpy.ndarray world_measured_dcm: The measured DCM in world frame
9083
+ :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
9056
9084
  """
9057
9085
  ...
9058
9086
 
@@ -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.dylib,sha256=8lyc8doJN5qRYU9gjVBiFQW2M1suGwvTRAnFQ4m4RmQ,1378560
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=QLOJf_hBP35-pi-7_Y1K5LXUpl6mpSIhjCLlO0riibM,196998
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=qx6PRMbRRjKHh2i9sijbFqNiJBxVcZFKup9ZD3y96Nk,6569128
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.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=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
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=e8Em2UJhkG4GAcT4hJLh1VDcyTPPu3OmEc2iKhEbCZQ,1378544
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=jVQTqtisb5uG2xAf06Y17CeevSdW97kk5BmA876XGL4,196281
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=tFKGbxTNO3zWWN-wtrBCPlk0cWneaeMcyl-9ZtqqEHU,6543880
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.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=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
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