placo 0.9.0__0-cp310-cp310-macosx_11_0_arm64.whl → 0.9.2__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
@@ -4238,26 +4238,14 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4238
4238
  def dcm(
4239
4239
  self,
4240
4240
  omega: float, # double
4241
+ com_velocity: numpy.ndarray, # Eigen::Vector2d
4241
4242
  ) -> numpy.ndarray:
4242
4243
  """
4243
4244
  Compute the Divergent Component of Motion (DCM)
4244
4245
 
4245
- :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4246
- """
4247
- ...
4248
-
4249
- def dcm_from_com_vel(
4250
- arg1: HumanoidRobot,
4251
- arg2: float,
4252
- arg3: numpy.ndarray,
4253
- ) -> numpy.ndarray:
4254
- ...
4255
-
4256
- def dcom_world(
4257
- self,
4258
- ) -> numpy.ndarray:
4259
- """
4260
- Gets the CoM velocity in the world.
4246
+ :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4247
+
4248
+ :param numpy.ndarray com_velocity: CoM velocity
4261
4249
  """
4262
4250
  ...
4263
4251
 
@@ -4267,7 +4255,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4267
4255
  """
4268
4256
  Computes all minimum distances between current collision pairs.
4269
4257
 
4270
- :return: <Element 'para' at 0x10372e610>
4258
+ :return: <Element 'para' at 0x10710bc40>
4271
4259
  """
4272
4260
  ...
4273
4261
 
@@ -4300,7 +4288,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4300
4288
 
4301
4289
  :param any frame: the frame for which we want the jacobian
4302
4290
 
4303
- :return: <Element 'para' at 0x10372f100>
4291
+ :return: <Element 'para' at 0x10710a750>
4304
4292
  """
4305
4293
  ...
4306
4294
 
@@ -4314,7 +4302,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4314
4302
 
4315
4303
  :param any frame: the frame for which we want the jacobian time variation
4316
4304
 
4317
- :return: <Element 'para' at 0x103714b30>
4305
+ :return: <Element 'para' at 0x1071dd300>
4318
4306
  """
4319
4307
  ...
4320
4308
 
@@ -4626,7 +4614,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4626
4614
 
4627
4615
  :param bool stop_at_first: whether to stop at the first collision found
4628
4616
 
4629
- :return: <Element 'para' at 0x10372dee0>
4617
+ :return: <Element 'para' at 0x107133ec0>
4630
4618
  """
4631
4619
  ...
4632
4620
 
@@ -4860,6 +4848,17 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4860
4848
  """
4861
4849
  ...
4862
4850
 
4851
+ def update_from_imu(
4852
+ self,
4853
+ R_world_trunk: numpy.ndarray, # Eigen::Matrix3d
4854
+ ) -> None:
4855
+ """
4856
+ Rotate the robot around its support.
4857
+
4858
+ :param numpy.ndarray R_world_trunk: Orientation of the trunk from the IMU
4859
+ """
4860
+ ...
4861
+
4863
4862
  def update_kinematics(
4864
4863
  self,
4865
4864
  ) -> None:
@@ -5516,12 +5515,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5516
5515
 
5517
5516
  def add_joints_task(
5518
5517
  self,
5519
- joints: dict[str, float], # std::map< std::string, double > &
5520
5518
  ) -> JointsTask:
5521
5519
  """
5522
5520
  Adds joints task.
5523
-
5524
- :param dict[str, float] joints: value for the joints
5525
5521
  """
5526
5522
  ...
5527
5523
 
@@ -7550,21 +7546,13 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7550
7546
  """
7551
7547
  ...
7552
7548
 
7553
- def dcom_world(
7554
- self,
7555
- ) -> numpy.ndarray:
7556
- """
7557
- Gets the CoM velocity in the world.
7558
- """
7559
- ...
7560
-
7561
7549
  def distances(
7562
7550
  self,
7563
7551
  ) -> list[Distance]:
7564
7552
  """
7565
7553
  Computes all minimum distances between current collision pairs.
7566
7554
 
7567
- :return: <Element 'para' at 0x103618590>
7555
+ :return: <Element 'para' at 0x107150450>
7568
7556
  """
7569
7557
  ...
7570
7558
 
@@ -7578,7 +7566,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7578
7566
 
7579
7567
  :param any frame: the frame for which we want the jacobian
7580
7568
 
7581
- :return: <Element 'para' at 0x103619080>
7569
+ :return: <Element 'para' at 0x107150f40>
7582
7570
  """
7583
7571
  ...
7584
7572
 
@@ -7592,7 +7580,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7592
7580
 
7593
7581
  :param any frame: the frame for which we want the jacobian time variation
7594
7582
 
7595
- :return: <Element 'para' at 0x10361aa70>
7583
+ :return: <Element 'para' at 0x107152930>
7596
7584
  """
7597
7585
  ...
7598
7586
 
@@ -7833,7 +7821,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7833
7821
 
7834
7822
  :param bool stop_at_first: whether to stop at the first collision found
7835
7823
 
7836
- :return: <Element 'para' at 0x10360fe20>
7824
+ :return: <Element 'para' at 0x107147ce0>
7837
7825
  """
7838
7826
  ...
7839
7827
 
@@ -8836,6 +8824,19 @@ None( (placo.WPGTrajectory)arg1) -> float :
8836
8824
  """
8837
8825
  ...
8838
8826
 
8827
+ def get_p_support_CoM(
8828
+ self,
8829
+ t: float, # double
8830
+ ) -> numpy.ndarray:
8831
+ ...
8832
+
8833
+ def get_p_support_DCM(
8834
+ self,
8835
+ t: float, # double
8836
+ omega: float, # double
8837
+ ) -> numpy.ndarray:
8838
+ ...
8839
+
8839
8840
  def get_p_world_CoM(
8840
8841
  self,
8841
8842
  t: float, # double
@@ -8908,6 +8909,12 @@ None( (placo.WPGTrajectory)arg1) -> float :
8908
8909
  ) -> list[Support]:
8909
8910
  ...
8910
8911
 
8912
+ def get_v_support_CoM(
8913
+ self,
8914
+ t: float, # double
8915
+ ) -> numpy.ndarray:
8916
+ ...
8917
+
8911
8918
  def get_v_world_CoM(
8912
8919
  self,
8913
8920
  t: float, # double
@@ -8927,15 +8934,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8927
8934
  ) -> numpy.ndarray:
8928
8935
  ...
8929
8936
 
8930
- kept_ts: any
8931
- """
8932
-
8933
- None( (placo.WPGTrajectory)arg1) -> int :
8934
-
8935
- C++ signature :
8936
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8937
- """
8938
-
8939
8937
  parts: any
8940
8938
  """
8941
8939
 
@@ -8950,6 +8948,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8950
8948
  ) -> None:
8951
8949
  ...
8952
8950
 
8951
+ replan_success: any
8952
+ """
8953
+
8954
+ None( (placo.WPGTrajectory)arg1) -> bool :
8955
+
8956
+ C++ signature :
8957
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8958
+ """
8959
+
8953
8960
  def support_is_both(
8954
8961
  self,
8955
8962
  t: float, # double
@@ -9124,6 +9131,15 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9124
9131
  bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9125
9132
  """
9126
9133
 
9134
+ stop_end_support_weight: any
9135
+ """
9136
+
9137
+ None( (placo.WalkPatternGenerator)arg1) -> float :
9138
+
9139
+ C++ signature :
9140
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9141
+ """
9142
+
9127
9143
  def support_default_duration(
9128
9144
  self,
9129
9145
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -9140,7 +9156,6 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9140
9156
  self,
9141
9157
  t: float, # double
9142
9158
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
9143
- world_target_zmp: numpy.ndarray, # Eigen::Vector2d
9144
9159
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
9145
9160
  ) -> list[Support]:
9146
9161
  """
@@ -9150,12 +9165,19 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
9150
9165
 
9151
9166
  :param list[Support] supports: Planned supports
9152
9167
 
9153
- :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
9154
-
9155
9168
  :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
9156
9169
  """
9157
9170
  ...
9158
9171
 
9172
+ zmp_in_support_weight: any
9173
+ """
9174
+
9175
+ None( (placo.WalkPatternGenerator)arg1) -> float :
9176
+
9177
+ C++ signature :
9178
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9179
+ """
9180
+
9159
9181
 
9160
9182
  class WalkTasks:
9161
9183
  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.2
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=tISiyX-rc4mAeS1JycRypAJHcsuEhtEU-7Lhess1u6o,1399360
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=_T0yadbckjypR7wv7qCSZAeoSqQPtN88dSQyIP2uyCI,198362
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=FWRoIB_qg4_-QNeFGMo4bManByZ0DvYkxeTppMEx0tM,6647752
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.9.2.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.9.2.dist-info/METADATA,sha256=J3JpPZ0GlSCqi8liiO02WiGJXzJ-q4p5fGUYxPdF8LE,2620
10
+ placo-0.9.2.dist-info/WHEEL,sha256=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
11
+ placo-0.9.2.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.9.2.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.dylib,sha256=SCsZj4IQJni6iPV7OWGUYCw9rm_oFtnEHHXM_XVBfFo,1381840
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=sH7NvzFli6mXTxt0N6450dh_ok8NViHbE2mRIB4dD10,197943
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=49veycA9mXyrTNvr-9AKLuXsUT7cR-Vo2AYj9tIsKu0,6646552
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.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=wZPM3usBfU0VeMSc3DCLlfcN5EuhQgo5t1AEM8-WQe0,111
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