placo 0.9.0__0-cp39-cp39-macosx_10_9_x86_64.whl → 0.9.1__0-cp39-cp39-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
@@ -4234,26 +4234,14 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4234
4234
  def dcm(
4235
4235
  self,
4236
4236
  omega: float, # double
4237
+ com_velocity: numpy.ndarray, # Eigen::Vector2d
4237
4238
  ) -> numpy.ndarray:
4238
4239
  """
4239
4240
  Compute the Divergent Component of Motion (DCM)
4240
4241
 
4241
- :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4242
- """
4243
- ...
4244
-
4245
- def dcm_from_com_vel(
4246
- arg1: HumanoidRobot,
4247
- arg2: float,
4248
- arg3: numpy.ndarray,
4249
- ) -> numpy.ndarray:
4250
- ...
4251
-
4252
- def dcom_world(
4253
- self,
4254
- ) -> numpy.ndarray:
4255
- """
4256
- Gets the CoM velocity in the world.
4242
+ :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4243
+
4244
+ :param numpy.ndarray com_velocity: CoM velocity
4257
4245
  """
4258
4246
  ...
4259
4247
 
@@ -4263,7 +4251,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4263
4251
  """
4264
4252
  Computes all minimum distances between current collision pairs.
4265
4253
 
4266
- :return: <Element 'para' at 0x109eafbd0>
4254
+ :return: <Element 'para' at 0x109214d10>
4267
4255
  """
4268
4256
  ...
4269
4257
 
@@ -4296,7 +4284,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4296
4284
 
4297
4285
  :param any frame: the frame for which we want the jacobian
4298
4286
 
4299
- :return: <Element 'para' at 0x109eaf130>
4287
+ :return: <Element 'para' at 0x109213860>
4300
4288
  """
4301
4289
  ...
4302
4290
 
@@ -4310,7 +4298,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4310
4298
 
4311
4299
  :param any frame: the frame for which we want the jacobian time variation
4312
4300
 
4313
- :return: <Element 'para' at 0x109eb19f0>
4301
+ :return: <Element 'para' at 0x10921f310>
4314
4302
  """
4315
4303
  ...
4316
4304
 
@@ -4622,7 +4610,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4622
4610
 
4623
4611
  :param bool stop_at_first: whether to stop at the first collision found
4624
4612
 
4625
- :return: <Element 'para' at 0x109ea8cc0>
4613
+ :return: <Element 'para' at 0x1092145e0>
4626
4614
  """
4627
4615
  ...
4628
4616
 
@@ -4856,6 +4844,17 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4856
4844
  """
4857
4845
  ...
4858
4846
 
4847
+ def update_from_imu(
4848
+ self,
4849
+ R_world_trunk: numpy.ndarray, # Eigen::Matrix3d
4850
+ ) -> None:
4851
+ """
4852
+ Rotate the robot around its support.
4853
+
4854
+ :param numpy.ndarray R_world_trunk: Orientation of the trunk from the IMU
4855
+ """
4856
+ ...
4857
+
4859
4858
  def update_kinematics(
4860
4859
  self,
4861
4860
  ) -> None:
@@ -5508,12 +5507,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5508
5507
 
5509
5508
  def add_joints_task(
5510
5509
  self,
5511
- joints: dict[str, float], # std::map< std::string, double > &
5512
5510
  ) -> JointsTask:
5513
5511
  """
5514
5512
  Adds joints task.
5515
-
5516
- :param dict[str, float] joints: value for the joints
5517
5513
  """
5518
5514
  ...
5519
5515
 
@@ -7542,21 +7538,13 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7542
7538
  """
7543
7539
  ...
7544
7540
 
7545
- def dcom_world(
7546
- self,
7547
- ) -> numpy.ndarray:
7548
- """
7549
- Gets the CoM velocity in the world.
7550
- """
7551
- ...
7552
-
7553
7541
  def distances(
7554
7542
  self,
7555
7543
  ) -> list[Distance]:
7556
7544
  """
7557
7545
  Computes all minimum distances between current collision pairs.
7558
7546
 
7559
- :return: <Element 'para' at 0x108f50220>
7547
+ :return: <Element 'para' at 0x1082b9180>
7560
7548
  """
7561
7549
  ...
7562
7550
 
@@ -7570,7 +7558,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7570
7558
 
7571
7559
  :param any frame: the frame for which we want the jacobian
7572
7560
 
7573
- :return: <Element 'para' at 0x108f50d10>
7561
+ :return: <Element 'para' at 0x1082b9c70>
7574
7562
  """
7575
7563
  ...
7576
7564
 
@@ -7584,7 +7572,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7584
7572
 
7585
7573
  :param any frame: the frame for which we want the jacobian time variation
7586
7574
 
7587
- :return: <Element 'para' at 0x108f577c0>
7575
+ :return: <Element 'para' at 0x1082c0720>
7588
7576
  """
7589
7577
  ...
7590
7578
 
@@ -7825,7 +7813,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7825
7813
 
7826
7814
  :param bool stop_at_first: whether to stop at the first collision found
7827
7815
 
7828
- :return: <Element 'para' at 0x108f4aa90>
7816
+ :return: <Element 'para' at 0x1082b49f0>
7829
7817
  """
7830
7818
  ...
7831
7819
 
@@ -8828,6 +8816,19 @@ None( (placo.WPGTrajectory)arg1) -> float :
8828
8816
  """
8829
8817
  ...
8830
8818
 
8819
+ def get_p_support_CoM(
8820
+ self,
8821
+ t: float, # double
8822
+ ) -> numpy.ndarray:
8823
+ ...
8824
+
8825
+ def get_p_support_DCM(
8826
+ self,
8827
+ t: float, # double
8828
+ omega: float, # double
8829
+ ) -> numpy.ndarray:
8830
+ ...
8831
+
8831
8832
  def get_p_world_CoM(
8832
8833
  self,
8833
8834
  t: float, # double
@@ -8900,6 +8901,12 @@ None( (placo.WPGTrajectory)arg1) -> float :
8900
8901
  ) -> list[Support]:
8901
8902
  ...
8902
8903
 
8904
+ def get_v_support_CoM(
8905
+ self,
8906
+ t: float, # double
8907
+ ) -> numpy.ndarray:
8908
+ ...
8909
+
8903
8910
  def get_v_world_CoM(
8904
8911
  self,
8905
8912
  t: float, # double
@@ -9116,6 +9123,15 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9116
9123
  bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9117
9124
  """
9118
9125
 
9126
+ stop_end_support_weight: any
9127
+ """
9128
+
9129
+ None( (placo.WalkPatternGenerator)arg1) -> float :
9130
+
9131
+ C++ signature :
9132
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9133
+ """
9134
+
9119
9135
  def support_default_duration(
9120
9136
  self,
9121
9137
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -9132,7 +9148,6 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9132
9148
  self,
9133
9149
  t: float, # double
9134
9150
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
9135
- world_target_zmp: numpy.ndarray, # Eigen::Vector2d
9136
9151
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
9137
9152
  ) -> list[Support]:
9138
9153
  """
@@ -9142,12 +9157,19 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9142
9157
 
9143
9158
  :param list[Support] supports: Planned supports
9144
9159
 
9145
- :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
9146
-
9147
9160
  :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
9148
9161
  """
9149
9162
  ...
9150
9163
 
9164
+ zmp_in_support_weight: any
9165
+ """
9166
+
9167
+ None( (placo.WalkPatternGenerator)arg1) -> float :
9168
+
9169
+ C++ signature :
9170
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9171
+ """
9172
+
9151
9173
 
9152
9174
  class WalkTasks:
9153
9175
  def __init__(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.0
3
+ Version: 0.9.1
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=cZ_5r4ncT9ux3xQHdDtMm2jlw3LapC01HBV9LlJV6Ag,1688656
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Mr_OiHo6MpXGFGVXf45tJiyAfwN4xgEQXQOb4y7wP7I,198277
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=gW4uAplDzKDpxH41sFUf5P7EejuwxnAFl4PaTB5kVFY,7066160
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.9.1.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.1.dist-info/METADATA,sha256=Kd24ONb11iqnbdUPph0Tw0DAdzgjpPGLeBh3Pw8sW5M,2620
10
+ placo-0.9.1.dist-info/WHEEL,sha256=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
11
+ placo-0.9.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.1.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=7kP-lffe_VcKdjrld37zHYt5SGQTQ-PKXoz4w8RbtN8,1688264
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=31omhGk-RrHbIp4Fg9ebO1z7i4IlVMXv5Kj_4uqKGRw,197867
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=QP9T_rYXGa2PQG-1K9Lp08Rv1arHxR1DGdO_GcpjQPA,7064848
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.9.0.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.9.0.dist-info/METADATA,sha256=TPffHbvHnORg7JqUME69Tzf179PvC5sokN6xY2AhY5g,2620
10
- placo-0.9.0.dist-info/WHEEL,sha256=SPuKCq7g91a_0Yde2aZNKktl1nqSUqyoo9dFJq3wVNQ,110
11
- placo-0.9.0.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.0.dist-info/RECORD,,
File without changes