placo 0.8.7__0-cp312-cp312-manylinux_2_28_aarch64.whl → 0.8.9__0-cp312-cp312-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
@@ -30,7 +30,6 @@ DynamicsSolver = typing.NewType("DynamicsSolver", None)
30
30
  DynamicsSolverResult = typing.NewType("DynamicsSolverResult", None)
31
31
  DynamicsTask = typing.NewType("DynamicsTask", None)
32
32
  DynamicsTorqueTask = typing.NewType("DynamicsTorqueTask", None)
33
- Exception = typing.NewType("Exception", None)
34
33
  Expression = typing.NewType("Expression", None)
35
34
  ExternalWrenchContact = typing.NewType("ExternalWrenchContact", None)
36
35
  Flags = typing.NewType("Flags", None)
@@ -97,12 +96,7 @@ map_string_double = typing.NewType("map_string_double", None)
97
96
  std_type_index = typing.NewType("std_type_index", None)
98
97
  vector_Collision = typing.NewType("vector_Collision", None)
99
98
  vector_Distance = typing.NewType("vector_Distance", None)
100
- vector_MatrixXd = typing.NewType("vector_MatrixXd", None)
101
99
  vector_Vector2d = typing.NewType("vector_Vector2d", None)
102
- vector_Vector3d = typing.NewType("vector_Vector3d", None)
103
- vector_double = typing.NewType("vector_double", None)
104
- vector_int = typing.NewType("vector_int", None)
105
- vector_string = typing.NewType("vector_string", None)
106
100
  class AvoidSelfCollisionsDynamicsConstraint:
107
101
  def __init__(
108
102
  arg1: object,
@@ -3003,23 +2997,6 @@ None( (placo.Prioritized)arg1) -> str :
3003
2997
  ...
3004
2998
 
3005
2999
 
3006
- class Exception:
3007
- def __init__(
3008
- arg1: object,
3009
- arg2: str,
3010
- ) -> None:
3011
- ...
3012
-
3013
- message: any
3014
- """
3015
-
3016
- None( (placo.Exception)arg1) -> str :
3017
-
3018
- C++ signature :
3019
- std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > None(eigenpy::Exception {lvalue})
3020
- """
3021
-
3022
-
3023
3000
  class Expression:
3024
3001
  A: any
3025
3002
  """
@@ -4056,7 +4033,7 @@ class HumanoidRobot:
4056
4033
  collision_model: any
4057
4034
  """
4058
4035
 
4059
- None( (placo.HumanoidRobot)arg1) -> object :
4036
+ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
4060
4037
 
4061
4038
  C++ signature :
4062
4039
  pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
@@ -4126,7 +4103,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4126
4103
  """
4127
4104
  Computes all minimum distances between current collision pairs.
4128
4105
 
4129
- :return: <Element 'para' at 0xff8753784cc0>
4106
+ :return: <Element 'para' at 0xff203b10b470>
4130
4107
  """
4131
4108
  ...
4132
4109
 
@@ -4158,7 +4135,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4158
4135
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
4159
4136
 
4160
4137
  :param any frame: the frame for which we want the jacobian
4161
- :return: <Element 'para' at 0xff8753785710>
4138
+ :return: <Element 'para' at 0xff203b10bec0>
4162
4139
  """
4163
4140
  ...
4164
4141
 
@@ -4171,7 +4148,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4171
4148
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
4172
4149
 
4173
4150
  :param any frame: the frame for which we want the jacobian time variation
4174
- :return: <Element 'para' at 0xff8753786de0>
4151
+ :return: <Element 'para' at 0xff203b1055d0>
4175
4152
  """
4176
4153
  ...
4177
4154
 
@@ -4419,7 +4396,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4419
4396
  model: any
4420
4397
  """
4421
4398
 
4422
- None( (placo.HumanoidRobot)arg1) -> object :
4399
+ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4423
4400
 
4424
4401
  C++ signature :
4425
4402
  pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
@@ -4477,7 +4454,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
4477
4454
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
4478
4455
 
4479
4456
  :param bool stop_at_first: whether to stop at the first collision found
4480
- :return: <Element 'para' at 0xff8753784540>
4457
+ :return: <Element 'para' at 0xff203b10acf0>
4481
4458
  """
4482
4459
  ...
4483
4460
 
@@ -4723,7 +4700,7 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4723
4700
  visual_model: any
4724
4701
  """
4725
4702
 
4726
- None( (placo.HumanoidRobot)arg1) -> object :
4703
+ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
4727
4704
 
4728
4705
  C++ signature :
4729
4706
  pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
@@ -7257,7 +7234,7 @@ class RobotWrapper:
7257
7234
  collision_model: any
7258
7235
  """
7259
7236
 
7260
- None( (placo.RobotWrapper)arg1) -> object :
7237
+ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
7261
7238
 
7262
7239
  C++ signature :
7263
7240
  pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
@@ -7309,7 +7286,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7309
7286
  """
7310
7287
  Computes all minimum distances between current collision pairs.
7311
7288
 
7312
- :return: <Element 'para' at 0xff875373eb60>
7289
+ :return: <Element 'para' at 0xff203b16b790>
7313
7290
  """
7314
7291
  ...
7315
7292
 
@@ -7322,7 +7299,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7322
7299
  Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
7323
7300
 
7324
7301
  :param any frame: the frame for which we want the jacobian
7325
- :return: <Element 'para' at 0xff875373e200>
7302
+ :return: <Element 'para' at 0xff203b16bfb0>
7326
7303
  """
7327
7304
  ...
7328
7305
 
@@ -7335,7 +7312,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7335
7312
  Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
7336
7313
 
7337
7314
  :param any frame: the frame for which we want the jacobian time variation
7338
- :return: <Element 'para' at 0xff875373ccc0>
7315
+ :return: <Element 'para' at 0xff203b16d670>
7339
7316
  """
7340
7317
  ...
7341
7318
 
@@ -7522,7 +7499,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7522
7499
  model: any
7523
7500
  """
7524
7501
 
7525
- None( (placo.RobotWrapper)arg1) -> object :
7502
+ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7526
7503
 
7527
7504
  C++ signature :
7528
7505
  pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
@@ -7573,7 +7550,7 @@ None( (placo.RobotWrapper)arg1) -> object :
7573
7550
  Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
7574
7551
 
7575
7552
  :param bool stop_at_first: whether to stop at the first collision found
7576
- :return: <Element 'para' at 0xff875373fdd0>
7553
+ :return: <Element 'para' at 0xff203b16b1f0>
7577
7554
  """
7578
7555
  ...
7579
7556
 
@@ -7786,7 +7763,7 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
7786
7763
  visual_model: any
7787
7764
  """
7788
7765
 
7789
- None( (placo.RobotWrapper)arg1) -> object :
7766
+ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
7790
7767
 
7791
7768
  C++ signature :
7792
7769
  pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
@@ -8879,6 +8856,15 @@ class WalkTasks:
8879
8856
  ) -> None:
8880
8857
  ...
8881
8858
 
8859
+ com_task: any
8860
+ """
8861
+
8862
+ None( (placo.WalkTasks)arg1) -> placo.CoMTask :
8863
+
8864
+ C++ signature :
8865
+ placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
8866
+ """
8867
+
8882
8868
  com_x: any
8883
8869
  """
8884
8870
 
@@ -8977,6 +8963,15 @@ None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
8977
8963
  placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
8978
8964
  """
8979
8965
 
8966
+ trunk_task: any
8967
+ """
8968
+
8969
+ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
8970
+
8971
+ C++ signature :
8972
+ placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
8973
+ """
8974
+
8980
8975
  def update_tasks(
8981
8976
  self,
8982
8977
  trajectory: WPGTrajectory, # placo::humanoid::WalkPatternGenerator::Trajectory
@@ -9118,27 +9113,15 @@ class boost_type_index:
9118
9113
  ...
9119
9114
 
9120
9115
  def hash_code(
9121
- self: boost_type_index,
9122
- ) -> int:
9123
- """
9124
- Returns an unspecified value (here denoted by hash code) such that for all std::type_info objects referring to the same type, their hash code is the same.
9125
- """
9116
+ ) -> any:
9126
9117
  ...
9127
9118
 
9128
9119
  def name(
9129
- self: boost_type_index,
9130
- ) -> str:
9131
- """
9132
- Returns an implementation defined null-terminated character string containing the name of the type. No guarantees are given; in particular, the returned string can be identical for several types and change between invocations of the same program.
9133
- """
9120
+ ) -> any:
9134
9121
  ...
9135
9122
 
9136
9123
  def pretty_name(
9137
- self: boost_type_index,
9138
- ) -> str:
9139
- """
9140
- Human readible name.
9141
- """
9124
+ ) -> any:
9142
9125
  ...
9143
9126
 
9144
9127
 
@@ -9274,27 +9257,15 @@ class std_type_index:
9274
9257
  ...
9275
9258
 
9276
9259
  def hash_code(
9277
- self: std_type_index,
9278
- ) -> int:
9279
- """
9280
- Returns an unspecified value (here denoted by hash code) such that for all std::type_info objects referring to the same type, their hash code is the same.
9281
- """
9260
+ ) -> any:
9282
9261
  ...
9283
9262
 
9284
9263
  def name(
9285
- self: std_type_index,
9286
- ) -> str:
9287
- """
9288
- Returns an implementation defined null-terminated character string containing the name of the type. No guarantees are given; in particular, the returned string can be identical for several types and change between invocations of the same program.
9289
- """
9264
+ ) -> any:
9290
9265
  ...
9291
9266
 
9292
9267
  def pretty_name(
9293
- self: std_type_index,
9294
- ) -> str:
9295
- """
9296
- Human readible name.
9297
- """
9268
+ ) -> any:
9298
9269
  ...
9299
9270
 
9300
9271
 
@@ -9336,25 +9307,6 @@ class vector_Distance:
9336
9307
  ...
9337
9308
 
9338
9309
 
9339
- class vector_MatrixXd:
9340
- def __init__(
9341
- arg1: object,
9342
- ) -> None:
9343
- ...
9344
-
9345
- def append(
9346
- arg1: vector_MatrixXd,
9347
- arg2: object,
9348
- ) -> None:
9349
- ...
9350
-
9351
- def extend(
9352
- arg1: vector_MatrixXd,
9353
- arg2: object,
9354
- ) -> None:
9355
- ...
9356
-
9357
-
9358
9310
  class vector_Vector2d:
9359
9311
  def __init__(
9360
9312
  arg1: object,
@@ -9374,82 +9326,6 @@ class vector_Vector2d:
9374
9326
  ...
9375
9327
 
9376
9328
 
9377
- class vector_Vector3d:
9378
- def __init__(
9379
- arg1: object,
9380
- ) -> None:
9381
- ...
9382
-
9383
- def append(
9384
- arg1: vector_Vector3d,
9385
- arg2: object,
9386
- ) -> None:
9387
- ...
9388
-
9389
- def extend(
9390
- arg1: vector_Vector3d,
9391
- arg2: object,
9392
- ) -> None:
9393
- ...
9394
-
9395
-
9396
- class vector_double:
9397
- def __init__(
9398
- arg1: object,
9399
- ) -> None:
9400
- ...
9401
-
9402
- def append(
9403
- arg1: vector_double,
9404
- arg2: object,
9405
- ) -> None:
9406
- ...
9407
-
9408
- def extend(
9409
- arg1: vector_double,
9410
- arg2: object,
9411
- ) -> None:
9412
- ...
9413
-
9414
-
9415
- class vector_int:
9416
- def __init__(
9417
- arg1: object,
9418
- ) -> None:
9419
- ...
9420
-
9421
- def append(
9422
- arg1: vector_int,
9423
- arg2: object,
9424
- ) -> None:
9425
- ...
9426
-
9427
- def extend(
9428
- arg1: vector_int,
9429
- arg2: object,
9430
- ) -> None:
9431
- ...
9432
-
9433
-
9434
- class vector_string:
9435
- def __init__(
9436
- arg1: object,
9437
- ) -> None:
9438
- ...
9439
-
9440
- def append(
9441
- arg1: vector_string,
9442
- arg2: object,
9443
- ) -> None:
9444
- ...
9445
-
9446
- def extend(
9447
- arg1: vector_string,
9448
- arg2: object,
9449
- ) -> None:
9450
- ...
9451
-
9452
-
9453
9329
  def wrap_angle(
9454
9330
  angle: float, # double
9455
9331
  ) -> float:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placo
3
- Version: 0.8.7
3
+ Version: 0.8.9
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=zf5M3uoW2kiAU-UZObPlfnE8G9Nh1inA81USYn-H5bw,1706160
2
+ cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=MfKyQUPyvBYT0i-39dEVBceaC-umWiKZh0Yy12W05Ww,193010
3
+ cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=htN1P8_E_JC2dZ236t5gt2ZRH8BRzGVBz0x4d30SAes,8648752
4
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
+ cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
+ placo-0.8.9.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
+ placo-0.8.9.dist-info/METADATA,sha256=_RinG8JYHZa2H-6_2thwo4K72kq4zRwOO1eUtdhh8mU,2620
10
+ placo-0.8.9.dist-info/WHEEL,sha256=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
11
+ placo-0.8.9.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ placo-0.8.9.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- cmeel.prefix/lib/liblibplaco.so,sha256=9-EztT1nfcUtzd7EsXKF77-hTSeTFDDd4CWKq8U2J8M,1706160
2
- cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=O1Eyj4JxljUUHyODV24cPMxrPzzXQ-2NrdHJCYaGyTM,195318
3
- cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=s36nIRhpn4XZKorRLxus09DSvAoJ8e4UmcsMlAemqYI,8575240
4
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
5
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
6
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
7
- cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
8
- placo-0.8.7.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
9
- placo-0.8.7.dist-info/METADATA,sha256=jfEYwRhJFaTbBiQOpmkVNV-ny8FQw_sNfvtige4PH80,2620
10
- placo-0.8.7.dist-info/WHEEL,sha256=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
11
- placo-0.8.7.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- placo-0.8.7.dist-info/RECORD,,
File without changes