placo 0.9.0__0-cp310-cp310-manylinux_2_28_aarch64.whl → 0.9.2__0-cp310-cp310-manylinux_2_28_aarch64.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
@@ -4123,26 +4123,13 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4123
4123
  def dcm(
4124
4124
  self,
4125
4125
  omega: float, # double
4126
+ com_velocity: numpy.ndarray, # Eigen::Vector2d
4126
4127
  ) -> numpy.ndarray:
4127
4128
  """
4128
4129
  Compute the Divergent Component of Motion (DCM)
4129
4130
 
4130
- :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4131
- """
4132
- ...
4133
-
4134
- def dcm_from_com_vel(
4135
- arg1: HumanoidRobot,
4136
- arg2: float,
4137
- arg3: numpy.ndarray,
4138
- ) -> numpy.ndarray:
4139
- ...
4140
-
4141
- def dcom_world(
4142
- self,
4143
- ) -> numpy.ndarray:
4144
- """
4145
- Gets the CoM velocity in the world.
4131
+ :param float omega: Natural frequency of the LIP (= sqrt(g/h))
4132
+ :param numpy.ndarray com_velocity: CoM velocity
4146
4133
  """
4147
4134
  ...
4148
4135
 
@@ -4152,7 +4139,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4152
4139
  """
4153
4140
  Computes all minimum distances between current collision pairs.
4154
4141
 
4155
- :return: <Element 'para' at 0xff534cdeeed0>
4142
+ :return: <Element 'para' at 0xff1208ff2430>
4156
4143
  """
4157
4144
  ...
4158
4145
 
@@ -4184,7 +4171,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4184
4171
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4185
4172
 
4186
4173
  :param any frame: the frame for which we want the jacobian
4187
- :return: <Element 'para' at 0xff534cdef970>
4174
+ :return: <Element 'para' at 0xff1208ff2ed0>
4188
4175
  """
4189
4176
  ...
4190
4177
 
@@ -4197,7 +4184,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4197
4184
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4198
4185
 
4199
4186
  :param any frame: the frame for which we want the jacobian time variation
4200
- :return: <Element 'para' at 0xff534cdad300>
4187
+ :return: <Element 'para' at 0xff1208e37830>
4201
4188
  """
4202
4189
  ...
4203
4190
 
@@ -4503,7 +4490,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4503
4490
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4504
4491
 
4505
4492
  :param bool stop_at_first: whether to stop at the first collision found
4506
- :return: <Element 'para' at 0xff534cdee7f0>
4493
+ :return: <Element 'para' at 0xff1208ff1d50>
4507
4494
  """
4508
4495
  ...
4509
4496
 
@@ -4729,6 +4716,17 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4729
4716
  """
4730
4717
  ...
4731
4718
 
4719
+ def update_from_imu(
4720
+ self,
4721
+ R_world_trunk: numpy.ndarray, # Eigen::Matrix3d
4722
+ ) -> None:
4723
+ """
4724
+ Rotate the robot around its support.
4725
+
4726
+ :param numpy.ndarray R_world_trunk: Orientation of the trunk from the IMU
4727
+ """
4728
+ ...
4729
+
4732
4730
  def update_kinematics(
4733
4731
  self,
4734
4732
  ) -> None:
@@ -5357,12 +5355,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5357
5355
 
5358
5356
  def add_joints_task(
5359
5357
  self,
5360
- joints: dict[str, float], # std::map< std::string, double > &
5361
5358
  ) -> JointsTask:
5362
5359
  """
5363
5360
  Adds joints task.
5364
-
5365
- :param dict[str, float] joints: value for the joints
5366
5361
  """
5367
5362
  ...
5368
5363
 
@@ -7347,21 +7342,13 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7347
7342
  """
7348
7343
  ...
7349
7344
 
7350
- def dcom_world(
7351
- self,
7352
- ) -> numpy.ndarray:
7353
- """
7354
- Gets the CoM velocity in the world.
7355
- """
7356
- ...
7357
-
7358
7345
  def distances(
7359
7346
  self,
7360
7347
  ) -> list[Distance]:
7361
7348
  """
7362
7349
  Computes all minimum distances between current collision pairs.
7363
7350
 
7364
- :return: <Element 'para' at 0xff534cdac860>
7351
+ :return: <Element 'para' at 0xff120901b240>
7365
7352
  """
7366
7353
  ...
7367
7354
 
@@ -7374,7 +7361,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7374
7361
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7375
7362
 
7376
7363
  :param any frame: the frame for which we want the jacobian
7377
- :return: <Element 'para' at 0xff534ce1b420>
7364
+ :return: <Element 'para' at 0xff120901abb0>
7378
7365
  """
7379
7366
  ...
7380
7367
 
@@ -7387,7 +7374,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7387
7374
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7388
7375
 
7389
7376
  :param any frame: the frame for which we want the jacobian time variation
7390
- :return: <Element 'para' at 0xff534ce19850>
7377
+ :return: <Element 'para' at 0xff12090183b0>
7391
7378
  """
7392
7379
  ...
7393
7380
 
@@ -7625,7 +7612,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7625
7612
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7626
7613
 
7627
7614
  :param bool stop_at_first: whether to stop at the first collision found
7628
- :return: <Element 'para' at 0xff534cdad670>
7615
+ :return: <Element 'para' at 0xff1208e36f70>
7629
7616
  """
7630
7617
  ...
7631
7618
 
@@ -8612,6 +8599,19 @@ None( (placo.WPGTrajectory)arg1) -> float :
8612
8599
  """
8613
8600
  ...
8614
8601
 
8602
+ def get_p_support_CoM(
8603
+ self,
8604
+ t: float, # double
8605
+ ) -> numpy.ndarray:
8606
+ ...
8607
+
8608
+ def get_p_support_DCM(
8609
+ self,
8610
+ t: float, # double
8611
+ omega: float, # double
8612
+ ) -> numpy.ndarray:
8613
+ ...
8614
+
8615
8615
  def get_p_world_CoM(
8616
8616
  self,
8617
8617
  t: float, # double
@@ -8684,6 +8684,12 @@ None( (placo.WPGTrajectory)arg1) -> float :
8684
8684
  ) -> list[Support]:
8685
8685
  ...
8686
8686
 
8687
+ def get_v_support_CoM(
8688
+ self,
8689
+ t: float, # double
8690
+ ) -> numpy.ndarray:
8691
+ ...
8692
+
8687
8693
  def get_v_world_CoM(
8688
8694
  self,
8689
8695
  t: float, # double
@@ -8703,15 +8709,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8703
8709
  ) -> numpy.ndarray:
8704
8710
  ...
8705
8711
 
8706
- kept_ts: any
8707
- """
8708
-
8709
- None( (placo.WPGTrajectory)arg1) -> int :
8710
-
8711
- C++ signature :
8712
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8713
- """
8714
-
8715
8712
  parts: any
8716
8713
  """
8717
8714
 
@@ -8726,6 +8723,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8726
8723
  ) -> None:
8727
8724
  ...
8728
8725
 
8726
+ replan_success: any
8727
+ """
8728
+
8729
+ None( (placo.WPGTrajectory)arg1) -> bool :
8730
+
8731
+ C++ signature :
8732
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8733
+ """
8734
+
8729
8735
  def support_is_both(
8730
8736
  self,
8731
8737
  t: float, # double
@@ -8895,6 +8901,15 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
8895
8901
  bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
8896
8902
  """
8897
8903
 
8904
+ stop_end_support_weight: any
8905
+ """
8906
+
8907
+ None( (placo.WalkPatternGenerator)arg1) -> float :
8908
+
8909
+ C++ signature :
8910
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
8911
+ """
8912
+
8898
8913
  def support_default_duration(
8899
8914
  self,
8900
8915
  support: Support, # placo::humanoid::FootstepsPlanner::Support
@@ -8911,7 +8926,6 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
8911
8926
  self,
8912
8927
  t: float, # double
8913
8928
  supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
8914
- world_target_zmp: numpy.ndarray, # Eigen::Vector2d
8915
8929
  world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
8916
8930
  ) -> list[Support]:
8917
8931
  """
@@ -8919,11 +8933,19 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
8919
8933
 
8920
8934
  :param float t: Current time
8921
8935
  :param list[Support] supports: Planned supports
8922
- :param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
8923
8936
  :param numpy.ndarray world_measured_dcm: Measured DCM in world frame
8924
8937
  """
8925
8938
  ...
8926
8939
 
8940
+ zmp_in_support_weight: any
8941
+ """
8942
+
8943
+ None( (placo.WalkPatternGenerator)arg1) -> float :
8944
+
8945
+ C++ signature :
8946
+ double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
8947
+ """
8948
+
8927
8949
 
8928
8950
  class WalkTasks:
8929
8951
  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.so,sha256=flLs9f9Fzj4wVVaQ4dI2EcnKlrOXwHjUZXsgLAlyVLQ,1710096
2
+ cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=B99c7RypsiXNdI2vkC7hxxxgyk_ERXIO4dj1jM93CFU,196369
3
+ cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=H57RbWuo4gmeI_SuoN_dk91-fYFXu-ohT0VHGfIdybQ,8821320
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=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
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.so,sha256=PL_oZ4OOtzbIEEZRUeZNkCmIRsgmdmffyaC87IvWR8c,1709240
2
- cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=7GyClqR-Znx0n8yETnLtGU8fnbM1dGTBApR-91osOkQ,195950
3
- cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=5NLGlpXqDiEndn2IW6htGVhlS1R_TqGX7NT5Nx57HvA,8821056
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=vUz_L4RoT4ywPXSZmvCo12N3bCrHpcjUe1J1qrvdTu8,116
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