placo 0.9.1__0-cp313-cp313-manylinux_2_28_aarch64.whl → 0.9.2__0-cp313-cp313-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
@@ -4143,7 +4143,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4143
4143
  """
4144
4144
  Computes all minimum distances between current collision pairs.
4145
4145
 
4146
- :return: <Element 'para' at 0xff66c6456390>
4146
+ :return: <Element 'para' at 0xffc9d56b9bc0>
4147
4147
  """
4148
4148
  ...
4149
4149
 
@@ -4175,7 +4175,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4175
4175
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4176
4176
 
4177
4177
  :param any frame: the frame for which we want the jacobian
4178
- :return: <Element 'para' at 0xff66c6455a30>
4178
+ :return: <Element 'para' at 0xffc9d56ba610>
4179
4179
  """
4180
4180
  ...
4181
4181
 
@@ -4188,7 +4188,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4188
4188
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4189
4189
 
4190
4190
  :param any frame: the frame for which we want the jacobian time variation
4191
- :return: <Element 'para' at 0xff66c6454270>
4191
+ :return: <Element 'para' at 0xffc9d56bbce0>
4192
4192
  """
4193
4193
  ...
4194
4194
 
@@ -4494,7 +4494,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4494
4494
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4495
4495
 
4496
4496
  :param bool stop_at_first: whether to stop at the first collision found
4497
- :return: <Element 'para' at 0xff66c6456c00>
4497
+ :return: <Element 'para' at 0xffc9d56b9440>
4498
4498
  """
4499
4499
  ...
4500
4500
 
@@ -7356,7 +7356,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7356
7356
  """
7357
7357
  Computes all minimum distances between current collision pairs.
7358
7358
 
7359
- :return: <Element 'para' at 0xff66c644ae80>
7359
+ :return: <Element 'para' at 0xffc9d56d11c0>
7360
7360
  """
7361
7361
  ...
7362
7362
 
@@ -7369,7 +7369,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7369
7369
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7370
7370
 
7371
7371
  :param any frame: the frame for which we want the jacobian
7372
- :return: <Element 'para' at 0xff66c644bab0>
7372
+ :return: <Element 'para' at 0xffc9d56d0860>
7373
7373
  """
7374
7374
  ...
7375
7375
 
@@ -7382,7 +7382,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7382
7382
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7383
7383
 
7384
7384
  :param any frame: the frame for which we want the jacobian time variation
7385
- :return: <Element 'para' at 0xff66c644a0c0>
7385
+ :return: <Element 'para' at 0xffc9d56d2610>
7386
7386
  """
7387
7387
  ...
7388
7388
 
@@ -7620,7 +7620,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7620
7620
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7621
7621
 
7622
7622
  :param bool stop_at_first: whether to stop at the first collision found
7623
- :return: <Element 'para' at 0xff66c6455da0>
7623
+ :return: <Element 'para' at 0xffc9d56ba020>
7624
7624
  """
7625
7625
  ...
7626
7626
 
@@ -8717,15 +8717,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
8717
8717
  ) -> numpy.ndarray:
8718
8718
  ...
8719
8719
 
8720
- kept_ts: any
8721
- """
8722
-
8723
- None( (placo.WPGTrajectory)arg1) -> int :
8724
-
8725
- C++ signature :
8726
- int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8727
- """
8728
-
8729
8720
  parts: any
8730
8721
  """
8731
8722
 
@@ -8740,6 +8731,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
8740
8731
  ) -> None:
8741
8732
  ...
8742
8733
 
8734
+ replan_success: any
8735
+ """
8736
+
8737
+ None( (placo.WPGTrajectory)arg1) -> bool :
8738
+
8739
+ C++ signature :
8740
+ bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8741
+ """
8742
+
8743
8743
  def support_is_both(
8744
8744
  self,
8745
8745
  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=NkDBSF1lf1txX4cEHmwPiQpz0UcsW6toN2V0Ig_AXvU,1710096
2
+ cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=FmfjXzhDbDj2mVEsaHJBWyCUjG4QJ44A5tJiPq4F04Q,196447
3
+ cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=kWsXD07YWuKCC4ry9nSsBVQKz2dEIbrygx9-VCu37Lw,8749816
4
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.13/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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,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=6OXckd2NggNta3Lg8qrt4WbWdRhxXJrSD1EZSrXbojg,1709568
2
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi,sha256=03VqK_eUuQcjytJsLORGGPBABl9-sUtR6J9VEoQCUQY,196438
3
- cmeel.prefix/lib/python3.13/site-packages/placo.so,sha256=MrrnNpsSRWjU_spOqislXJiOdLZRnqsDJ9_qapJF-U8,8749816
4
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.13/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.13/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=DGQqNGUKrJGr1PrENgiumO2xTXy5bjCsF7b9TI0kpzM,116
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