placo 0.9.1__0-cp39-cp39-manylinux_2_28_aarch64.whl → 0.9.2__0-cp39-cp39-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
@@ -4135,7 +4135,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4135
4135
  """
4136
4136
  Computes all minimum distances between current collision pairs.
4137
4137
 
4138
- :return: <Element 'para' at 0xff9a2e19b720>
4138
+ :return: <Element 'para' at 0xffa247abe630>
4139
4139
  """
4140
4140
  ...
4141
4141
 
@@ -4167,7 +4167,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4167
4167
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4168
4168
 
4169
4169
  :param any frame: the frame for which we want the jacobian
4170
- :return: <Element 'para' at 0xff9a2e1a04f0>
4170
+ :return: <Element 'para' at 0xffa247ac3540>
4171
4171
  """
4172
4172
  ...
4173
4173
 
@@ -4180,7 +4180,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4180
4180
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4181
4181
 
4182
4182
  :param any frame: the frame for which we want the jacobian time variation
4183
- :return: <Element 'para' at 0xff9a2e1a2ea0>
4183
+ :return: <Element 'para' at 0xffa247ac6ef0>
4184
4184
  """
4185
4185
  ...
4186
4186
 
@@ -4486,7 +4486,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4486
4486
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4487
4487
 
4488
4488
  :param bool stop_at_first: whether to stop at the first collision found
4489
- :return: <Element 'para' at 0xff9a2e19b950>
4489
+ :return: <Element 'para' at 0xffa247abed10>
4490
4490
  """
4491
4491
  ...
4492
4492
 
@@ -7340,7 +7340,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7340
7340
  """
7341
7341
  Computes all minimum distances between current collision pairs.
7342
7342
 
7343
- :return: <Element 'para' at 0xff9a2e188860>
7343
+ :return: <Element 'para' at 0xffa247aa8c20>
7344
7344
  """
7345
7345
  ...
7346
7346
 
@@ -7353,7 +7353,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7353
7353
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7354
7354
 
7355
7355
  :param any frame: the frame for which we want the jacobian
7356
- :return: <Element 'para' at 0xff9a2e18c900>
7356
+ :return: <Element 'para' at 0xffa247aab3b0>
7357
7357
  """
7358
7358
  ...
7359
7359
 
@@ -7366,7 +7366,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7366
7366
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7367
7367
 
7368
7368
  :param any frame: the frame for which we want the jacobian time variation
7369
- :return: <Element 'para' at 0xff9a2e18de50>
7369
+ :return: <Element 'para' at 0xffa247ab4b80>
7370
7370
  """
7371
7371
  ...
7372
7372
 
@@ -7604,7 +7604,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7604
7604
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7605
7605
 
7606
7606
  :param bool stop_at_first: whether to stop at the first collision found
7607
- :return: <Element 'para' at 0xff9a2e188d60>
7607
+ :return: <Element 'para' at 0xffa247aa8680>
7608
7608
  """
7609
7609
  ...
7610
7610
 
@@ -8701,15 +8701,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8701
8701
  ) -> numpy.ndarray:
8702
8702
  ...
8703
8703
 
8704
- kept_ts: any
8705
- """
8706
-
8707
- None( (placo.WPGTrajectory)arg1) -> int :
8708
-
8709
- C++ signature :
8710
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8711
- """
8712
-
8713
8704
  parts: any
8714
8705
  """
8715
8706
 
@@ -8724,6 +8715,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8724
8715
  ) -> None:
8725
8716
  ...
8726
8717
 
8718
+ replan_success: any
8719
+ """
8720
+
8721
+ None( (placo.WPGTrajectory)arg1) -> bool :
8722
+
8723
+ C++ signature :
8724
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8725
+ """
8726
+
8727
8727
  def support_is_both(
8728
8728
  self,
8729
8729
  t: float, # double
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.9.1
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=OZpjE_aIA57Q1px7YnajN7MK6erDH9SkvOFHCFFDduU,1710096
2
+ cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=aQQVZHnujY1IR5pl3ES90OiBbXCnZ75OBM-08mLyQD4,196293
3
+ cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=loKKs1XDTuFdAB83dTFcUpxQqucGuoqVNnBXtzDeLHQ,8821320
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.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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
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=o-4W5vTdQ4iIpSesIY0_c8trJRTzpblDosDRJxKqOm8,1709568
2
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi,sha256=Y2bLTaLceWAgMiJ2xmO7W-S1dZSodfd0AwPvYlZftLg,196284
3
- cmeel.prefix/lib/python3.9/site-packages/placo.so,sha256=76jreOr2n4HxNxaNLN3axhXlL4hx0vLaMP8bk1pEOag,8821320
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=UpsNPCAbucsGLzlF7xcG-xAWM966_qp3wtQSt2FQzyw,114
11
- placo-0.9.1.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.9.1.dist-info/RECORD,,
File without changes