placo 0.9.6__0-cp313-cp313-macosx_11_0_arm64.whl → 0.9.7__0-cp313-cp313-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.

@@ -123,13 +123,9 @@ class AvoidSelfCollisionsDynamicsConstraint:
123
123
  """
124
124
  ...
125
125
 
126
- name: any
126
+ name: str # std::string
127
127
  """
128
-
129
- None( (placo.Prioritized)arg1) -> str :
130
-
131
- C++ signature :
132
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
128
+ Object name.
133
129
  """
134
130
 
135
131
  priority: str
@@ -137,22 +133,14 @@ None( (placo.Prioritized)arg1) -> str :
137
133
  Priority [str]
138
134
  """
139
135
 
140
- self_collisions_margin: any
136
+ self_collisions_margin: float # double
141
137
  """
142
-
143
- None( (placo.AvoidSelfCollisionsDynamicsConstraint)arg1) -> float :
144
-
145
- C++ signature :
146
- double {lvalue} None(placo::dynamics::AvoidSelfCollisionsConstraint {lvalue})
138
+ Margin for self collisions [m].
147
139
  """
148
140
 
149
- self_collisions_trigger: any
141
+ self_collisions_trigger: float # double
150
142
  """
151
-
152
- None( (placo.AvoidSelfCollisionsDynamicsConstraint)arg1) -> float :
153
-
154
- C++ signature :
155
- double {lvalue} None(placo::dynamics::AvoidSelfCollisionsConstraint {lvalue})
143
+ Distance that triggers the constraint [m].
156
144
  """
157
145
 
158
146
 
@@ -179,13 +167,9 @@ class AvoidSelfCollisionsKinematicsConstraint:
179
167
  """
180
168
  ...
181
169
 
182
- name: any
170
+ name: str # std::string
183
171
  """
184
-
185
- None( (placo.Prioritized)arg1) -> str :
186
-
187
- C++ signature :
188
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
172
+ Object name.
189
173
  """
190
174
 
191
175
  priority: str
@@ -193,33 +177,21 @@ None( (placo.Prioritized)arg1) -> str :
193
177
  Priority [str]
194
178
  """
195
179
 
196
- self_collisions_margin: any
180
+ self_collisions_margin: float # double
197
181
  """
198
-
199
- None( (placo.AvoidSelfCollisionsKinematicsConstraint)arg1) -> float :
200
-
201
- C++ signature :
202
- double {lvalue} None(placo::kinematics::AvoidSelfCollisionsConstraint {lvalue})
182
+ Margin for self collisions [m].
203
183
  """
204
184
 
205
- self_collisions_trigger: any
185
+ self_collisions_trigger: float # double
206
186
  """
207
-
208
- None( (placo.AvoidSelfCollisionsKinematicsConstraint)arg1) -> float :
209
-
210
- C++ signature :
211
- double {lvalue} None(placo::kinematics::AvoidSelfCollisionsConstraint {lvalue})
187
+ Distance that triggers the constraint [m].
212
188
  """
213
189
 
214
190
 
215
191
  class AxisAlignTask:
216
- A: any
192
+ A: numpy.ndarray # Eigen::MatrixXd
217
193
  """
218
-
219
- None( (placo.Task)arg1) -> object :
220
-
221
- C++ signature :
222
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
194
+ Matrix A in the task Ax = b, where x are the joint delta positions.
223
195
  """
224
196
 
225
197
  def __init__(
@@ -230,22 +202,14 @@ None( (placo.Task)arg1) -> object :
230
202
  ) -> any:
231
203
  ...
232
204
 
233
- axis_frame: any
205
+ axis_frame: numpy.ndarray # Eigen::Vector3d
234
206
  """
235
-
236
- None( (placo.AxisAlignTask)arg1) -> numpy.ndarray :
237
-
238
- C++ signature :
239
- Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::AxisAlignTask)
207
+ Axis in the frame.
240
208
  """
241
209
 
242
- b: any
210
+ b: numpy.ndarray # Eigen::MatrixXd
243
211
  """
244
-
245
- None( (placo.Task)arg1) -> object :
246
-
247
- C++ signature :
248
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
212
+ Vector b in the task Ax = b, where x are the joint delta positions.
249
213
  """
250
214
 
251
215
  def configure(
@@ -281,22 +245,14 @@ None( (placo.Task)arg1) -> object :
281
245
  """
282
246
  ...
283
247
 
284
- frame_index: any
248
+ frame_index: any # pinocchio::FrameIndex
285
249
  """
286
-
287
- None( (placo.AxisAlignTask)arg1) -> int :
288
-
289
- C++ signature :
290
- unsigned long {lvalue} None(placo::kinematics::AxisAlignTask {lvalue})
250
+ Target frame.
291
251
  """
292
252
 
293
- name: any
253
+ name: str # std::string
294
254
  """
295
-
296
- None( (placo.Prioritized)arg1) -> str :
297
-
298
- C++ signature :
299
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
255
+ Object name.
300
256
  """
301
257
 
302
258
  priority: str
@@ -304,13 +260,9 @@ None( (placo.Prioritized)arg1) -> str :
304
260
  Priority [str]
305
261
  """
306
262
 
307
- targetAxis_world: any
263
+ targetAxis_world: numpy.ndarray # Eigen::Vector3d
308
264
  """
309
-
310
- None( (placo.AxisAlignTask)arg1) -> object :
311
-
312
- C++ signature :
313
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::AxisAlignTask {lvalue})
265
+ Target axis in the world.
314
266
  """
315
267
 
316
268
  def update(
@@ -323,22 +275,14 @@ None( (placo.AxisAlignTask)arg1) -> object :
323
275
 
324
276
 
325
277
  class AxisesMask:
326
- R_custom_world: any
278
+ R_custom_world: numpy.ndarray # Eigen::Matrix3d
327
279
  """
328
-
329
- None( (placo.AxisesMask)arg1) -> object :
330
-
331
- C++ signature :
332
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::tools::AxisesMask {lvalue})
280
+ Rotation from world to custom rotation (provided by the user)
333
281
  """
334
282
 
335
- R_local_world: any
283
+ R_local_world: numpy.ndarray # Eigen::Matrix3d
336
284
  """
337
-
338
- None( (placo.AxisesMask)arg1) -> object :
339
-
340
- C++ signature :
341
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::tools::AxisesMask {lvalue})
285
+ Rotation from world to local frame (provided by task)
342
286
  """
343
287
 
344
288
  def __init__(
@@ -373,22 +317,14 @@ None( (placo.AxisesMask)arg1) -> object :
373
317
 
374
318
 
375
319
  class CentroidalMomentumTask:
376
- A: any
320
+ A: numpy.ndarray # Eigen::MatrixXd
377
321
  """
378
-
379
- None( (placo.Task)arg1) -> object :
380
-
381
- C++ signature :
382
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
322
+ Matrix A in the task Ax = b, where x are the joint delta positions.
383
323
  """
384
324
 
385
- L_world: any
325
+ L_world: numpy.ndarray # Eigen::Vector3d
386
326
  """
387
-
388
- None( (placo.CentroidalMomentumTask)arg1) -> object :
389
-
390
- C++ signature :
391
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::CentroidalMomentumTask {lvalue})
327
+ Target centroidal angular momentum in the world.
392
328
  """
393
329
 
394
330
  def __init__(
@@ -400,13 +336,9 @@ None( (placo.CentroidalMomentumTask)arg1) -> object :
400
336
  """
401
337
  ...
402
338
 
403
- b: any
339
+ b: numpy.ndarray # Eigen::MatrixXd
404
340
  """
405
-
406
- None( (placo.Task)arg1) -> object :
407
-
408
- C++ signature :
409
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
341
+ Vector b in the task Ax = b, where x are the joint delta positions.
410
342
  """
411
343
 
412
344
  def configure(
@@ -442,22 +374,14 @@ None( (placo.Task)arg1) -> object :
442
374
  """
443
375
  ...
444
376
 
445
- mask: any
377
+ mask: AxisesMask # placo::tools::AxisesMask
446
378
  """
447
-
448
- None( (placo.CentroidalMomentumTask)arg1) -> placo.AxisesMask :
449
-
450
- C++ signature :
451
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::CentroidalMomentumTask {lvalue})
379
+ Axises mask.
452
380
  """
453
381
 
454
- name: any
382
+ name: str # std::string
455
383
  """
456
-
457
- None( (placo.Prioritized)arg1) -> str :
458
-
459
- C++ signature :
460
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
384
+ Object name.
461
385
  """
462
386
 
463
387
  priority: str
@@ -504,49 +428,29 @@ class CoMPolygonConstraint:
504
428
  """
505
429
  ...
506
430
 
507
- dcm: any
431
+ dcm: bool # bool
508
432
  """
509
-
510
- None( (placo.CoMPolygonConstraint)arg1) -> bool :
511
-
512
- C++ signature :
513
- bool {lvalue} None(placo::kinematics::CoMPolygonConstraint {lvalue})
433
+ If set to true, the DCM will be used instead of the CoM.
514
434
  """
515
435
 
516
- margin: any
436
+ margin: float # double
517
437
  """
518
-
519
- None( (placo.CoMPolygonConstraint)arg1) -> float :
520
-
521
- C++ signature :
522
- double {lvalue} None(placo::kinematics::CoMPolygonConstraint {lvalue})
438
+ Margin for the polygon constraint (minimum distance between the CoM and the polygon)
523
439
  """
524
440
 
525
- name: any
441
+ name: str # std::string
526
442
  """
527
-
528
- None( (placo.Prioritized)arg1) -> str :
529
-
530
- C++ signature :
531
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
443
+ Object name.
532
444
  """
533
445
 
534
- omega: any
446
+ omega: float # double
535
447
  """
536
-
537
- None( (placo.CoMPolygonConstraint)arg1) -> float :
538
-
539
- C++ signature :
540
- double {lvalue} None(placo::kinematics::CoMPolygonConstraint {lvalue})
448
+ If DCM mode is enabled, the constraint will be applied on the DCM instead of the CoM with the following omega (sqrt(g / h))
541
449
  """
542
450
 
543
- polygon: any
451
+ polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
544
452
  """
545
-
546
- None( (placo.CoMPolygonConstraint)arg1) -> placo.vector_Vector2d :
547
-
548
- C++ signature :
549
- std::__1::vector<Eigen::Matrix<double, 2, 1, 0, 2, 1>, std::__1::allocator<Eigen::Matrix<double, 2, 1, 0, 2, 1>>> {lvalue} None(placo::kinematics::CoMPolygonConstraint {lvalue})
453
+ Clockwise polygon.
550
454
  """
551
455
 
552
456
  priority: str
@@ -556,13 +460,9 @@ None( (placo.CoMPolygonConstraint)arg1) -> placo.vector_Vector2d :
556
460
 
557
461
 
558
462
  class CoMTask:
559
- A: any
463
+ A: numpy.ndarray # Eigen::MatrixXd
560
464
  """
561
-
562
- None( (placo.Task)arg1) -> object :
563
-
564
- C++ signature :
565
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
465
+ Matrix A in the task Ax = b, where x are the joint delta positions.
566
466
  """
567
467
 
568
468
  def __init__(
@@ -574,13 +474,9 @@ None( (placo.Task)arg1) -> object :
574
474
  """
575
475
  ...
576
476
 
577
- b: any
477
+ b: numpy.ndarray # Eigen::MatrixXd
578
478
  """
579
-
580
- None( (placo.Task)arg1) -> object :
581
-
582
- C++ signature :
583
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
479
+ Vector b in the task Ax = b, where x are the joint delta positions.
584
480
  """
585
481
 
586
482
  def configure(
@@ -616,22 +512,14 @@ None( (placo.Task)arg1) -> object :
616
512
  """
617
513
  ...
618
514
 
619
- mask: any
515
+ mask: AxisesMask # placo::tools::AxisesMask
620
516
  """
621
-
622
- None( (placo.CoMTask)arg1) -> placo.AxisesMask :
623
-
624
- C++ signature :
625
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::CoMTask {lvalue})
517
+ Mask.
626
518
  """
627
519
 
628
- name: any
520
+ name: str # std::string
629
521
  """
630
-
631
- None( (placo.Prioritized)arg1) -> str :
632
-
633
- C++ signature :
634
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
522
+ Object name.
635
523
  """
636
524
 
637
525
  priority: str
@@ -639,13 +527,9 @@ None( (placo.Prioritized)arg1) -> str :
639
527
  Priority [str]
640
528
  """
641
529
 
642
- target_world: any
530
+ target_world: numpy.ndarray # Eigen::Vector3d
643
531
  """
644
-
645
- None( (placo.CoMTask)arg1) -> numpy.ndarray :
646
-
647
- C++ signature :
648
- Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::CoMTask)
532
+ Target for the CoM in the world.
649
533
  """
650
534
 
651
535
  def update(
@@ -663,22 +547,14 @@ class Collision:
663
547
  ) -> None:
664
548
  ...
665
549
 
666
- bodyA: any
550
+ bodyA: str # std::string
667
551
  """
668
-
669
- None( (placo.Collision)arg1) -> str :
670
-
671
- C++ signature :
672
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
552
+ Name of the body A.
673
553
  """
674
554
 
675
- bodyB: any
555
+ bodyB: str # std::string
676
556
  """
677
-
678
- None( (placo.Collision)arg1) -> str :
679
-
680
- C++ signature :
681
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
557
+ Name of the body B.
682
558
  """
683
559
 
684
560
  def get_contact(
@@ -687,51 +563,31 @@ None( (placo.Collision)arg1) -> str :
687
563
  ) -> numpy.ndarray:
688
564
  ...
689
565
 
690
- objA: any
566
+ objA: int # int
691
567
  """
692
-
693
- None( (placo.Collision)arg1) -> int :
694
-
695
- C++ signature :
696
- int {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
568
+ Index of object A in the collision geometry.
697
569
  """
698
570
 
699
- objB: any
571
+ objB: int # int
700
572
  """
701
-
702
- None( (placo.Collision)arg1) -> int :
703
-
704
- C++ signature :
705
- int {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
573
+ Index of object B in the collision geometry.
706
574
  """
707
575
 
708
- parentA: any
576
+ parentA: any # pinocchio::JointIndex
709
577
  """
710
-
711
- None( (placo.Collision)arg1) -> int :
712
-
713
- C++ signature :
714
- unsigned long {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
578
+ The joint parent of body A.
715
579
  """
716
580
 
717
- parentB: any
581
+ parentB: any # pinocchio::JointIndex
718
582
  """
719
-
720
- None( (placo.Collision)arg1) -> int :
721
-
722
- C++ signature :
723
- unsigned long {lvalue} None(placo::model::RobotWrapper::Collision {lvalue})
583
+ The joint parent of body B.
724
584
  """
725
585
 
726
586
 
727
587
  class ConeConstraint:
728
- N: any
588
+ N: int # int
729
589
  """
730
-
731
- None( (placo.ConeConstraint)arg1) -> int :
732
-
733
- C++ signature :
734
- int {lvalue} None(placo::kinematics::ConeConstraint {lvalue})
590
+ Number of slices used to discretize the cone.
735
591
  """
736
592
 
737
593
  def __init__(
@@ -751,13 +607,9 @@ None( (placo.ConeConstraint)arg1) -> int :
751
607
  """
752
608
  ...
753
609
 
754
- angle_max: any
610
+ angle_max: float # double
755
611
  """
756
-
757
- None( (placo.ConeConstraint)arg1) -> float :
758
-
759
- C++ signature :
760
- double {lvalue} None(placo::kinematics::ConeConstraint {lvalue})
612
+ Maximum angle allowable by the cone constraint (between z-axis of frame_a and frame_b)
761
613
  """
762
614
 
763
615
  def configure(
@@ -777,13 +629,9 @@ None( (placo.ConeConstraint)arg1) -> float :
777
629
  """
778
630
  ...
779
631
 
780
- name: any
632
+ name: str # std::string
781
633
  """
782
-
783
- None( (placo.Prioritized)arg1) -> str :
784
-
785
- C++ signature :
786
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
634
+ Object name.
787
635
  """
788
636
 
789
637
  priority: str
@@ -791,13 +639,9 @@ None( (placo.Prioritized)arg1) -> str :
791
639
  Priority [str]
792
640
  """
793
641
 
794
- range: any
642
+ range: float # double
795
643
  """
796
-
797
- None( (placo.ConeConstraint)arg1) -> float :
798
-
799
- C++ signature :
800
- double {lvalue} None(placo::kinematics::ConeConstraint {lvalue})
644
+ Range of the cone discretization (in radians). The cone is discretized in [-range, range] around the current orientation.
801
645
  """
802
646
 
803
647
 
@@ -807,58 +651,34 @@ class Contact:
807
651
  ) -> any:
808
652
  ...
809
653
 
810
- active: any
654
+ active: bool # bool
811
655
  """
812
-
813
- None( (placo.Contact)arg1) -> bool :
814
-
815
- C++ signature :
816
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
656
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
817
657
  """
818
658
 
819
- mu: any
659
+ mu: float # double
820
660
  """
821
-
822
- None( (placo.Contact)arg1) -> float :
823
-
824
- C++ signature :
825
- double {lvalue} None(placo::dynamics::Contact {lvalue})
661
+ Coefficient of friction (if relevant)
826
662
  """
827
663
 
828
- weight_forces: any
664
+ weight_forces: float # double
829
665
  """
830
-
831
- None( (placo.Contact)arg1) -> float :
832
-
833
- C++ signature :
834
- double {lvalue} None(placo::dynamics::Contact {lvalue})
666
+ Weight of forces for the optimization (if relevant)
835
667
  """
836
668
 
837
- weight_moments: any
669
+ weight_moments: float # double
838
670
  """
839
-
840
- None( (placo.Contact)arg1) -> float :
841
-
842
- C++ signature :
843
- double {lvalue} None(placo::dynamics::Contact {lvalue})
671
+ Weight of moments for optimization (if relevant)
844
672
  """
845
673
 
846
- weight_tangentials: any
674
+ weight_tangentials: float # double
847
675
  """
848
-
849
- None( (placo.Contact)arg1) -> float :
850
-
851
- C++ signature :
852
- double {lvalue} None(placo::dynamics::Contact {lvalue})
676
+ Extra cost for tangential forces.
853
677
  """
854
678
 
855
- wrench: any
679
+ wrench: numpy.ndarray # Eigen::VectorXd
856
680
  """
857
-
858
- None( (placo.Contact)arg1) -> object :
859
-
860
- C++ signature :
861
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
681
+ Wrench populated after the DynamicsSolver::solve call.
862
682
  """
863
683
 
864
684
 
@@ -873,31 +693,19 @@ class Contact6D:
873
693
  """
874
694
  ...
875
695
 
876
- active: any
696
+ active: bool # bool
877
697
  """
878
-
879
- None( (placo.Contact)arg1) -> bool :
880
-
881
- C++ signature :
882
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
698
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
883
699
  """
884
700
 
885
- length: any
701
+ length: float # double
886
702
  """
887
-
888
- None( (placo.Contact6D)arg1) -> float :
889
-
890
- C++ signature :
891
- double {lvalue} None(placo::dynamics::Contact6D {lvalue})
703
+ Rectangular contact length along local x-axis.
892
704
  """
893
705
 
894
- mu: any
706
+ mu: float # double
895
707
  """
896
-
897
- None( (placo.Contact)arg1) -> float :
898
-
899
- C++ signature :
900
- double {lvalue} None(placo::dynamics::Contact {lvalue})
708
+ Coefficient of friction (if relevant)
901
709
  """
902
710
 
903
711
  def orientation_task(
@@ -910,58 +718,34 @@ None( (placo.Contact)arg1) -> float :
910
718
  ) -> DynamicsPositionTask:
911
719
  ...
912
720
 
913
- unilateral: any
721
+ unilateral: bool # bool
914
722
  """
915
-
916
- None( (placo.Contact6D)arg1) -> bool :
917
-
918
- C++ signature :
919
- bool {lvalue} None(placo::dynamics::Contact6D {lvalue})
723
+ true for unilateral contact with the ground
920
724
  """
921
725
 
922
- weight_forces: any
726
+ weight_forces: float # double
923
727
  """
924
-
925
- None( (placo.Contact)arg1) -> float :
926
-
927
- C++ signature :
928
- double {lvalue} None(placo::dynamics::Contact {lvalue})
728
+ Weight of forces for the optimization (if relevant)
929
729
  """
930
730
 
931
- weight_moments: any
731
+ weight_moments: float # double
932
732
  """
933
-
934
- None( (placo.Contact)arg1) -> float :
935
-
936
- C++ signature :
937
- double {lvalue} None(placo::dynamics::Contact {lvalue})
733
+ Weight of moments for optimization (if relevant)
938
734
  """
939
735
 
940
- weight_tangentials: any
736
+ weight_tangentials: float # double
941
737
  """
942
-
943
- None( (placo.Contact)arg1) -> float :
944
-
945
- C++ signature :
946
- double {lvalue} None(placo::dynamics::Contact {lvalue})
738
+ Extra cost for tangential forces.
947
739
  """
948
740
 
949
- width: any
741
+ width: float # double
950
742
  """
951
-
952
- None( (placo.Contact6D)arg1) -> float :
953
-
954
- C++ signature :
955
- double {lvalue} None(placo::dynamics::Contact6D {lvalue})
743
+ Rectangular contact width along local y-axis.
956
744
  """
957
745
 
958
- wrench: any
746
+ wrench: numpy.ndarray # Eigen::VectorXd
959
747
  """
960
-
961
- None( (placo.Contact)arg1) -> object :
962
-
963
- C++ signature :
964
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
748
+ Wrench populated after the DynamicsSolver::solve call.
965
749
  """
966
750
 
967
751
  def zmp(
@@ -1122,67 +906,39 @@ class Distance:
1122
906
  ) -> None:
1123
907
  ...
1124
908
 
1125
- min_distance: any
909
+ min_distance: float # double
1126
910
  """
1127
-
1128
- None( (placo.Distance)arg1) -> float :
1129
-
1130
- C++ signature :
1131
- double {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
911
+ Current minimum distance between the two objects.
1132
912
  """
1133
913
 
1134
- objA: any
914
+ objA: int # int
1135
915
  """
1136
-
1137
- None( (placo.Distance)arg1) -> int :
1138
-
1139
- C++ signature :
1140
- int {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
916
+ Index of object A in the collision geometry.
1141
917
  """
1142
918
 
1143
- objB: any
919
+ objB: int # int
1144
920
  """
1145
-
1146
- None( (placo.Distance)arg1) -> int :
1147
-
1148
- C++ signature :
1149
- int {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
921
+ Index of object B in the collision geometry.
1150
922
  """
1151
923
 
1152
- parentA: any
924
+ parentA: any # pinocchio::JointIndex
1153
925
  """
1154
-
1155
- None( (placo.Distance)arg1) -> int :
1156
-
1157
- C++ signature :
1158
- unsigned long {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
926
+ Parent joint of body A.
1159
927
  """
1160
928
 
1161
- parentB: any
929
+ parentB: any # pinocchio::JointIndex
1162
930
  """
1163
-
1164
- None( (placo.Distance)arg1) -> int :
1165
-
1166
- C++ signature :
1167
- unsigned long {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
931
+ Parent joint of body B.
1168
932
  """
1169
933
 
1170
- pointA: any
934
+ pointA: numpy.ndarray # Eigen::Vector3d
1171
935
  """
1172
-
1173
- None( (placo.Distance)arg1) -> object :
1174
-
1175
- C++ signature :
1176
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
936
+ Point of object A considered.
1177
937
  """
1178
938
 
1179
- pointB: any
939
+ pointB: numpy.ndarray # Eigen::Vector3d
1180
940
  """
1181
-
1182
- None( (placo.Distance)arg1) -> object :
1183
-
1184
- C++ signature :
1185
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::model::RobotWrapper::Distance {lvalue})
941
+ Point of object B considered.
1186
942
  """
1187
943
 
1188
944
 
@@ -1221,22 +977,14 @@ class DistanceConstraint:
1221
977
  """
1222
978
  ...
1223
979
 
1224
- distance_max: any
980
+ distance_max: float # double
1225
981
  """
1226
-
1227
- None( (placo.DistanceConstraint)arg1) -> float :
1228
-
1229
- C++ signature :
1230
- double {lvalue} None(placo::kinematics::DistanceConstraint {lvalue})
982
+ Maximum distance allowed between frame A and frame B.
1231
983
  """
1232
984
 
1233
- name: any
985
+ name: str # std::string
1234
986
  """
1235
-
1236
- None( (placo.Prioritized)arg1) -> str :
1237
-
1238
- C++ signature :
1239
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
987
+ Object name.
1240
988
  """
1241
989
 
1242
990
  priority: str
@@ -1246,13 +994,9 @@ None( (placo.Prioritized)arg1) -> str :
1246
994
 
1247
995
 
1248
996
  class DistanceTask:
1249
- A: any
997
+ A: numpy.ndarray # Eigen::MatrixXd
1250
998
  """
1251
-
1252
- None( (placo.Task)arg1) -> object :
1253
-
1254
- C++ signature :
1255
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
999
+ Matrix A in the task Ax = b, where x are the joint delta positions.
1256
1000
  """
1257
1001
 
1258
1002
  def __init__(
@@ -1266,13 +1010,9 @@ None( (placo.Task)arg1) -> object :
1266
1010
  """
1267
1011
  ...
1268
1012
 
1269
- b: any
1013
+ b: numpy.ndarray # Eigen::MatrixXd
1270
1014
  """
1271
-
1272
- None( (placo.Task)arg1) -> object :
1273
-
1274
- C++ signature :
1275
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
1015
+ Vector b in the task Ax = b, where x are the joint delta positions.
1276
1016
  """
1277
1017
 
1278
1018
  def configure(
@@ -1292,13 +1032,9 @@ None( (placo.Task)arg1) -> object :
1292
1032
  """
1293
1033
  ...
1294
1034
 
1295
- distance: any
1035
+ distance: float # double
1296
1036
  """
1297
-
1298
- None( (placo.DistanceTask)arg1) -> float :
1299
-
1300
- C++ signature :
1301
- double {lvalue} None(placo::kinematics::DistanceTask {lvalue})
1037
+ Target distance between A and B.
1302
1038
  """
1303
1039
 
1304
1040
  def error(
@@ -1317,31 +1053,19 @@ None( (placo.DistanceTask)arg1) -> float :
1317
1053
  """
1318
1054
  ...
1319
1055
 
1320
- frame_a: any
1056
+ frame_a: any # pinocchio::FrameIndex
1321
1057
  """
1322
-
1323
- None( (placo.DistanceTask)arg1) -> int :
1324
-
1325
- C++ signature :
1326
- unsigned long {lvalue} None(placo::kinematics::DistanceTask {lvalue})
1058
+ Frame A.
1327
1059
  """
1328
1060
 
1329
- frame_b: any
1061
+ frame_b: any # pinocchio::FrameIndex
1330
1062
  """
1331
-
1332
- None( (placo.DistanceTask)arg1) -> int :
1333
-
1334
- C++ signature :
1335
- unsigned long {lvalue} None(placo::kinematics::DistanceTask {lvalue})
1063
+ Frame B.
1336
1064
  """
1337
1065
 
1338
- name: any
1066
+ name: str # std::string
1339
1067
  """
1340
-
1341
- None( (placo.Prioritized)arg1) -> str :
1342
-
1343
- C++ signature :
1344
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1068
+ Object name.
1345
1069
  """
1346
1070
 
1347
1071
  priority: str
@@ -1359,31 +1083,19 @@ None( (placo.Prioritized)arg1) -> str :
1359
1083
 
1360
1084
 
1361
1085
  class DummyWalk:
1362
- T_world_left: any
1086
+ T_world_left: numpy.ndarray # Eigen::Affine3d
1363
1087
  """
1364
-
1365
- None( (placo.DummyWalk)arg1) -> object :
1366
-
1367
- C++ signature :
1368
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1088
+ left foot in world, at begining of current step
1369
1089
  """
1370
1090
 
1371
- T_world_next: any
1091
+ T_world_next: numpy.ndarray # Eigen::Affine3d
1372
1092
  """
1373
-
1374
- None( (placo.DummyWalk)arg1) -> object :
1375
-
1376
- C++ signature :
1377
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1093
+ Target for the current flying foot (given by support_left)
1378
1094
  """
1379
1095
 
1380
- T_world_right: any
1096
+ T_world_right: numpy.ndarray # Eigen::Affine3d
1381
1097
  """
1382
-
1383
- None( (placo.DummyWalk)arg1) -> object :
1384
-
1385
- C++ signature :
1386
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1098
+ right foot in world, at begining of current step
1387
1099
  """
1388
1100
 
1389
1101
  def __init__(
@@ -1392,22 +1104,14 @@ None( (placo.DummyWalk)arg1) -> object :
1392
1104
  ) -> any:
1393
1105
  ...
1394
1106
 
1395
- feet_spacing: any
1107
+ feet_spacing: float # double
1396
1108
  """
1397
-
1398
- None( (placo.DummyWalk)arg1) -> float :
1399
-
1400
- C++ signature :
1401
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1109
+ Feet spacing [m].
1402
1110
  """
1403
1111
 
1404
- lift_height: any
1112
+ lift_height: float # double
1405
1113
  """
1406
-
1407
- None( (placo.DummyWalk)arg1) -> float :
1408
-
1409
- C++ signature :
1410
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1114
+ Lift height [m].
1411
1115
  """
1412
1116
 
1413
1117
  def next_step(
@@ -1438,49 +1142,29 @@ None( (placo.DummyWalk)arg1) -> float :
1438
1142
  """
1439
1143
  ...
1440
1144
 
1441
- robot: any
1145
+ robot: RobotWrapper # placo::model::RobotWrapper
1442
1146
  """
1443
-
1444
- None( (placo.DummyWalk)arg1) -> placo.RobotWrapper :
1445
-
1446
- C++ signature :
1447
- placo::model::RobotWrapper {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1147
+ Robot wrapper.
1448
1148
  """
1449
1149
 
1450
- solver: any
1150
+ solver: KinematicsSolver # placo::kinematics::KinematicsSolver
1451
1151
  """
1452
-
1453
- None( (placo.DummyWalk)arg1) -> placo.KinematicsSolver :
1454
-
1455
- C++ signature :
1456
- placo::kinematics::KinematicsSolver {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1152
+ Kinematics solver.
1457
1153
  """
1458
1154
 
1459
- support_left: any
1155
+ support_left: bool # bool
1460
1156
  """
1461
-
1462
- None( (placo.DummyWalk)arg1) -> bool :
1463
-
1464
- C++ signature :
1465
- bool {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1157
+ Whether the current support is left or right.
1466
1158
  """
1467
1159
 
1468
- trunk_height: any
1160
+ trunk_height: float # double
1469
1161
  """
1470
-
1471
- None( (placo.DummyWalk)arg1) -> float :
1472
-
1473
- C++ signature :
1474
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1162
+ Trunk height [m].
1475
1163
  """
1476
1164
 
1477
- trunk_pitch: any
1165
+ trunk_pitch: float # double
1478
1166
  """
1479
-
1480
- None( (placo.DummyWalk)arg1) -> float :
1481
-
1482
- C++ signature :
1483
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1167
+ Trunk pitch angle [rad].
1484
1168
  """
1485
1169
 
1486
1170
  def update(
@@ -1507,13 +1191,9 @@ None( (placo.DummyWalk)arg1) -> float :
1507
1191
 
1508
1192
 
1509
1193
  class DynamicsCoMTask:
1510
- A: any
1194
+ A: numpy.ndarray # Eigen::MatrixXd
1511
1195
  """
1512
-
1513
- None( (placo.DynamicsTask)arg1) -> object :
1514
-
1515
- C++ signature :
1516
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1196
+ A matrix in Ax = b, where x is the accelerations.
1517
1197
  """
1518
1198
 
1519
1199
  def __init__(
@@ -1522,13 +1202,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1522
1202
  ) -> None:
1523
1203
  ...
1524
1204
 
1525
- b: any
1205
+ b: numpy.ndarray # Eigen::MatrixXd
1526
1206
  """
1527
-
1528
- None( (placo.DynamicsTask)arg1) -> object :
1529
-
1530
- C++ signature :
1531
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1207
+ b vector in Ax = b, where x is the accelerations
1532
1208
  """
1533
1209
 
1534
1210
  def configure(
@@ -1548,76 +1224,44 @@ None( (placo.DynamicsTask)arg1) -> object :
1548
1224
  """
1549
1225
  ...
1550
1226
 
1551
- ddtarget_world: any
1227
+ ddtarget_world: numpy.ndarray # Eigen::Vector3d
1552
1228
  """
1553
-
1554
- None( (placo.DynamicsCoMTask)arg1) -> object :
1555
-
1556
- C++ signature :
1557
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
1229
+ Target acceleration in the world.
1558
1230
  """
1559
1231
 
1560
- derror: any
1232
+ derror: numpy.ndarray # Eigen::MatrixXd
1561
1233
  """
1562
-
1563
- None( (placo.DynamicsTask)arg1) -> object :
1564
-
1565
- C++ signature :
1566
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1234
+ Current velocity error vector.
1567
1235
  """
1568
1236
 
1569
- dtarget_world: any
1237
+ dtarget_world: numpy.ndarray # Eigen::Vector3d
1570
1238
  """
1571
-
1572
- None( (placo.DynamicsCoMTask)arg1) -> object :
1573
-
1574
- C++ signature :
1575
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
1239
+ Target velocity to reach in robot frame.
1576
1240
  """
1577
1241
 
1578
- error: any
1242
+ error: numpy.ndarray # Eigen::MatrixXd
1579
1243
  """
1580
-
1581
- None( (placo.DynamicsTask)arg1) -> object :
1582
-
1583
- C++ signature :
1584
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1244
+ Current error vector.
1585
1245
  """
1586
1246
 
1587
- kd: any
1247
+ kd: float # double
1588
1248
  """
1589
-
1590
- None( (placo.DynamicsTask)arg1) -> float :
1591
-
1592
- C++ signature :
1593
- double {lvalue} None(placo::dynamics::Task {lvalue})
1249
+ D gain for position control (if negative, will be critically damped)
1594
1250
  """
1595
1251
 
1596
- kp: any
1252
+ kp: float # double
1597
1253
  """
1598
-
1599
- None( (placo.DynamicsTask)arg1) -> float :
1600
-
1601
- C++ signature :
1602
- double {lvalue} None(placo::dynamics::Task {lvalue})
1254
+ K gain for position control.
1603
1255
  """
1604
1256
 
1605
- mask: any
1257
+ mask: AxisesMask # placo::tools::AxisesMask
1606
1258
  """
1607
-
1608
- None( (placo.DynamicsCoMTask)arg1) -> placo.AxisesMask :
1609
-
1610
- C++ signature :
1611
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::CoMTask {lvalue})
1259
+ Axises mask.
1612
1260
  """
1613
1261
 
1614
- name: any
1262
+ name: str # std::string
1615
1263
  """
1616
-
1617
- None( (placo.Prioritized)arg1) -> str :
1618
-
1619
- C++ signature :
1620
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1264
+ Object name.
1621
1265
  """
1622
1266
 
1623
1267
  priority: str
@@ -1625,13 +1269,9 @@ None( (placo.Prioritized)arg1) -> str :
1625
1269
  Priority [str]
1626
1270
  """
1627
1271
 
1628
- target_world: any
1272
+ target_world: numpy.ndarray # Eigen::Vector3d
1629
1273
  """
1630
-
1631
- None( (placo.DynamicsCoMTask)arg1) -> object :
1632
-
1633
- C++ signature :
1634
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
1274
+ Target to reach in world frame.
1635
1275
  """
1636
1276
 
1637
1277
 
@@ -1657,13 +1297,9 @@ class DynamicsConstraint:
1657
1297
  """
1658
1298
  ...
1659
1299
 
1660
- name: any
1300
+ name: str # std::string
1661
1301
  """
1662
-
1663
- None( (placo.Prioritized)arg1) -> str :
1664
-
1665
- C++ signature :
1666
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1302
+ Object name.
1667
1303
  """
1668
1304
 
1669
1305
  priority: str
@@ -1674,13 +1310,6 @@ None( (placo.Prioritized)arg1) -> str :
1674
1310
 
1675
1311
  class DynamicsFrameTask:
1676
1312
  T_world_frame: any
1677
- """
1678
-
1679
- None( (placo.DynamicsFrameTask)arg1) -> object :
1680
-
1681
- C++ signature :
1682
- Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::FrameTask {lvalue})
1683
- """
1684
1313
 
1685
1314
  def __init__(
1686
1315
  arg1: object,
@@ -1719,13 +1348,9 @@ None( (placo.DynamicsFrameTask)arg1) -> object :
1719
1348
 
1720
1349
 
1721
1350
  class DynamicsGearTask:
1722
- A: any
1351
+ A: numpy.ndarray # Eigen::MatrixXd
1723
1352
  """
1724
-
1725
- None( (placo.DynamicsTask)arg1) -> object :
1726
-
1727
- C++ signature :
1728
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1353
+ A matrix in Ax = b, where x is the accelerations.
1729
1354
  """
1730
1355
 
1731
1356
  def __init__(
@@ -1750,13 +1375,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1750
1375
  """
1751
1376
  ...
1752
1377
 
1753
- b: any
1378
+ b: numpy.ndarray # Eigen::MatrixXd
1754
1379
  """
1755
-
1756
- None( (placo.DynamicsTask)arg1) -> object :
1757
-
1758
- C++ signature :
1759
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1380
+ b vector in Ax = b, where x is the accelerations
1760
1381
  """
1761
1382
 
1762
1383
  def configure(
@@ -1776,49 +1397,29 @@ None( (placo.DynamicsTask)arg1) -> object :
1776
1397
  """
1777
1398
  ...
1778
1399
 
1779
- derror: any
1400
+ derror: numpy.ndarray # Eigen::MatrixXd
1780
1401
  """
1781
-
1782
- None( (placo.DynamicsTask)arg1) -> object :
1783
-
1784
- C++ signature :
1785
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1402
+ Current velocity error vector.
1786
1403
  """
1787
1404
 
1788
- error: any
1405
+ error: numpy.ndarray # Eigen::MatrixXd
1789
1406
  """
1790
-
1791
- None( (placo.DynamicsTask)arg1) -> object :
1792
-
1793
- C++ signature :
1794
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1407
+ Current error vector.
1795
1408
  """
1796
1409
 
1797
- kd: any
1410
+ kd: float # double
1798
1411
  """
1799
-
1800
- None( (placo.DynamicsTask)arg1) -> float :
1801
-
1802
- C++ signature :
1803
- double {lvalue} None(placo::dynamics::Task {lvalue})
1412
+ D gain for position control (if negative, will be critically damped)
1804
1413
  """
1805
1414
 
1806
- kp: any
1415
+ kp: float # double
1807
1416
  """
1808
-
1809
- None( (placo.DynamicsTask)arg1) -> float :
1810
-
1811
- C++ signature :
1812
- double {lvalue} None(placo::dynamics::Task {lvalue})
1417
+ K gain for position control.
1813
1418
  """
1814
1419
 
1815
- name: any
1420
+ name: str # std::string
1816
1421
  """
1817
-
1818
- None( (placo.Prioritized)arg1) -> str :
1819
-
1820
- C++ signature :
1821
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1422
+ Object name.
1822
1423
  """
1823
1424
 
1824
1425
  priority: str
@@ -1845,13 +1446,9 @@ None( (placo.Prioritized)arg1) -> str :
1845
1446
 
1846
1447
 
1847
1448
  class DynamicsJointsTask:
1848
- A: any
1449
+ A: numpy.ndarray # Eigen::MatrixXd
1849
1450
  """
1850
-
1851
- None( (placo.DynamicsTask)arg1) -> object :
1852
-
1853
- C++ signature :
1854
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1451
+ A matrix in Ax = b, where x is the accelerations.
1855
1452
  """
1856
1453
 
1857
1454
  def __init__(
@@ -1859,13 +1456,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1859
1456
  ) -> None:
1860
1457
  ...
1861
1458
 
1862
- b: any
1459
+ b: numpy.ndarray # Eigen::MatrixXd
1863
1460
  """
1864
-
1865
- None( (placo.DynamicsTask)arg1) -> object :
1866
-
1867
- C++ signature :
1868
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1461
+ b vector in Ax = b, where x is the accelerations
1869
1462
  """
1870
1463
 
1871
1464
  def configure(
@@ -1885,22 +1478,14 @@ None( (placo.DynamicsTask)arg1) -> object :
1885
1478
  """
1886
1479
  ...
1887
1480
 
1888
- derror: any
1481
+ derror: numpy.ndarray # Eigen::MatrixXd
1889
1482
  """
1890
-
1891
- None( (placo.DynamicsTask)arg1) -> object :
1892
-
1893
- C++ signature :
1894
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1483
+ Current velocity error vector.
1895
1484
  """
1896
1485
 
1897
- error: any
1486
+ error: numpy.ndarray # Eigen::MatrixXd
1898
1487
  """
1899
-
1900
- None( (placo.DynamicsTask)arg1) -> object :
1901
-
1902
- C++ signature :
1903
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1488
+ Current error vector.
1904
1489
  """
1905
1490
 
1906
1491
  def get_joint(
@@ -1914,31 +1499,19 @@ None( (placo.DynamicsTask)arg1) -> object :
1914
1499
  """
1915
1500
  ...
1916
1501
 
1917
- kd: any
1502
+ kd: float # double
1918
1503
  """
1919
-
1920
- None( (placo.DynamicsTask)arg1) -> float :
1921
-
1922
- C++ signature :
1923
- double {lvalue} None(placo::dynamics::Task {lvalue})
1504
+ D gain for position control (if negative, will be critically damped)
1924
1505
  """
1925
1506
 
1926
- kp: any
1507
+ kp: float # double
1927
1508
  """
1928
-
1929
- None( (placo.DynamicsTask)arg1) -> float :
1930
-
1931
- C++ signature :
1932
- double {lvalue} None(placo::dynamics::Task {lvalue})
1509
+ K gain for position control.
1933
1510
  """
1934
1511
 
1935
- name: any
1512
+ name: str # std::string
1936
1513
  """
1937
-
1938
- None( (placo.Prioritized)arg1) -> str :
1939
-
1940
- C++ signature :
1941
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1514
+ Object name.
1942
1515
  """
1943
1516
 
1944
1517
  priority: str
@@ -1980,22 +1553,14 @@ None( (placo.Prioritized)arg1) -> str :
1980
1553
 
1981
1554
 
1982
1555
  class DynamicsOrientationTask:
1983
- A: any
1556
+ A: numpy.ndarray # Eigen::MatrixXd
1984
1557
  """
1985
-
1986
- None( (placo.DynamicsTask)arg1) -> object :
1987
-
1988
- C++ signature :
1989
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1558
+ A matrix in Ax = b, where x is the accelerations.
1990
1559
  """
1991
1560
 
1992
- R_world_frame: any
1561
+ R_world_frame: numpy.ndarray # Eigen::Matrix3d
1993
1562
  """
1994
-
1995
- None( (placo.DynamicsOrientationTask)arg1) -> object :
1996
-
1997
- C++ signature :
1998
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
1563
+ Target orientation.
1999
1564
  """
2000
1565
 
2001
1566
  def __init__(
@@ -2005,13 +1570,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
2005
1570
  ) -> None:
2006
1571
  ...
2007
1572
 
2008
- b: any
1573
+ b: numpy.ndarray # Eigen::MatrixXd
2009
1574
  """
2010
-
2011
- None( (placo.DynamicsTask)arg1) -> object :
2012
-
2013
- C++ signature :
2014
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1575
+ b vector in Ax = b, where x is the accelerations
2015
1576
  """
2016
1577
 
2017
1578
  def configure(
@@ -2031,76 +1592,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2031
1592
  """
2032
1593
  ...
2033
1594
 
2034
- derror: any
1595
+ derror: numpy.ndarray # Eigen::MatrixXd
2035
1596
  """
2036
-
2037
- None( (placo.DynamicsTask)arg1) -> object :
2038
-
2039
- C++ signature :
2040
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1597
+ Current velocity error vector.
2041
1598
  """
2042
1599
 
2043
- domega_world: any
1600
+ domega_world: numpy.ndarray # Eigen::Vector3d
2044
1601
  """
2045
-
2046
- None( (placo.DynamicsOrientationTask)arg1) -> object :
2047
-
2048
- C++ signature :
2049
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
1602
+ Target angular acceleration.
2050
1603
  """
2051
1604
 
2052
- error: any
1605
+ error: numpy.ndarray # Eigen::MatrixXd
2053
1606
  """
2054
-
2055
- None( (placo.DynamicsTask)arg1) -> object :
2056
-
2057
- C++ signature :
2058
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1607
+ Current error vector.
2059
1608
  """
2060
1609
 
2061
- kd: any
1610
+ kd: float # double
2062
1611
  """
2063
-
2064
- None( (placo.DynamicsTask)arg1) -> float :
2065
-
2066
- C++ signature :
2067
- double {lvalue} None(placo::dynamics::Task {lvalue})
1612
+ D gain for position control (if negative, will be critically damped)
2068
1613
  """
2069
1614
 
2070
- kp: any
1615
+ kp: float # double
2071
1616
  """
2072
-
2073
- None( (placo.DynamicsTask)arg1) -> float :
2074
-
2075
- C++ signature :
2076
- double {lvalue} None(placo::dynamics::Task {lvalue})
1617
+ K gain for position control.
2077
1618
  """
2078
1619
 
2079
- mask: any
1620
+ mask: AxisesMask # placo::tools::AxisesMask
2080
1621
  """
2081
-
2082
- None( (placo.DynamicsOrientationTask)arg1) -> placo.AxisesMask :
2083
-
2084
- C++ signature :
2085
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::OrientationTask {lvalue})
1622
+ Mask.
2086
1623
  """
2087
1624
 
2088
- name: any
1625
+ name: str # std::string
2089
1626
  """
2090
-
2091
- None( (placo.Prioritized)arg1) -> str :
2092
-
2093
- C++ signature :
2094
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1627
+ Object name.
2095
1628
  """
2096
1629
 
2097
- omega_world: any
1630
+ omega_world: numpy.ndarray # Eigen::Vector3d
2098
1631
  """
2099
-
2100
- None( (placo.DynamicsOrientationTask)arg1) -> object :
2101
-
2102
- C++ signature :
2103
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
1632
+ Target angular velocity.
2104
1633
  """
2105
1634
 
2106
1635
  priority: str
@@ -2110,13 +1639,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
2110
1639
 
2111
1640
 
2112
1641
  class DynamicsPositionTask:
2113
- A: any
1642
+ A: numpy.ndarray # Eigen::MatrixXd
2114
1643
  """
2115
-
2116
- None( (placo.DynamicsTask)arg1) -> object :
2117
-
2118
- C++ signature :
2119
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1644
+ A matrix in Ax = b, where x is the accelerations.
2120
1645
  """
2121
1646
 
2122
1647
  def __init__(
@@ -2126,13 +1651,9 @@ None( (placo.DynamicsTask)arg1) -> object :
2126
1651
  ) -> None:
2127
1652
  ...
2128
1653
 
2129
- b: any
1654
+ b: numpy.ndarray # Eigen::MatrixXd
2130
1655
  """
2131
-
2132
- None( (placo.DynamicsTask)arg1) -> object :
2133
-
2134
- C++ signature :
2135
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1656
+ b vector in Ax = b, where x is the accelerations
2136
1657
  """
2137
1658
 
2138
1659
  def configure(
@@ -2152,85 +1673,49 @@ None( (placo.DynamicsTask)arg1) -> object :
2152
1673
  """
2153
1674
  ...
2154
1675
 
2155
- ddtarget_world: any
1676
+ ddtarget_world: numpy.ndarray # Eigen::Vector3d
2156
1677
  """
2157
-
2158
- None( (placo.DynamicsPositionTask)arg1) -> object :
2159
-
2160
- C++ signature :
2161
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
1678
+ Target acceleration in the world.
2162
1679
  """
2163
1680
 
2164
- derror: any
1681
+ derror: numpy.ndarray # Eigen::MatrixXd
2165
1682
  """
2166
-
2167
- None( (placo.DynamicsTask)arg1) -> object :
2168
-
2169
- C++ signature :
2170
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1683
+ Current velocity error vector.
2171
1684
  """
2172
1685
 
2173
- dtarget_world: any
1686
+ dtarget_world: numpy.ndarray # Eigen::Vector3d
2174
1687
  """
2175
-
2176
- None( (placo.DynamicsPositionTask)arg1) -> object :
2177
-
2178
- C++ signature :
2179
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
1688
+ Target velocity in the world.
2180
1689
  """
2181
1690
 
2182
- error: any
1691
+ error: numpy.ndarray # Eigen::MatrixXd
2183
1692
  """
2184
-
2185
- None( (placo.DynamicsTask)arg1) -> object :
2186
-
2187
- C++ signature :
2188
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1693
+ Current error vector.
2189
1694
  """
2190
1695
 
2191
- frame_index: any
1696
+ frame_index: any # pinocchio::FrameIndex
2192
1697
  """
2193
-
2194
- None( (placo.DynamicsPositionTask)arg1) -> int :
2195
-
2196
- C++ signature :
2197
- unsigned long {lvalue} None(placo::dynamics::PositionTask {lvalue})
1698
+ Frame.
2198
1699
  """
2199
1700
 
2200
- kd: any
1701
+ kd: float # double
2201
1702
  """
2202
-
2203
- None( (placo.DynamicsTask)arg1) -> float :
2204
-
2205
- C++ signature :
2206
- double {lvalue} None(placo::dynamics::Task {lvalue})
1703
+ D gain for position control (if negative, will be critically damped)
2207
1704
  """
2208
1705
 
2209
- kp: any
1706
+ kp: float # double
2210
1707
  """
2211
-
2212
- None( (placo.DynamicsTask)arg1) -> float :
2213
-
2214
- C++ signature :
2215
- double {lvalue} None(placo::dynamics::Task {lvalue})
1708
+ K gain for position control.
2216
1709
  """
2217
1710
 
2218
- mask: any
1711
+ mask: AxisesMask # placo::tools::AxisesMask
2219
1712
  """
2220
-
2221
- None( (placo.DynamicsPositionTask)arg1) -> placo.AxisesMask :
2222
-
2223
- C++ signature :
2224
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::PositionTask {lvalue})
1713
+ Mask.
2225
1714
  """
2226
1715
 
2227
- name: any
1716
+ name: str # std::string
2228
1717
  """
2229
-
2230
- None( (placo.Prioritized)arg1) -> str :
2231
-
2232
- C++ signature :
2233
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1718
+ Object name.
2234
1719
  """
2235
1720
 
2236
1721
  priority: str
@@ -2238,25 +1723,14 @@ None( (placo.Prioritized)arg1) -> str :
2238
1723
  Priority [str]
2239
1724
  """
2240
1725
 
2241
- target_world: any
1726
+ target_world: numpy.ndarray # Eigen::Vector3d
2242
1727
  """
2243
-
2244
- None( (placo.DynamicsPositionTask)arg1) -> object :
2245
-
2246
- C++ signature :
2247
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
1728
+ Target position in the world.
2248
1729
  """
2249
1730
 
2250
1731
 
2251
1732
  class DynamicsRelativeFrameTask:
2252
1733
  T_a_b: any
2253
- """
2254
-
2255
- None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
2256
-
2257
- C++ signature :
2258
- Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::RelativeFrameTask {lvalue})
2259
- """
2260
1734
 
2261
1735
  def __init__(
2262
1736
  arg1: object,
@@ -2295,22 +1769,14 @@ None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
2295
1769
 
2296
1770
 
2297
1771
  class DynamicsRelativeOrientationTask:
2298
- A: any
1772
+ A: numpy.ndarray # Eigen::MatrixXd
2299
1773
  """
2300
-
2301
- None( (placo.DynamicsTask)arg1) -> object :
2302
-
2303
- C++ signature :
2304
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1774
+ A matrix in Ax = b, where x is the accelerations.
2305
1775
  """
2306
1776
 
2307
- R_a_b: any
1777
+ R_a_b: numpy.ndarray # Eigen::Matrix3d
2308
1778
  """
2309
-
2310
- None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2311
-
2312
- C++ signature :
2313
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
1779
+ Target relative orientation.
2314
1780
  """
2315
1781
 
2316
1782
  def __init__(
@@ -2321,13 +1787,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2321
1787
  ) -> None:
2322
1788
  ...
2323
1789
 
2324
- b: any
1790
+ b: numpy.ndarray # Eigen::MatrixXd
2325
1791
  """
2326
-
2327
- None( (placo.DynamicsTask)arg1) -> object :
2328
-
2329
- C++ signature :
2330
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1792
+ b vector in Ax = b, where x is the accelerations
2331
1793
  """
2332
1794
 
2333
1795
  def configure(
@@ -2347,76 +1809,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2347
1809
  """
2348
1810
  ...
2349
1811
 
2350
- derror: any
1812
+ derror: numpy.ndarray # Eigen::MatrixXd
2351
1813
  """
2352
-
2353
- None( (placo.DynamicsTask)arg1) -> object :
2354
-
2355
- C++ signature :
2356
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1814
+ Current velocity error vector.
2357
1815
  """
2358
1816
 
2359
- domega_a_b: any
1817
+ domega_a_b: numpy.ndarray # Eigen::Vector3d
2360
1818
  """
2361
-
2362
- None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2363
-
2364
- C++ signature :
2365
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
1819
+ Target relative angular velocity.
2366
1820
  """
2367
1821
 
2368
- error: any
1822
+ error: numpy.ndarray # Eigen::MatrixXd
2369
1823
  """
2370
-
2371
- None( (placo.DynamicsTask)arg1) -> object :
2372
-
2373
- C++ signature :
2374
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1824
+ Current error vector.
2375
1825
  """
2376
1826
 
2377
- kd: any
1827
+ kd: float # double
2378
1828
  """
2379
-
2380
- None( (placo.DynamicsTask)arg1) -> float :
2381
-
2382
- C++ signature :
2383
- double {lvalue} None(placo::dynamics::Task {lvalue})
1829
+ D gain for position control (if negative, will be critically damped)
2384
1830
  """
2385
1831
 
2386
- kp: any
1832
+ kp: float # double
2387
1833
  """
2388
-
2389
- None( (placo.DynamicsTask)arg1) -> float :
2390
-
2391
- C++ signature :
2392
- double {lvalue} None(placo::dynamics::Task {lvalue})
1834
+ K gain for position control.
2393
1835
  """
2394
1836
 
2395
- mask: any
1837
+ mask: AxisesMask # placo::tools::AxisesMask
2396
1838
  """
2397
-
2398
- None( (placo.DynamicsRelativeOrientationTask)arg1) -> placo.AxisesMask :
2399
-
2400
- C++ signature :
2401
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
1839
+ Mask.
2402
1840
  """
2403
1841
 
2404
- name: any
1842
+ name: str # std::string
2405
1843
  """
2406
-
2407
- None( (placo.Prioritized)arg1) -> str :
2408
-
2409
- C++ signature :
2410
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1844
+ Object name.
2411
1845
  """
2412
1846
 
2413
- omega_a_b: any
1847
+ omega_a_b: numpy.ndarray # Eigen::Vector3d
2414
1848
  """
2415
-
2416
- None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2417
-
2418
- C++ signature :
2419
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
1849
+ Target relative angular velocity.
2420
1850
  """
2421
1851
 
2422
1852
  priority: str
@@ -2426,13 +1856,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2426
1856
 
2427
1857
 
2428
1858
  class DynamicsRelativePositionTask:
2429
- A: any
1859
+ A: numpy.ndarray # Eigen::MatrixXd
2430
1860
  """
2431
-
2432
- None( (placo.DynamicsTask)arg1) -> object :
2433
-
2434
- C++ signature :
2435
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1861
+ A matrix in Ax = b, where x is the accelerations.
2436
1862
  """
2437
1863
 
2438
1864
  def __init__(
@@ -2443,13 +1869,9 @@ None( (placo.DynamicsTask)arg1) -> object :
2443
1869
  ) -> None:
2444
1870
  ...
2445
1871
 
2446
- b: any
1872
+ b: numpy.ndarray # Eigen::MatrixXd
2447
1873
  """
2448
-
2449
- None( (placo.DynamicsTask)arg1) -> object :
2450
-
2451
- C++ signature :
2452
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1874
+ b vector in Ax = b, where x is the accelerations
2453
1875
  """
2454
1876
 
2455
1877
  def configure(
@@ -2469,76 +1891,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2469
1891
  """
2470
1892
  ...
2471
1893
 
2472
- ddtarget: any
1894
+ ddtarget: numpy.ndarray # Eigen::Vector3d
2473
1895
  """
2474
-
2475
- None( (placo.DynamicsRelativePositionTask)arg1) -> object :
2476
-
2477
- C++ signature :
2478
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
1896
+ Target relative acceleration.
2479
1897
  """
2480
1898
 
2481
- derror: any
1899
+ derror: numpy.ndarray # Eigen::MatrixXd
2482
1900
  """
2483
-
2484
- None( (placo.DynamicsTask)arg1) -> object :
2485
-
2486
- C++ signature :
2487
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1901
+ Current velocity error vector.
2488
1902
  """
2489
1903
 
2490
- dtarget: any
1904
+ dtarget: numpy.ndarray # Eigen::Vector3d
2491
1905
  """
2492
-
2493
- None( (placo.DynamicsRelativePositionTask)arg1) -> object :
2494
-
2495
- C++ signature :
2496
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
1906
+ Target relative velocity.
2497
1907
  """
2498
1908
 
2499
- error: any
1909
+ error: numpy.ndarray # Eigen::MatrixXd
2500
1910
  """
2501
-
2502
- None( (placo.DynamicsTask)arg1) -> object :
2503
-
2504
- C++ signature :
2505
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
1911
+ Current error vector.
2506
1912
  """
2507
1913
 
2508
- kd: any
1914
+ kd: float # double
2509
1915
  """
2510
-
2511
- None( (placo.DynamicsTask)arg1) -> float :
2512
-
2513
- C++ signature :
2514
- double {lvalue} None(placo::dynamics::Task {lvalue})
1916
+ D gain for position control (if negative, will be critically damped)
2515
1917
  """
2516
1918
 
2517
- kp: any
1919
+ kp: float # double
2518
1920
  """
2519
-
2520
- None( (placo.DynamicsTask)arg1) -> float :
2521
-
2522
- C++ signature :
2523
- double {lvalue} None(placo::dynamics::Task {lvalue})
1921
+ K gain for position control.
2524
1922
  """
2525
1923
 
2526
- mask: any
1924
+ mask: AxisesMask # placo::tools::AxisesMask
2527
1925
  """
2528
-
2529
- None( (placo.DynamicsRelativePositionTask)arg1) -> placo.AxisesMask :
2530
-
2531
- C++ signature :
2532
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
1926
+ Mask.
2533
1927
  """
2534
1928
 
2535
- name: any
1929
+ name: str # std::string
2536
1930
  """
2537
-
2538
- None( (placo.Prioritized)arg1) -> str :
2539
-
2540
- C++ signature :
2541
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
1931
+ Object name.
2542
1932
  """
2543
1933
 
2544
1934
  priority: str
@@ -2546,13 +1936,9 @@ None( (placo.Prioritized)arg1) -> str :
2546
1936
  Priority [str]
2547
1937
  """
2548
1938
 
2549
- target: any
1939
+ target: numpy.ndarray # Eigen::Vector3d
2550
1940
  """
2551
-
2552
- None( (placo.DynamicsRelativePositionTask)arg1) -> object :
2553
-
2554
- C++ signature :
2555
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
1941
+ Target relative position.
2556
1942
  """
2557
1943
 
2558
1944
 
@@ -2813,22 +2199,14 @@ class DynamicsSolver:
2813
2199
  ) -> int:
2814
2200
  ...
2815
2201
 
2816
- damping: any
2202
+ damping: float # double
2817
2203
  """
2818
-
2819
- None( (placo.DynamicsSolver)arg1) -> float :
2820
-
2821
- C++ signature :
2822
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2204
+ Global damping that is added to all the joints.
2823
2205
  """
2824
2206
 
2825
- dt: any
2207
+ dt: float # double
2826
2208
  """
2827
-
2828
- None( (placo.DynamicsSolver)arg1) -> float :
2829
-
2830
- C++ signature :
2831
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2209
+ Solver dt (seconds)
2832
2210
  """
2833
2211
 
2834
2212
  def dump_status(
@@ -2875,13 +2253,9 @@ None( (placo.DynamicsSolver)arg1) -> float :
2875
2253
  """
2876
2254
  ...
2877
2255
 
2878
- extra_force: any
2256
+ extra_force: numpy.ndarray # Eigen::VectorXd
2879
2257
  """
2880
-
2881
- None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
2882
-
2883
- C++ signature :
2884
- Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::dynamics::DynamicsSolver {lvalue})
2258
+ Extra force to be added to the system (similar to non-linear terms)
2885
2259
  """
2886
2260
 
2887
2261
  def get_contact(
@@ -2890,13 +2264,9 @@ None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
2890
2264
  ) -> Contact:
2891
2265
  ...
2892
2266
 
2893
- gravity_only: any
2267
+ gravity_only: bool # bool
2894
2268
  """
2895
-
2896
- None( (placo.DynamicsSolver)arg1) -> bool :
2897
-
2898
- C++ signature :
2899
- bool {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2269
+ Use gravity only (no coriolis, no centrifugal)
2900
2270
  """
2901
2271
 
2902
2272
  def mask_fbase(
@@ -2908,13 +2278,9 @@ None( (placo.DynamicsSolver)arg1) -> bool :
2908
2278
  """
2909
2279
  ...
2910
2280
 
2911
- problem: any
2281
+ problem: Problem # placo::problem::Problem
2912
2282
  """
2913
-
2914
- None( (placo.DynamicsSolver)arg1) -> object :
2915
-
2916
- C++ signature :
2917
- placo::problem::Problem {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2283
+ Instance of the problem.
2918
2284
  """
2919
2285
 
2920
2286
  def remove_constraint(
@@ -2950,14 +2316,7 @@ None( (placo.DynamicsSolver)arg1) -> object :
2950
2316
  """
2951
2317
  ...
2952
2318
 
2953
- robot: any
2954
- """
2955
-
2956
- None( (placo.DynamicsSolver)arg1) -> object :
2957
-
2958
- C++ signature :
2959
- placo::model::RobotWrapper None(placo::dynamics::DynamicsSolver)
2960
- """
2319
+ robot: RobotWrapper # placo::model::RobotWrapper
2961
2320
 
2962
2321
  def set_kd(
2963
2322
  self,
@@ -3013,13 +2372,9 @@ None( (placo.DynamicsSolver)arg1) -> object :
3013
2372
  ) -> DynamicsSolverResult:
3014
2373
  ...
3015
2374
 
3016
- torque_cost: any
2375
+ torque_cost: float # double
3017
2376
  """
3018
-
3019
- None( (placo.DynamicsSolver)arg1) -> float :
3020
-
3021
- C++ signature :
3022
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2377
+ Cost for torque regularization (1e-3 by default)
3023
2378
  """
3024
2379
 
3025
2380
 
@@ -3029,41 +2384,13 @@ class DynamicsSolverResult:
3029
2384
  ) -> None:
3030
2385
  ...
3031
2386
 
3032
- qdd: any
3033
- """
3034
-
3035
- None( (placo.DynamicsSolverResult)arg1) -> object :
2387
+ qdd: numpy.ndarray # Eigen::VectorXd
3036
2388
 
3037
- C++ signature :
3038
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3039
- """
2389
+ success: bool # bool
3040
2390
 
3041
- success: any
3042
- """
3043
-
3044
- None( (placo.DynamicsSolverResult)arg1) -> bool :
3045
-
3046
- C++ signature :
3047
- bool {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3048
- """
3049
-
3050
- tau: any
3051
- """
3052
-
3053
- None( (placo.DynamicsSolverResult)arg1) -> object :
2391
+ tau: numpy.ndarray # Eigen::VectorXd
3054
2392
 
3055
- C++ signature :
3056
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3057
- """
3058
-
3059
- tau_contacts: any
3060
- """
3061
-
3062
- None( (placo.DynamicsSolverResult)arg1) -> object :
3063
-
3064
- C++ signature :
3065
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3066
- """
2393
+ tau_contacts: numpy.ndarray # Eigen::VectorXd
3067
2394
 
3068
2395
  def tau_dict(
3069
2396
  arg1: DynamicsSolverResult,
@@ -3073,26 +2400,18 @@ None( (placo.DynamicsSolverResult)arg1) -> object :
3073
2400
 
3074
2401
 
3075
2402
  class DynamicsTask:
3076
- A: any
2403
+ A: numpy.ndarray # Eigen::MatrixXd
3077
2404
  """
3078
-
3079
- None( (placo.DynamicsTask)arg1) -> object :
3080
-
3081
- C++ signature :
3082
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2405
+ A matrix in Ax = b, where x is the accelerations.
3083
2406
  """
3084
2407
 
3085
2408
  def __init__(
3086
2409
  ) -> any:
3087
2410
  ...
3088
2411
 
3089
- b: any
2412
+ b: numpy.ndarray # Eigen::MatrixXd
3090
2413
  """
3091
-
3092
- None( (placo.DynamicsTask)arg1) -> object :
3093
-
3094
- C++ signature :
3095
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2414
+ b vector in Ax = b, where x is the accelerations
3096
2415
  """
3097
2416
 
3098
2417
  def configure(
@@ -3112,49 +2431,29 @@ None( (placo.DynamicsTask)arg1) -> object :
3112
2431
  """
3113
2432
  ...
3114
2433
 
3115
- derror: any
2434
+ derror: numpy.ndarray # Eigen::MatrixXd
3116
2435
  """
3117
-
3118
- None( (placo.DynamicsTask)arg1) -> object :
3119
-
3120
- C++ signature :
3121
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2436
+ Current velocity error vector.
3122
2437
  """
3123
2438
 
3124
- error: any
2439
+ error: numpy.ndarray # Eigen::MatrixXd
3125
2440
  """
3126
-
3127
- None( (placo.DynamicsTask)arg1) -> object :
3128
-
3129
- C++ signature :
3130
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2441
+ Current error vector.
3131
2442
  """
3132
2443
 
3133
- kd: any
2444
+ kd: float # double
3134
2445
  """
3135
-
3136
- None( (placo.DynamicsTask)arg1) -> float :
3137
-
3138
- C++ signature :
3139
- double {lvalue} None(placo::dynamics::Task {lvalue})
2446
+ D gain for position control (if negative, will be critically damped)
3140
2447
  """
3141
2448
 
3142
- kp: any
2449
+ kp: float # double
3143
2450
  """
3144
-
3145
- None( (placo.DynamicsTask)arg1) -> float :
3146
-
3147
- C++ signature :
3148
- double {lvalue} None(placo::dynamics::Task {lvalue})
2451
+ K gain for position control.
3149
2452
  """
3150
2453
 
3151
- name: any
2454
+ name: str # std::string
3152
2455
  """
3153
-
3154
- None( (placo.Prioritized)arg1) -> str :
3155
-
3156
- C++ signature :
3157
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
2456
+ Object name.
3158
2457
  """
3159
2458
 
3160
2459
  priority: str
@@ -3164,13 +2463,9 @@ None( (placo.Prioritized)arg1) -> str :
3164
2463
 
3165
2464
 
3166
2465
  class DynamicsTorqueTask:
3167
- A: any
2466
+ A: numpy.ndarray # Eigen::MatrixXd
3168
2467
  """
3169
-
3170
- None( (placo.DynamicsTask)arg1) -> object :
3171
-
3172
- C++ signature :
3173
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2468
+ A matrix in Ax = b, where x is the accelerations.
3174
2469
  """
3175
2470
 
3176
2471
  def __init__(
@@ -3178,13 +2473,9 @@ None( (placo.DynamicsTask)arg1) -> object :
3178
2473
  ) -> None:
3179
2474
  ...
3180
2475
 
3181
- b: any
2476
+ b: numpy.ndarray # Eigen::MatrixXd
3182
2477
  """
3183
-
3184
- None( (placo.DynamicsTask)arg1) -> object :
3185
-
3186
- C++ signature :
3187
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2478
+ b vector in Ax = b, where x is the accelerations
3188
2479
  """
3189
2480
 
3190
2481
  def configure(
@@ -3204,49 +2495,29 @@ None( (placo.DynamicsTask)arg1) -> object :
3204
2495
  """
3205
2496
  ...
3206
2497
 
3207
- derror: any
2498
+ derror: numpy.ndarray # Eigen::MatrixXd
3208
2499
  """
3209
-
3210
- None( (placo.DynamicsTask)arg1) -> object :
3211
-
3212
- C++ signature :
3213
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2500
+ Current velocity error vector.
3214
2501
  """
3215
2502
 
3216
- error: any
2503
+ error: numpy.ndarray # Eigen::MatrixXd
3217
2504
  """
3218
-
3219
- None( (placo.DynamicsTask)arg1) -> object :
3220
-
3221
- C++ signature :
3222
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
2505
+ Current error vector.
3223
2506
  """
3224
2507
 
3225
- kd: any
2508
+ kd: float # double
3226
2509
  """
3227
-
3228
- None( (placo.DynamicsTask)arg1) -> float :
3229
-
3230
- C++ signature :
3231
- double {lvalue} None(placo::dynamics::Task {lvalue})
2510
+ D gain for position control (if negative, will be critically damped)
3232
2511
  """
3233
2512
 
3234
- kp: any
2513
+ kp: float # double
3235
2514
  """
3236
-
3237
- None( (placo.DynamicsTask)arg1) -> float :
3238
-
3239
- C++ signature :
3240
- double {lvalue} None(placo::dynamics::Task {lvalue})
2515
+ K gain for position control.
3241
2516
  """
3242
2517
 
3243
- name: any
2518
+ name: str # std::string
3244
2519
  """
3245
-
3246
- None( (placo.Prioritized)arg1) -> str :
3247
-
3248
- C++ signature :
3249
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
2520
+ Object name.
3250
2521
  """
3251
2522
 
3252
2523
  priority: str
@@ -3287,13 +2558,9 @@ None( (placo.Prioritized)arg1) -> str :
3287
2558
 
3288
2559
 
3289
2560
  class Expression:
3290
- A: any
2561
+ A: numpy.ndarray # Eigen::MatrixXd
3291
2562
  """
3292
-
3293
- None( (placo.Expression)arg1) -> object :
3294
-
3295
- C++ signature :
3296
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Expression {lvalue})
2563
+ Expression A matrix, in Ax + b.
3297
2564
  """
3298
2565
 
3299
2566
  def __init__(
@@ -3301,13 +2568,9 @@ None( (placo.Expression)arg1) -> object :
3301
2568
  ) -> any:
3302
2569
  ...
3303
2570
 
3304
- b: any
2571
+ b: numpy.ndarray # Eigen::VectorXd
3305
2572
  """
3306
-
3307
- None( (placo.Expression)arg1) -> object :
3308
-
3309
- C++ signature :
3310
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Expression {lvalue})
2573
+ Expression b vector, in Ax + b.
3311
2574
  """
3312
2575
 
3313
2576
  def cols(
@@ -3441,76 +2704,38 @@ class ExternalWrenchContact:
3441
2704
  """
3442
2705
  ...
3443
2706
 
3444
- active: any
3445
- """
3446
-
3447
- None( (placo.Contact)arg1) -> bool :
3448
-
3449
- C++ signature :
3450
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
3451
- """
3452
-
3453
- frame_index: any
2707
+ active: bool # bool
3454
2708
  """
3455
-
3456
- None( (placo.ExternalWrenchContact)arg1) -> int :
3457
-
3458
- C++ signature :
3459
- unsigned long {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
2709
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
3460
2710
  """
3461
2711
 
3462
- mu: any
3463
- """
3464
-
3465
- None( (placo.Contact)arg1) -> float :
2712
+ frame_index: any # pinocchio::FrameIndex
3466
2713
 
3467
- C++ signature :
3468
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2714
+ mu: float # double
3469
2715
  """
3470
-
3471
- w_ext: any
2716
+ Coefficient of friction (if relevant)
3472
2717
  """
3473
-
3474
- None( (placo.ExternalWrenchContact)arg1) -> object :
3475
2718
 
3476
- C++ signature :
3477
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
3478
- """
2719
+ w_ext: numpy.ndarray # Eigen::VectorXd
3479
2720
 
3480
- weight_forces: any
2721
+ weight_forces: float # double
3481
2722
  """
3482
-
3483
- None( (placo.Contact)arg1) -> float :
3484
-
3485
- C++ signature :
3486
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2723
+ Weight of forces for the optimization (if relevant)
3487
2724
  """
3488
2725
 
3489
- weight_moments: any
2726
+ weight_moments: float # double
3490
2727
  """
3491
-
3492
- None( (placo.Contact)arg1) -> float :
3493
-
3494
- C++ signature :
3495
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2728
+ Weight of moments for optimization (if relevant)
3496
2729
  """
3497
2730
 
3498
- weight_tangentials: any
2731
+ weight_tangentials: float # double
3499
2732
  """
3500
-
3501
- None( (placo.Contact)arg1) -> float :
3502
-
3503
- C++ signature :
3504
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2733
+ Extra cost for tangential forces.
3505
2734
  """
3506
2735
 
3507
- wrench: any
2736
+ wrench: numpy.ndarray # Eigen::VectorXd
3508
2737
  """
3509
-
3510
- None( (placo.Contact)arg1) -> object :
3511
-
3512
- C++ signature :
3513
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
2738
+ Wrench populated after the DynamicsSolver::solve call.
3514
2739
  """
3515
2740
 
3516
2741
 
@@ -3608,32 +2833,11 @@ class Footstep:
3608
2833
  ) -> any:
3609
2834
  ...
3610
2835
 
3611
- foot_length: any
3612
- """
3613
-
3614
- None( (placo.Footstep)arg1) -> float :
2836
+ foot_length: float # double
3615
2837
 
3616
- C++ signature :
3617
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3618
- """
3619
-
3620
- foot_width: any
3621
- """
3622
-
3623
- None( (placo.Footstep)arg1) -> float :
3624
-
3625
- C++ signature :
3626
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3627
- """
3628
-
3629
- frame: any
3630
- """
3631
-
3632
- None( (placo.Footstep)arg1) -> object :
2838
+ foot_width: float # double
3633
2839
 
3634
- C++ signature :
3635
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3636
- """
2840
+ frame: numpy.ndarray # Eigen::Affine3d
3637
2841
 
3638
2842
  def overlap(
3639
2843
  self,
@@ -3657,14 +2861,7 @@ None( (placo.Footstep)arg1) -> object :
3657
2861
  ) -> None:
3658
2862
  ...
3659
2863
 
3660
- side: any
3661
- """
3662
-
3663
- None( (placo.Footstep)arg1) -> placo.HumanoidRobot_Side :
3664
-
3665
- C++ signature :
3666
- placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3667
- """
2864
+ side: any # placo::humanoid::HumanoidRobot::Side
3668
2865
 
3669
2866
  def support_polygon(
3670
2867
  self,
@@ -3907,13 +3104,6 @@ class FootstepsPlannerRepetitive:
3907
3104
 
3908
3105
  class FrameTask:
3909
3106
  T_world_frame: any
3910
- """
3911
-
3912
- None( (placo.FrameTask)arg1) -> object :
3913
-
3914
- C++ signature :
3915
- Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::FrameTask {lvalue})
3916
- """
3917
3107
 
3918
3108
  def __init__(
3919
3109
  self,
@@ -3955,13 +3145,9 @@ None( (placo.FrameTask)arg1) -> object :
3955
3145
 
3956
3146
 
3957
3147
  class GearTask:
3958
- A: any
3148
+ A: numpy.ndarray # Eigen::MatrixXd
3959
3149
  """
3960
-
3961
- None( (placo.Task)arg1) -> object :
3962
-
3963
- C++ signature :
3964
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
3150
+ Matrix A in the task Ax = b, where x are the joint delta positions.
3965
3151
  """
3966
3152
 
3967
3153
  def __init__(
@@ -3989,13 +3175,9 @@ None( (placo.Task)arg1) -> object :
3989
3175
  """
3990
3176
  ...
3991
3177
 
3992
- b: any
3178
+ b: numpy.ndarray # Eigen::MatrixXd
3993
3179
  """
3994
-
3995
- None( (placo.Task)arg1) -> object :
3996
-
3997
- C++ signature :
3998
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
3180
+ Vector b in the task Ax = b, where x are the joint delta positions.
3999
3181
  """
4000
3182
 
4001
3183
  def configure(
@@ -4031,13 +3213,9 @@ None( (placo.Task)arg1) -> object :
4031
3213
  """
4032
3214
  ...
4033
3215
 
4034
- name: any
3216
+ name: str # std::string
4035
3217
  """
4036
-
4037
- None( (placo.Prioritized)arg1) -> str :
4038
-
4039
- C++ signature :
4040
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
3218
+ Object name.
4041
3219
  """
4042
3220
 
4043
3221
  priority: str
@@ -4077,14 +3255,7 @@ class HumanoidParameters:
4077
3255
  ) -> None:
4078
3256
  ...
4079
3257
 
4080
- dcm_offset_polygon: any
4081
- """
4082
-
4083
- None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4084
-
4085
- C++ signature :
4086
- std::__1::vector<Eigen::Matrix<double, 2, 1, 0, 2, 1>, std::__1::allocator<Eigen::Matrix<double, 2, 1, 0, 2, 1>>> {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
4087
- """
3258
+ dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4088
3259
 
4089
3260
  def double_support_duration(
4090
3261
  self,
@@ -4094,13 +3265,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4094
3265
  """
4095
3266
  ...
4096
3267
 
4097
- double_support_ratio: any
3268
+ double_support_ratio: float # double
4098
3269
  """
4099
-
4100
- None( (placo.HumanoidParameters)arg1) -> float :
4101
-
4102
- C++ signature :
4103
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3270
+ Duration ratio between single support and double support.
4104
3271
  """
4105
3272
 
4106
3273
  def double_support_timesteps(
@@ -4128,49 +3295,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
4128
3295
  """
4129
3296
  ...
4130
3297
 
4131
- feet_spacing: any
3298
+ feet_spacing: float # double
4132
3299
  """
4133
-
4134
- None( (placo.HumanoidParameters)arg1) -> float :
4135
-
4136
- C++ signature :
4137
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3300
+ Lateral spacing between feet [m].
4138
3301
  """
4139
3302
 
4140
- foot_length: any
3303
+ foot_length: float # double
4141
3304
  """
4142
-
4143
- None( (placo.HumanoidParameters)arg1) -> float :
4144
-
4145
- C++ signature :
4146
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3305
+ Foot length [m].
4147
3306
  """
4148
3307
 
4149
- foot_width: any
3308
+ foot_width: float # double
4150
3309
  """
4151
-
4152
- None( (placo.HumanoidParameters)arg1) -> float :
4153
-
4154
- C++ signature :
4155
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3310
+ Foot width [m].
4156
3311
  """
4157
3312
 
4158
- foot_zmp_target_x: any
3313
+ foot_zmp_target_x: float # double
4159
3314
  """
4160
-
4161
- None( (placo.HumanoidParameters)arg1) -> float :
4162
-
4163
- C++ signature :
4164
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3315
+ Target offset for the ZMP x reference trajectory in the foot frame [m].
4165
3316
  """
4166
3317
 
4167
- foot_zmp_target_y: any
3318
+ foot_zmp_target_y: float # double
4168
3319
  """
4169
-
4170
- None( (placo.HumanoidParameters)arg1) -> float :
4171
-
4172
- C++ signature :
4173
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3320
+ Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
4174
3321
  """
4175
3322
 
4176
3323
  def has_double_support(
@@ -4181,40 +3328,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
4181
3328
  """
4182
3329
  ...
4183
3330
 
4184
- op_space_polygon: any
4185
- """
4186
-
4187
- None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4188
-
4189
- C++ signature :
4190
- std::__1::vector<Eigen::Matrix<double, 2, 1, 0, 2, 1>, std::__1::allocator<Eigen::Matrix<double, 2, 1, 0, 2, 1>>> {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
4191
- """
3331
+ op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4192
3332
 
4193
- planned_timesteps: any
3333
+ planned_timesteps: int # int
4194
3334
  """
4195
-
4196
- None( (placo.HumanoidParameters)arg1) -> int :
4197
-
4198
- C++ signature :
4199
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3335
+ Planning horizon for the CoM trajectory.
4200
3336
  """
4201
3337
 
4202
- single_support_duration: any
3338
+ single_support_duration: float # double
4203
3339
  """
4204
-
4205
- None( (placo.HumanoidParameters)arg1) -> float :
4206
-
4207
- C++ signature :
4208
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3340
+ Single support duration [s].
4209
3341
  """
4210
3342
 
4211
- single_support_timesteps: any
3343
+ single_support_timesteps: int # int
4212
3344
  """
4213
-
4214
- None( (placo.HumanoidParameters)arg1) -> int :
4215
-
4216
- C++ signature :
4217
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3345
+ Number of timesteps for one single support.
4218
3346
  """
4219
3347
 
4220
3348
  def startend_double_support_duration(
@@ -4225,13 +3353,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
4225
3353
  """
4226
3354
  ...
4227
3355
 
4228
- startend_double_support_ratio: any
3356
+ startend_double_support_ratio: float # double
4229
3357
  """
4230
-
4231
- None( (placo.HumanoidParameters)arg1) -> float :
4232
-
4233
- C++ signature :
4234
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3358
+ Duration ratio between single support and start/end double support.
4235
3359
  """
4236
3360
 
4237
3361
  def startend_double_support_timesteps(
@@ -4242,103 +3366,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
4242
3366
  """
4243
3367
  ...
4244
3368
 
4245
- walk_com_height: any
3369
+ walk_com_height: float # double
4246
3370
  """
4247
-
4248
- None( (placo.HumanoidParameters)arg1) -> float :
4249
-
4250
- C++ signature :
4251
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3371
+ Target CoM height while walking [m].
4252
3372
  """
4253
3373
 
4254
- walk_dtheta_spacing: any
3374
+ walk_dtheta_spacing: float # double
4255
3375
  """
4256
-
4257
- None( (placo.HumanoidParameters)arg1) -> float :
4258
-
4259
- C++ signature :
4260
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3376
+ How much we need to space the feet per dtheta [m/rad].
4261
3377
  """
4262
3378
 
4263
- walk_foot_height: any
3379
+ walk_foot_height: float # double
4264
3380
  """
4265
-
4266
- None( (placo.HumanoidParameters)arg1) -> float :
4267
-
4268
- C++ signature :
4269
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3381
+ How height the feet are rising while walking [m].
4270
3382
  """
4271
3383
 
4272
- walk_foot_rise_ratio: any
3384
+ walk_foot_rise_ratio: float # double
4273
3385
  """
4274
-
4275
- None( (placo.HumanoidParameters)arg1) -> float :
4276
-
4277
- C++ signature :
4278
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3386
+ ratio of time spent at foot height during the step
4279
3387
  """
4280
3388
 
4281
- walk_max_dtheta: any
3389
+ walk_max_dtheta: float # double
4282
3390
  """
4283
-
4284
- None( (placo.HumanoidParameters)arg1) -> float :
4285
-
4286
- C++ signature :
4287
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3391
+ Maximum step (yaw)
4288
3392
  """
4289
3393
 
4290
- walk_max_dx_backward: any
3394
+ walk_max_dx_backward: float # double
4291
3395
  """
4292
-
4293
- None( (placo.HumanoidParameters)arg1) -> float :
4294
-
4295
- C++ signature :
4296
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3396
+ Maximum step (backward)
4297
3397
  """
4298
3398
 
4299
- walk_max_dx_forward: any
3399
+ walk_max_dx_forward: float # double
4300
3400
  """
4301
-
4302
- None( (placo.HumanoidParameters)arg1) -> float :
4303
-
4304
- C++ signature :
4305
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3401
+ Maximum step (forward)
4306
3402
  """
4307
3403
 
4308
- walk_max_dy: any
3404
+ walk_max_dy: float # double
4309
3405
  """
4310
-
4311
- None( (placo.HumanoidParameters)arg1) -> float :
4312
-
4313
- C++ signature :
4314
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3406
+ Maximum step (lateral)
4315
3407
  """
4316
3408
 
4317
- walk_trunk_pitch: any
3409
+ walk_trunk_pitch: float # double
4318
3410
  """
4319
-
4320
- None( (placo.HumanoidParameters)arg1) -> float :
4321
-
4322
- C++ signature :
4323
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3411
+ Trunk pitch while walking [rad].
4324
3412
  """
4325
3413
 
4326
- zmp_margin: any
3414
+ zmp_margin: float # double
4327
3415
  """
4328
-
4329
- None( (placo.HumanoidParameters)arg1) -> float :
4330
-
4331
- C++ signature :
4332
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3416
+ Margin for the ZMP to live in the support polygon [m].
4333
3417
  """
4334
3418
 
4335
- zmp_reference_weight: any
3419
+ zmp_reference_weight: float # double
4336
3420
  """
4337
-
4338
- None( (placo.HumanoidParameters)arg1) -> float :
4339
-
4340
- C++ signature :
4341
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3421
+ Weight for ZMP reference in the solver.
4342
3422
  """
4343
3423
 
4344
3424
 
@@ -4368,13 +3448,9 @@ class HumanoidRobot:
4368
3448
  """
4369
3449
  ...
4370
3450
 
4371
- collision_model: any
3451
+ collision_model: any # pinocchio::GeometryModel
4372
3452
  """
4373
-
4374
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
4375
-
4376
- C++ signature :
4377
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
3453
+ Pinocchio collision model.
4378
3454
  """
4379
3455
 
4380
3456
  def com_jacobian(
@@ -4429,7 +3505,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4429
3505
  """
4430
3506
  Computes all minimum distances between current collision pairs.
4431
3507
 
4432
- :return: <Element 'para' at 0x1080138d0>
3508
+ :return: <Element 'para' at 0x103c3b970>
4433
3509
  """
4434
3510
  ...
4435
3511
 
@@ -4462,7 +3538,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4462
3538
 
4463
3539
  :param any frame: the frame for which we want the jacobian
4464
3540
 
4465
- :return: <Element 'para' at 0x108010a40>
3541
+ :return: <Element 'para' at 0x103c3b7e0>
4466
3542
  """
4467
3543
  ...
4468
3544
 
@@ -4476,7 +3552,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4476
3552
 
4477
3553
  :param any frame: the frame for which we want the jacobian time variation
4478
3554
 
4479
- :return: <Element 'para' at 0x107fc0400>
3555
+ :return: <Element 'para' at 0x103c34400>
4480
3556
  """
4481
3557
  ...
4482
3558
 
@@ -4725,13 +3801,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4725
3801
  """
4726
3802
  ...
4727
3803
 
4728
- model: any
3804
+ model: any # pinocchio::Model
4729
3805
  """
4730
-
4731
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4732
-
4733
- C++ signature :
4734
- pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
3806
+ Pinocchio model.
4735
3807
  """
4736
3808
 
4737
3809
  def neutral_state(
@@ -4788,7 +3860,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4788
3860
 
4789
3861
  :param bool stop_at_first: whether to stop at the first collision found
4790
3862
 
4791
- :return: <Element 'para' at 0x1080126b0>
3863
+ :return: <Element 'para' at 0x103c3b380>
4792
3864
  """
4793
3865
  ...
4794
3866
 
@@ -4950,13 +4022,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4950
4022
  """
4951
4023
  ...
4952
4024
 
4953
- state: any
4025
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
4954
4026
  """
4955
-
4956
- None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4957
-
4958
- C++ signature :
4959
- placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4027
+ Robot's current state.
4960
4028
  """
4961
4029
 
4962
4030
  def static_gravity_compensation_torques(
@@ -4974,22 +4042,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4974
4042
  ) -> dict:
4975
4043
  ...
4976
4044
 
4977
- support_is_both: any
4045
+ support_is_both: bool # bool
4978
4046
  """
4979
-
4980
- None( (placo.HumanoidRobot)arg1) -> bool :
4981
-
4982
- C++ signature :
4983
- bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4047
+ Are both feet supporting the robot.
4984
4048
  """
4985
4049
 
4986
- support_side: any
4050
+ support_side: any # placo::humanoid::HumanoidRobot::Side
4987
4051
  """
4988
-
4989
- None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4990
-
4991
- C++ signature :
4992
- placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4052
+ The current side (left or right) associated with T_world_support.
4993
4053
  """
4994
4054
 
4995
4055
  def torques_from_acceleration_with_fixed_frame(
@@ -5050,13 +4110,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
5050
4110
  """
5051
4111
  ...
5052
4112
 
5053
- visual_model: any
4113
+ visual_model: any # pinocchio::GeometryModel
5054
4114
  """
5055
-
5056
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
5057
-
5058
- C++ signature :
5059
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4115
+ Pinocchio visual model.
5060
4116
  """
5061
4117
 
5062
4118
  def zmp(
@@ -5164,31 +4220,19 @@ class Integrator:
5164
4220
  """
5165
4221
  Integrator can be used to efficiently build expressions and values over a decision variable that is integrated over time with a given linear system.
5166
4222
  """
5167
- A: any
4223
+ A: numpy.ndarray # Eigen::MatrixXd
5168
4224
  """
5169
-
5170
- None( (placo.Integrator)arg1) -> object :
5171
-
5172
- C++ signature :
5173
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4225
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5174
4226
  """
5175
4227
 
5176
- B: any
4228
+ B: numpy.ndarray # Eigen::MatrixXd
5177
4229
  """
5178
-
5179
- None( (placo.Integrator)arg1) -> object :
5180
-
5181
- C++ signature :
5182
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4230
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5183
4231
  """
5184
4232
 
5185
- M: any
4233
+ M: numpy.ndarray # Eigen::MatrixXd
5186
4234
  """
5187
-
5188
- None( (placo.Integrator)arg1) -> object :
5189
-
5190
- C++ signature :
5191
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4235
+ The continuous system matrix.
5192
4236
  """
5193
4237
 
5194
4238
  def __init__(
@@ -5224,13 +4268,9 @@ None( (placo.Integrator)arg1) -> object :
5224
4268
  """
5225
4269
  ...
5226
4270
 
5227
- final_transition_matrix: any
4271
+ final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
5228
4272
  """
5229
-
5230
- None( (placo.Integrator)arg1) -> object :
5231
-
5232
- C++ signature :
5233
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4273
+ Caching the discrete matrix for the last step.
5234
4274
  """
5235
4275
 
5236
4276
  def get_trajectory(
@@ -5241,13 +4281,9 @@ None( (placo.Integrator)arg1) -> object :
5241
4281
  """
5242
4282
  ...
5243
4283
 
5244
- t_start: any
4284
+ t_start: float # double
5245
4285
  """
5246
-
5247
- None( (placo.Integrator)arg1) -> float :
5248
-
5249
- C++ signature :
5250
- double {lvalue} None(placo::problem::Integrator {lvalue})
4286
+ Time offset for the trajectory.
5251
4287
  """
5252
4288
 
5253
4289
  @staticmethod
@@ -5305,13 +4341,9 @@ class IntegratorTrajectory:
5305
4341
 
5306
4342
 
5307
4343
  class JointSpaceHalfSpacesConstraint:
5308
- A: any
4344
+ A: numpy.ndarray # Eigen::MatrixXd
5309
4345
  """
5310
-
5311
- None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5312
-
5313
- C++ signature :
5314
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
4346
+ Matrix A in Aq <= b.
5315
4347
  """
5316
4348
 
5317
4349
  def __init__(
@@ -5324,13 +4356,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5324
4356
  """
5325
4357
  ...
5326
4358
 
5327
- b: any
4359
+ b: numpy.ndarray # Eigen::VectorXd
5328
4360
  """
5329
-
5330
- None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5331
-
5332
- C++ signature :
5333
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
4361
+ Vector b in Aq <= b.
5334
4362
  """
5335
4363
 
5336
4364
  def configure(
@@ -5350,13 +4378,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5350
4378
  """
5351
4379
  ...
5352
4380
 
5353
- name: any
4381
+ name: str # std::string
5354
4382
  """
5355
-
5356
- None( (placo.Prioritized)arg1) -> str :
5357
-
5358
- C++ signature :
5359
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4383
+ Object name.
5360
4384
  """
5361
4385
 
5362
4386
  priority: str
@@ -5366,13 +4390,9 @@ None( (placo.Prioritized)arg1) -> str :
5366
4390
 
5367
4391
 
5368
4392
  class JointsTask:
5369
- A: any
4393
+ A: numpy.ndarray # Eigen::MatrixXd
5370
4394
  """
5371
-
5372
- None( (placo.Task)arg1) -> object :
5373
-
5374
- C++ signature :
5375
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4395
+ Matrix A in the task Ax = b, where x are the joint delta positions.
5376
4396
  """
5377
4397
 
5378
4398
  def __init__(
@@ -5383,13 +4403,9 @@ None( (placo.Task)arg1) -> object :
5383
4403
  """
5384
4404
  ...
5385
4405
 
5386
- b: any
4406
+ b: numpy.ndarray # Eigen::MatrixXd
5387
4407
  """
5388
-
5389
- None( (placo.Task)arg1) -> object :
5390
-
5391
- C++ signature :
5392
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4408
+ Vector b in the task Ax = b, where x are the joint delta positions.
5393
4409
  """
5394
4410
 
5395
4411
  def configure(
@@ -5436,13 +4452,9 @@ None( (placo.Task)arg1) -> object :
5436
4452
  """
5437
4453
  ...
5438
4454
 
5439
- name: any
4455
+ name: str # std::string
5440
4456
  """
5441
-
5442
- None( (placo.Prioritized)arg1) -> str :
5443
-
5444
- C++ signature :
5445
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4457
+ Object name.
5446
4458
  """
5447
4459
 
5448
4460
  priority: str
@@ -5501,13 +4513,9 @@ class KinematicsConstraint:
5501
4513
  """
5502
4514
  ...
5503
4515
 
5504
- name: any
4516
+ name: str # std::string
5505
4517
  """
5506
-
5507
- None( (placo.Prioritized)arg1) -> str :
5508
-
5509
- C++ signature :
5510
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4518
+ Object name.
5511
4519
  """
5512
4520
 
5513
4521
  priority: str
@@ -5517,13 +4525,9 @@ None( (placo.Prioritized)arg1) -> str :
5517
4525
 
5518
4526
 
5519
4527
  class KinematicsSolver:
5520
- N: any
4528
+ N: int # int
5521
4529
  """
5522
-
5523
- None( (placo.KinematicsSolver)arg1) -> int :
5524
-
5525
- C++ signature :
5526
- int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4530
+ Size of the problem (number of variables)
5527
4531
  """
5528
4532
 
5529
4533
  def __init__(
@@ -5864,13 +4868,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5864
4868
  """
5865
4869
  ...
5866
4870
 
5867
- dt: any
4871
+ dt: float # double
5868
4872
  """
5869
-
5870
- None( (placo.KinematicsSolver)arg1) -> float :
5871
-
5872
- C++ signature :
5873
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4873
+ solver dt (for speeds limiting)
5874
4874
  """
5875
4875
 
5876
4876
  def dump_status(
@@ -5919,13 +4919,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
5919
4919
  """
5920
4920
  ...
5921
4921
 
5922
- problem: any
4922
+ problem: Problem # placo::problem::Problem
5923
4923
  """
5924
-
5925
- None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5926
-
5927
- C++ signature :
5928
- placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4924
+ The underlying QP problem.
5929
4925
  """
5930
4926
 
5931
4927
  def remove_constraint(
@@ -5950,22 +4946,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5950
4946
  """
5951
4947
  ...
5952
4948
 
5953
- robot: any
4949
+ robot: RobotWrapper # placo::model::RobotWrapper
5954
4950
  """
5955
-
5956
- None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
5957
-
5958
- C++ signature :
5959
- placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
4951
+ The robot controlled by this solver.
5960
4952
  """
5961
4953
 
5962
- scale: any
4954
+ scale: float # double
5963
4955
  """
5964
-
5965
- None( (placo.KinematicsSolver)arg1) -> float :
5966
-
5967
- C++ signature :
5968
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4956
+ scale obtained when using tasks scaling
5969
4957
  """
5970
4958
 
5971
4959
  def solve(
@@ -6000,13 +4988,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
6000
4988
 
6001
4989
 
6002
4990
  class KineticEnergyRegularizationTask:
6003
- A: any
4991
+ A: numpy.ndarray # Eigen::MatrixXd
6004
4992
  """
6005
-
6006
- None( (placo.Task)arg1) -> object :
6007
-
6008
- C++ signature :
6009
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4993
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6010
4994
  """
6011
4995
 
6012
4996
  def __init__(
@@ -6014,13 +4998,9 @@ None( (placo.Task)arg1) -> object :
6014
4998
  ) -> None:
6015
4999
  ...
6016
5000
 
6017
- b: any
5001
+ b: numpy.ndarray # Eigen::MatrixXd
6018
5002
  """
6019
-
6020
- None( (placo.Task)arg1) -> object :
6021
-
6022
- C++ signature :
6023
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5003
+ Vector b in the task Ax = b, where x are the joint delta positions.
6024
5004
  """
6025
5005
 
6026
5006
  def configure(
@@ -6056,13 +5036,9 @@ None( (placo.Task)arg1) -> object :
6056
5036
  """
6057
5037
  ...
6058
5038
 
6059
- name: any
5039
+ name: str # std::string
6060
5040
  """
6061
-
6062
- None( (placo.Prioritized)arg1) -> str :
6063
-
6064
- C++ signature :
6065
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5041
+ Object name.
6066
5042
  """
6067
5043
 
6068
5044
  priority: str
@@ -6122,14 +5098,7 @@ class LIPM:
6122
5098
  ) -> Expression:
6123
5099
  ...
6124
5100
 
6125
- dt: any
6126
- """
6127
-
6128
- None( (placo.LIPM)arg1) -> float :
6129
-
6130
- C++ signature :
6131
- double {lvalue} None(placo::humanoid::LIPM {lvalue})
6132
- """
5101
+ dt: float # double
6133
5102
 
6134
5103
  def dzmp(
6135
5104
  self,
@@ -6159,31 +5128,10 @@ None( (placo.LIPM)arg1) -> float :
6159
5128
  ...
6160
5129
 
6161
5130
  t_end: any
6162
- """
6163
-
6164
- None( (placo.LIPM)arg1) -> float :
6165
5131
 
6166
- C++ signature :
6167
- double None(placo::humanoid::LIPM {lvalue})
6168
- """
6169
-
6170
- t_start: any
6171
- """
6172
-
6173
- None( (placo.LIPM)arg1) -> float :
6174
-
6175
- C++ signature :
6176
- double {lvalue} None(placo::humanoid::LIPM {lvalue})
6177
- """
6178
-
6179
- timesteps: any
6180
- """
6181
-
6182
- None( (placo.LIPM)arg1) -> int :
5132
+ t_start: float # double
6183
5133
 
6184
- C++ signature :
6185
- int {lvalue} None(placo::humanoid::LIPM {lvalue})
6186
- """
5134
+ timesteps: int # int
6187
5135
 
6188
5136
  def vel(
6189
5137
  self,
@@ -6191,41 +5139,13 @@ None( (placo.LIPM)arg1) -> int :
6191
5139
  ) -> Expression:
6192
5140
  ...
6193
5141
 
6194
- x: any
6195
- """
6196
-
6197
- None( (placo.LIPM)arg1) -> placo.Integrator :
6198
-
6199
- C++ signature :
6200
- placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
6201
- """
6202
-
6203
- x_var: any
6204
- """
6205
-
6206
- None( (placo.LIPM)arg1) -> object :
6207
-
6208
- C++ signature :
6209
- placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
6210
- """
6211
-
6212
- y: any
6213
- """
6214
-
6215
- None( (placo.LIPM)arg1) -> placo.Integrator :
5142
+ x: Integrator # placo::problem::Integrator
6216
5143
 
6217
- C++ signature :
6218
- placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
6219
- """
5144
+ x_var: Variable # placo::problem::Variable
6220
5145
 
6221
- y_var: any
6222
- """
6223
-
6224
- None( (placo.LIPM)arg1) -> object :
5146
+ y: Integrator # placo::problem::Integrator
6225
5147
 
6226
- C++ signature :
6227
- placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
6228
- """
5148
+ y_var: Variable # placo::problem::Variable
6229
5149
 
6230
5150
  def zmp(
6231
5151
  self,
@@ -6288,13 +5208,9 @@ class LIPMTrajectory:
6288
5208
 
6289
5209
 
6290
5210
  class LineContact:
6291
- R_world_surface: any
5211
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6292
5212
  """
6293
-
6294
- None( (placo.PointContact)arg1) -> numpy.ndarray :
6295
-
6296
- C++ signature :
6297
- Eigen::Matrix<double, 3, 3, 0, 3, 3> None(placo::dynamics::PointContact {lvalue})
5213
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6298
5214
  """
6299
5215
 
6300
5216
  def __init__(
@@ -6307,31 +5223,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
6307
5223
  """
6308
5224
  ...
6309
5225
 
6310
- active: any
5226
+ active: bool # bool
6311
5227
  """
6312
-
6313
- None( (placo.Contact)arg1) -> bool :
6314
-
6315
- C++ signature :
6316
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5228
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
6317
5229
  """
6318
5230
 
6319
- length: any
5231
+ length: float # double
6320
5232
  """
6321
-
6322
- None( (placo.LineContact)arg1) -> float :
6323
-
6324
- C++ signature :
6325
- double {lvalue} None(placo::dynamics::LineContact {lvalue})
5233
+ Rectangular contact length along local x-axis.
6326
5234
  """
6327
5235
 
6328
- mu: any
5236
+ mu: float # double
6329
5237
  """
6330
-
6331
- None( (placo.Contact)arg1) -> float :
6332
-
6333
- C++ signature :
6334
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5238
+ Coefficient of friction (if relevant)
6335
5239
  """
6336
5240
 
6337
5241
  def orientation_task(
@@ -6344,49 +5248,29 @@ None( (placo.Contact)arg1) -> float :
6344
5248
  ) -> DynamicsPositionTask:
6345
5249
  ...
6346
5250
 
6347
- unilateral: any
5251
+ unilateral: bool # bool
6348
5252
  """
6349
-
6350
- None( (placo.LineContact)arg1) -> bool :
6351
-
6352
- C++ signature :
6353
- bool {lvalue} None(placo::dynamics::LineContact {lvalue})
5253
+ true for unilateral contact with the ground
6354
5254
  """
6355
5255
 
6356
- weight_forces: any
5256
+ weight_forces: float # double
6357
5257
  """
6358
-
6359
- None( (placo.Contact)arg1) -> float :
6360
-
6361
- C++ signature :
6362
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5258
+ Weight of forces for the optimization (if relevant)
6363
5259
  """
6364
5260
 
6365
- weight_moments: any
5261
+ weight_moments: float # double
6366
5262
  """
6367
-
6368
- None( (placo.Contact)arg1) -> float :
6369
-
6370
- C++ signature :
6371
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5263
+ Weight of moments for optimization (if relevant)
6372
5264
  """
6373
5265
 
6374
- weight_tangentials: any
5266
+ weight_tangentials: float # double
6375
5267
  """
6376
-
6377
- None( (placo.Contact)arg1) -> float :
6378
-
6379
- C++ signature :
6380
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5268
+ Extra cost for tangential forces.
6381
5269
  """
6382
5270
 
6383
- wrench: any
5271
+ wrench: numpy.ndarray # Eigen::VectorXd
6384
5272
  """
6385
-
6386
- None( (placo.Contact)arg1) -> object :
6387
-
6388
- C++ signature :
6389
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5273
+ Wrench populated after the DynamicsSolver::solve call.
6390
5274
  """
6391
5275
 
6392
5276
  def zmp(
@@ -6399,13 +5283,9 @@ None( (placo.Contact)arg1) -> object :
6399
5283
 
6400
5284
 
6401
5285
  class ManipulabilityTask:
6402
- A: any
5286
+ A: numpy.ndarray # Eigen::MatrixXd
6403
5287
  """
6404
-
6405
- None( (placo.Task)arg1) -> object :
6406
-
6407
- C++ signature :
6408
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5288
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6409
5289
  """
6410
5290
 
6411
5291
  def __init__(
@@ -6416,13 +5296,9 @@ None( (placo.Task)arg1) -> object :
6416
5296
  ) -> any:
6417
5297
  ...
6418
5298
 
6419
- b: any
5299
+ b: numpy.ndarray # Eigen::MatrixXd
6420
5300
  """
6421
-
6422
- None( (placo.Task)arg1) -> object :
6423
-
6424
- C++ signature :
6425
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5301
+ Vector b in the task Ax = b, where x are the joint delta positions.
6426
5302
  """
6427
5303
 
6428
5304
  def configure(
@@ -6459,39 +5335,20 @@ None( (placo.Task)arg1) -> object :
6459
5335
  ...
6460
5336
 
6461
5337
  lambda_: any
6462
- """
6463
-
6464
- None( (placo.ManipulabilityTask)arg1) -> float :
6465
-
6466
- C++ signature :
6467
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
6468
- """
6469
5338
 
6470
- manipulability: any
5339
+ manipulability: float # double
6471
5340
  """
6472
-
6473
- None( (placo.ManipulabilityTask)arg1) -> float :
6474
-
6475
- C++ signature :
6476
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5341
+ The last computed manipulability value.
6477
5342
  """
6478
5343
 
6479
- minimize: any
5344
+ minimize: bool # bool
6480
5345
  """
6481
-
6482
- None( (placo.ManipulabilityTask)arg1) -> bool :
6483
-
6484
- C++ signature :
6485
- bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5346
+ Should the manipulability be minimized (can be useful to find singularities)
6486
5347
  """
6487
5348
 
6488
- name: any
5349
+ name: str # std::string
6489
5350
  """
6490
-
6491
- None( (placo.Prioritized)arg1) -> str :
6492
-
6493
- C++ signature :
6494
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5351
+ Object name.
6495
5352
  """
6496
5353
 
6497
5354
  priority: str
@@ -6509,22 +5366,14 @@ None( (placo.Prioritized)arg1) -> str :
6509
5366
 
6510
5367
 
6511
5368
  class OrientationTask:
6512
- A: any
5369
+ A: numpy.ndarray # Eigen::MatrixXd
6513
5370
  """
6514
-
6515
- None( (placo.Task)arg1) -> object :
6516
-
6517
- C++ signature :
6518
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5371
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6519
5372
  """
6520
5373
 
6521
- R_world_frame: any
5374
+ R_world_frame: numpy.ndarray # Eigen::Matrix3d
6522
5375
  """
6523
-
6524
- None( (placo.OrientationTask)arg1) -> object :
6525
-
6526
- C++ signature :
6527
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5376
+ Target frame orientation in the world.
6528
5377
  """
6529
5378
 
6530
5379
  def __init__(
@@ -6537,13 +5386,9 @@ None( (placo.OrientationTask)arg1) -> object :
6537
5386
  """
6538
5387
  ...
6539
5388
 
6540
- b: any
5389
+ b: numpy.ndarray # Eigen::MatrixXd
6541
5390
  """
6542
-
6543
- None( (placo.Task)arg1) -> object :
6544
-
6545
- C++ signature :
6546
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5391
+ Vector b in the task Ax = b, where x are the joint delta positions.
6547
5392
  """
6548
5393
 
6549
5394
  def configure(
@@ -6579,31 +5424,19 @@ None( (placo.Task)arg1) -> object :
6579
5424
  """
6580
5425
  ...
6581
5426
 
6582
- frame_index: any
5427
+ frame_index: any # pinocchio::FrameIndex
6583
5428
  """
6584
-
6585
- None( (placo.OrientationTask)arg1) -> int :
6586
-
6587
- C++ signature :
6588
- unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5429
+ Frame.
6589
5430
  """
6590
5431
 
6591
- mask: any
5432
+ mask: AxisesMask # placo::tools::AxisesMask
6592
5433
  """
6593
-
6594
- None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
6595
-
6596
- C++ signature :
6597
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5434
+ Mask.
6598
5435
  """
6599
5436
 
6600
- name: any
5437
+ name: str # std::string
6601
5438
  """
6602
-
6603
- None( (placo.Prioritized)arg1) -> str :
6604
-
6605
- C++ signature :
6606
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5439
+ Object name.
6607
5440
  """
6608
5441
 
6609
5442
  priority: str
@@ -6621,13 +5454,9 @@ None( (placo.Prioritized)arg1) -> str :
6621
5454
 
6622
5455
 
6623
5456
  class PointContact:
6624
- R_world_surface: any
5457
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6625
5458
  """
6626
-
6627
- None( (placo.PointContact)arg1) -> object :
6628
-
6629
- C++ signature :
6630
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::PointContact {lvalue})
5459
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6631
5460
  """
6632
5461
 
6633
5462
  def __init__(
@@ -6640,22 +5469,14 @@ None( (placo.PointContact)arg1) -> object :
6640
5469
  """
6641
5470
  ...
6642
5471
 
6643
- active: any
5472
+ active: bool # bool
6644
5473
  """
6645
-
6646
- None( (placo.Contact)arg1) -> bool :
6647
-
6648
- C++ signature :
6649
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5474
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
6650
5475
  """
6651
5476
 
6652
- mu: any
5477
+ mu: float # double
6653
5478
  """
6654
-
6655
- None( (placo.Contact)arg1) -> float :
6656
-
6657
- C++ signature :
6658
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5479
+ Coefficient of friction (if relevant)
6659
5480
  """
6660
5481
 
6661
5482
  def position_task(
@@ -6663,49 +5484,29 @@ None( (placo.Contact)arg1) -> float :
6663
5484
  ) -> DynamicsPositionTask:
6664
5485
  ...
6665
5486
 
6666
- unilateral: any
5487
+ unilateral: bool # bool
6667
5488
  """
6668
-
6669
- None( (placo.PointContact)arg1) -> bool :
6670
-
6671
- C++ signature :
6672
- bool {lvalue} None(placo::dynamics::PointContact {lvalue})
5489
+ true for unilateral contact with the ground
6673
5490
  """
6674
5491
 
6675
- weight_forces: any
5492
+ weight_forces: float # double
6676
5493
  """
6677
-
6678
- None( (placo.Contact)arg1) -> float :
6679
-
6680
- C++ signature :
6681
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5494
+ Weight of forces for the optimization (if relevant)
6682
5495
  """
6683
5496
 
6684
- weight_moments: any
5497
+ weight_moments: float # double
6685
5498
  """
6686
-
6687
- None( (placo.Contact)arg1) -> float :
6688
-
6689
- C++ signature :
6690
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5499
+ Weight of moments for optimization (if relevant)
6691
5500
  """
6692
5501
 
6693
- weight_tangentials: any
5502
+ weight_tangentials: float # double
6694
5503
  """
6695
-
6696
- None( (placo.Contact)arg1) -> float :
6697
-
6698
- C++ signature :
6699
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5504
+ Extra cost for tangential forces.
6700
5505
  """
6701
5506
 
6702
- wrench: any
5507
+ wrench: numpy.ndarray # Eigen::VectorXd
6703
5508
  """
6704
-
6705
- None( (placo.Contact)arg1) -> object :
6706
-
6707
- C++ signature :
6708
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5509
+ Wrench populated after the DynamicsSolver::solve call.
6709
5510
  """
6710
5511
 
6711
5512
 
@@ -6745,13 +5546,9 @@ class Polynom:
6745
5546
  ) -> any:
6746
5547
  ...
6747
5548
 
6748
- coefficients: any
5549
+ coefficients: numpy.ndarray # Eigen::VectorXd
6749
5550
  """
6750
-
6751
- None( (placo.Polynom)arg1) -> object :
6752
-
6753
- C++ signature :
6754
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::tools::Polynom {lvalue})
5551
+ coefficients, from highest to lowest
6755
5552
  """
6756
5553
 
6757
5554
  @staticmethod
@@ -6785,13 +5582,9 @@ None( (placo.Polynom)arg1) -> object :
6785
5582
 
6786
5583
 
6787
5584
  class PositionTask:
6788
- A: any
5585
+ A: numpy.ndarray # Eigen::MatrixXd
6789
5586
  """
6790
-
6791
- None( (placo.Task)arg1) -> object :
6792
-
6793
- C++ signature :
6794
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5587
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6795
5588
  """
6796
5589
 
6797
5590
  def __init__(
@@ -6804,13 +5597,9 @@ None( (placo.Task)arg1) -> object :
6804
5597
  """
6805
5598
  ...
6806
5599
 
6807
- b: any
5600
+ b: numpy.ndarray # Eigen::MatrixXd
6808
5601
  """
6809
-
6810
- None( (placo.Task)arg1) -> object :
6811
-
6812
- C++ signature :
6813
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5602
+ Vector b in the task Ax = b, where x are the joint delta positions.
6814
5603
  """
6815
5604
 
6816
5605
  def configure(
@@ -6846,31 +5635,19 @@ None( (placo.Task)arg1) -> object :
6846
5635
  """
6847
5636
  ...
6848
5637
 
6849
- frame_index: any
5638
+ frame_index: any # pinocchio::FrameIndex
6850
5639
  """
6851
-
6852
- None( (placo.PositionTask)arg1) -> int :
6853
-
6854
- C++ signature :
6855
- unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
5640
+ Frame.
6856
5641
  """
6857
5642
 
6858
- mask: any
5643
+ mask: AxisesMask # placo::tools::AxisesMask
6859
5644
  """
6860
-
6861
- None( (placo.PositionTask)arg1) -> placo.AxisesMask :
6862
-
6863
- C++ signature :
6864
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
5645
+ Mask.
6865
5646
  """
6866
5647
 
6867
- name: any
5648
+ name: str # std::string
6868
5649
  """
6869
-
6870
- None( (placo.Prioritized)arg1) -> str :
6871
-
6872
- C++ signature :
6873
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5650
+ Object name.
6874
5651
  """
6875
5652
 
6876
5653
  priority: str
@@ -6878,13 +5655,9 @@ None( (placo.Prioritized)arg1) -> str :
6878
5655
  Priority [str]
6879
5656
  """
6880
5657
 
6881
- target_world: any
5658
+ target_world: numpy.ndarray # Eigen::Vector3d
6882
5659
  """
6883
-
6884
- None( (placo.PositionTask)arg1) -> numpy.ndarray :
6885
-
6886
- C++ signature :
6887
- Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::PositionTask)
5660
+ Target position in the world.
6888
5661
  """
6889
5662
 
6890
5663
  def update(
@@ -6919,13 +5692,9 @@ class Prioritized:
6919
5692
  """
6920
5693
  ...
6921
5694
 
6922
- name: any
5695
+ name: str # std::string
6923
5696
  """
6924
-
6925
- None( (placo.Prioritized)arg1) -> str :
6926
-
6927
- C++ signature :
6928
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5697
+ Object name.
6929
5698
  """
6930
5699
 
6931
5700
  priority: str
@@ -6992,13 +5761,9 @@ class Problem:
6992
5761
  """
6993
5762
  ...
6994
5763
 
6995
- determined_variables: any
5764
+ determined_variables: int # int
6996
5765
  """
6997
-
6998
- None( (placo.Problem)arg1) -> int :
6999
-
7000
- C++ signature :
7001
- int {lvalue} None(placo::problem::Problem {lvalue})
5766
+ Number of determined variables.
7002
5767
  """
7003
5768
 
7004
5769
  def dump_status(
@@ -7006,76 +5771,44 @@ None( (placo.Problem)arg1) -> int :
7006
5771
  ) -> None:
7007
5772
  ...
7008
5773
 
7009
- free_variables: any
5774
+ free_variables: int # int
7010
5775
  """
7011
-
7012
- None( (placo.Problem)arg1) -> int :
7013
-
7014
- C++ signature :
7015
- int {lvalue} None(placo::problem::Problem {lvalue})
5776
+ Number of free variables to solve.
7016
5777
  """
7017
5778
 
7018
- n_equalities: any
5779
+ n_equalities: int # int
7019
5780
  """
7020
-
7021
- None( (placo.Problem)arg1) -> int :
7022
-
7023
- C++ signature :
7024
- int {lvalue} None(placo::problem::Problem {lvalue})
5781
+ Number of equalities.
7025
5782
  """
7026
5783
 
7027
- n_inequalities: any
5784
+ n_inequalities: int # int
7028
5785
  """
7029
-
7030
- None( (placo.Problem)arg1) -> int :
7031
-
7032
- C++ signature :
7033
- int {lvalue} None(placo::problem::Problem {lvalue})
5786
+ Number of inequality constraints.
7034
5787
  """
7035
5788
 
7036
- n_variables: any
5789
+ n_variables: int # int
7037
5790
  """
7038
-
7039
- None( (placo.Problem)arg1) -> int :
7040
-
7041
- C++ signature :
7042
- int {lvalue} None(placo::problem::Problem {lvalue})
5791
+ Number of problem variables that need to be solved.
7043
5792
  """
7044
5793
 
7045
- regularization: any
5794
+ regularization: float # double
7046
5795
  """
7047
-
7048
- None( (placo.Problem)arg1) -> float :
7049
-
7050
- C++ signature :
7051
- double {lvalue} None(placo::problem::Problem {lvalue})
5796
+ Default internal regularization.
7052
5797
  """
7053
5798
 
7054
- rewrite_equalities: any
5799
+ rewrite_equalities: bool # bool
7055
5800
  """
7056
-
7057
- None( (placo.Problem)arg1) -> bool :
7058
-
7059
- C++ signature :
7060
- bool {lvalue} None(placo::problem::Problem {lvalue})
5801
+ If set to true, a QR factorization will be performed on the equality constraints, and the QP will be called with free variables only.
7061
5802
  """
7062
5803
 
7063
- slack_variables: any
5804
+ slack_variables: int # int
7064
5805
  """
7065
-
7066
- None( (placo.Problem)arg1) -> int :
7067
-
7068
- C++ signature :
7069
- int {lvalue} None(placo::problem::Problem {lvalue})
5806
+ Number of slack variables in the solver.
7070
5807
  """
7071
5808
 
7072
- slacks: any
5809
+ slacks: numpy.ndarray # Eigen::VectorXd
7073
5810
  """
7074
-
7075
- None( (placo.Problem)arg1) -> numpy.ndarray :
7076
-
7077
- C++ signature :
7078
- Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::problem::Problem)
5811
+ Computed slack variables.
7079
5812
  """
7080
5813
 
7081
5814
  def solve(
@@ -7086,22 +5819,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
7086
5819
  """
7087
5820
  ...
7088
5821
 
7089
- use_sparsity: any
5822
+ use_sparsity: bool # bool
7090
5823
  """
7091
-
7092
- None( (placo.Problem)arg1) -> bool :
7093
-
7094
- C++ signature :
7095
- bool {lvalue} None(placo::problem::Problem {lvalue})
5824
+ If set to true, some sparsity optimizations will be performed when building the problem Hessian. This optimization is generally not useful for small problems.
7096
5825
  """
7097
5826
 
7098
- x: any
5827
+ x: numpy.ndarray # Eigen::VectorXd
7099
5828
  """
7100
-
7101
- None( (placo.Problem)arg1) -> object :
7102
-
7103
- C++ signature :
7104
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Problem {lvalue})
5829
+ Computed result.
7105
5830
  """
7106
5831
 
7107
5832
 
@@ -7126,40 +5851,24 @@ class ProblemConstraint:
7126
5851
  """
7127
5852
  ...
7128
5853
 
7129
- expression: any
5854
+ expression: Expression # placo::problem::Expression
7130
5855
  """
7131
-
7132
- None( (placo.ProblemConstraint)arg1) -> object :
7133
-
7134
- C++ signature :
7135
- placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5856
+ The constraint expression (Ax + b)
7136
5857
  """
7137
5858
 
7138
- is_active: any
5859
+ is_active: bool # bool
7139
5860
  """
7140
-
7141
- None( (placo.ProblemConstraint)arg1) -> bool :
7142
-
7143
- C++ signature :
7144
- bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5861
+ This flag will be set by the solver if the constraint is active in the optimal solution.
7145
5862
  """
7146
5863
 
7147
- priority: any
5864
+ priority: any # placo::problem::ProblemConstraint::Priority
7148
5865
  """
7149
-
7150
- None( (placo.ProblemConstraint)arg1) -> str :
7151
-
7152
- C++ signature :
7153
- char const* None(placo::problem::ProblemConstraint)
5866
+ Constraint priority.
7154
5867
  """
7155
5868
 
7156
- weight: any
5869
+ weight: float # double
7157
5870
  """
7158
-
7159
- None( (placo.ProblemConstraint)arg1) -> float :
7160
-
7161
- C++ signature :
7162
- double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5871
+ Constraint weight (for soft constraints)
7163
5872
  """
7164
5873
 
7165
5874
 
@@ -7202,58 +5911,34 @@ class PuppetContact:
7202
5911
  """
7203
5912
  ...
7204
5913
 
7205
- active: any
5914
+ active: bool # bool
7206
5915
  """
7207
-
7208
- None( (placo.Contact)arg1) -> bool :
7209
-
7210
- C++ signature :
7211
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5916
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
7212
5917
  """
7213
5918
 
7214
- mu: any
5919
+ mu: float # double
7215
5920
  """
7216
-
7217
- None( (placo.Contact)arg1) -> float :
7218
-
7219
- C++ signature :
7220
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5921
+ Coefficient of friction (if relevant)
7221
5922
  """
7222
5923
 
7223
- weight_forces: any
5924
+ weight_forces: float # double
7224
5925
  """
7225
-
7226
- None( (placo.Contact)arg1) -> float :
7227
-
7228
- C++ signature :
7229
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5926
+ Weight of forces for the optimization (if relevant)
7230
5927
  """
7231
5928
 
7232
- weight_moments: any
5929
+ weight_moments: float # double
7233
5930
  """
7234
-
7235
- None( (placo.Contact)arg1) -> float :
7236
-
7237
- C++ signature :
7238
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5931
+ Weight of moments for optimization (if relevant)
7239
5932
  """
7240
5933
 
7241
- weight_tangentials: any
5934
+ weight_tangentials: float # double
7242
5935
  """
7243
-
7244
- None( (placo.Contact)arg1) -> float :
7245
-
7246
- C++ signature :
7247
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5936
+ Extra cost for tangential forces.
7248
5937
  """
7249
5938
 
7250
- wrench: any
5939
+ wrench: numpy.ndarray # Eigen::VectorXd
7251
5940
  """
7252
-
7253
- None( (placo.Contact)arg1) -> object :
7254
-
7255
- C++ signature :
7256
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5941
+ Wrench populated after the DynamicsSolver::solve call.
7257
5942
  """
7258
5943
 
7259
5944
 
@@ -7274,13 +5959,9 @@ class QPError:
7274
5959
 
7275
5960
 
7276
5961
  class RegularizationTask:
7277
- A: any
5962
+ A: numpy.ndarray # Eigen::MatrixXd
7278
5963
  """
7279
-
7280
- None( (placo.Task)arg1) -> object :
7281
-
7282
- C++ signature :
7283
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5964
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7284
5965
  """
7285
5966
 
7286
5967
  def __init__(
@@ -7288,13 +5969,9 @@ None( (placo.Task)arg1) -> object :
7288
5969
  ) -> None:
7289
5970
  ...
7290
5971
 
7291
- b: any
5972
+ b: numpy.ndarray # Eigen::MatrixXd
7292
5973
  """
7293
-
7294
- None( (placo.Task)arg1) -> object :
7295
-
7296
- C++ signature :
7297
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5974
+ Vector b in the task Ax = b, where x are the joint delta positions.
7298
5975
  """
7299
5976
 
7300
5977
  def configure(
@@ -7330,13 +6007,9 @@ None( (placo.Task)arg1) -> object :
7330
6007
  """
7331
6008
  ...
7332
6009
 
7333
- name: any
6010
+ name: str # std::string
7334
6011
  """
7335
-
7336
- None( (placo.Prioritized)arg1) -> str :
7337
-
7338
- C++ signature :
7339
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6012
+ Object name.
7340
6013
  """
7341
6014
 
7342
6015
  priority: str
@@ -7355,13 +6028,6 @@ None( (placo.Prioritized)arg1) -> str :
7355
6028
 
7356
6029
  class RelativeFrameTask:
7357
6030
  T_a_b: any
7358
- """
7359
-
7360
- None( (placo.RelativeFrameTask)arg1) -> object :
7361
-
7362
- C++ signature :
7363
- Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::RelativeFrameTask {lvalue})
7364
- """
7365
6031
 
7366
6032
  def __init__(
7367
6033
  self,
@@ -7405,22 +6071,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
7405
6071
 
7406
6072
 
7407
6073
  class RelativeOrientationTask:
7408
- A: any
6074
+ A: numpy.ndarray # Eigen::MatrixXd
7409
6075
  """
7410
-
7411
- None( (placo.Task)arg1) -> object :
7412
-
7413
- C++ signature :
7414
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6076
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7415
6077
  """
7416
6078
 
7417
- R_a_b: any
6079
+ R_a_b: numpy.ndarray # Eigen::Matrix3d
7418
6080
  """
7419
-
7420
- None( (placo.RelativeOrientationTask)arg1) -> object :
7421
-
7422
- C++ signature :
7423
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6081
+ Target relative orientation of b in a.
7424
6082
  """
7425
6083
 
7426
6084
  def __init__(
@@ -7434,13 +6092,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
7434
6092
  """
7435
6093
  ...
7436
6094
 
7437
- b: any
6095
+ b: numpy.ndarray # Eigen::MatrixXd
7438
6096
  """
7439
-
7440
- None( (placo.Task)arg1) -> object :
7441
-
7442
- C++ signature :
7443
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6097
+ Vector b in the task Ax = b, where x are the joint delta positions.
7444
6098
  """
7445
6099
 
7446
6100
  def configure(
@@ -7476,40 +6130,24 @@ None( (placo.Task)arg1) -> object :
7476
6130
  """
7477
6131
  ...
7478
6132
 
7479
- frame_a: any
6133
+ frame_a: any # pinocchio::FrameIndex
7480
6134
  """
7481
-
7482
- None( (placo.RelativeOrientationTask)arg1) -> int :
7483
-
7484
- C++ signature :
7485
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6135
+ Frame A.
7486
6136
  """
7487
6137
 
7488
- frame_b: any
6138
+ frame_b: any # pinocchio::FrameIndex
7489
6139
  """
7490
-
7491
- None( (placo.RelativeOrientationTask)arg1) -> int :
7492
-
7493
- C++ signature :
7494
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6140
+ Frame B.
7495
6141
  """
7496
6142
 
7497
- mask: any
6143
+ mask: AxisesMask # placo::tools::AxisesMask
7498
6144
  """
7499
-
7500
- None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
7501
-
7502
- C++ signature :
7503
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6145
+ Mask.
7504
6146
  """
7505
6147
 
7506
- name: any
6148
+ name: str # std::string
7507
6149
  """
7508
-
7509
- None( (placo.Prioritized)arg1) -> str :
7510
-
7511
- C++ signature :
7512
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6150
+ Object name.
7513
6151
  """
7514
6152
 
7515
6153
  priority: str
@@ -7527,13 +6165,9 @@ None( (placo.Prioritized)arg1) -> str :
7527
6165
 
7528
6166
 
7529
6167
  class RelativePositionTask:
7530
- A: any
6168
+ A: numpy.ndarray # Eigen::MatrixXd
7531
6169
  """
7532
-
7533
- None( (placo.Task)arg1) -> object :
7534
-
7535
- C++ signature :
7536
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6170
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7537
6171
  """
7538
6172
 
7539
6173
  def __init__(
@@ -7547,13 +6181,9 @@ None( (placo.Task)arg1) -> object :
7547
6181
  """
7548
6182
  ...
7549
6183
 
7550
- b: any
6184
+ b: numpy.ndarray # Eigen::MatrixXd
7551
6185
  """
7552
-
7553
- None( (placo.Task)arg1) -> object :
7554
-
7555
- C++ signature :
7556
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6186
+ Vector b in the task Ax = b, where x are the joint delta positions.
7557
6187
  """
7558
6188
 
7559
6189
  def configure(
@@ -7589,40 +6219,24 @@ None( (placo.Task)arg1) -> object :
7589
6219
  """
7590
6220
  ...
7591
6221
 
7592
- frame_a: any
6222
+ frame_a: any # pinocchio::FrameIndex
7593
6223
  """
7594
-
7595
- None( (placo.RelativePositionTask)arg1) -> int :
7596
-
7597
- C++ signature :
7598
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6224
+ Frame A.
7599
6225
  """
7600
6226
 
7601
- frame_b: any
6227
+ frame_b: any # pinocchio::FrameIndex
7602
6228
  """
7603
-
7604
- None( (placo.RelativePositionTask)arg1) -> int :
7605
-
7606
- C++ signature :
7607
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6229
+ Frame B.
7608
6230
  """
7609
6231
 
7610
- mask: any
6232
+ mask: AxisesMask # placo::tools::AxisesMask
7611
6233
  """
7612
-
7613
- None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
7614
-
7615
- C++ signature :
7616
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6234
+ Mask.
7617
6235
  """
7618
6236
 
7619
- name: any
6237
+ name: str # std::string
7620
6238
  """
7621
-
7622
- None( (placo.Prioritized)arg1) -> str :
7623
-
7624
- C++ signature :
7625
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6239
+ Object name.
7626
6240
  """
7627
6241
 
7628
6242
  priority: str
@@ -7630,13 +6244,9 @@ None( (placo.Prioritized)arg1) -> str :
7630
6244
  Priority [str]
7631
6245
  """
7632
6246
 
7633
- target: any
6247
+ target: numpy.ndarray # Eigen::Vector3d
7634
6248
  """
7635
-
7636
- None( (placo.RelativePositionTask)arg1) -> object :
7637
-
7638
- C++ signature :
7639
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6249
+ Target position of B in A.
7640
6250
  """
7641
6251
 
7642
6252
  def update(
@@ -7683,13 +6293,9 @@ class RobotWrapper:
7683
6293
  """
7684
6294
  ...
7685
6295
 
7686
- collision_model: any
6296
+ collision_model: any # pinocchio::GeometryModel
7687
6297
  """
7688
-
7689
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
7690
-
7691
- C++ signature :
7692
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6298
+ Pinocchio collision model.
7693
6299
  """
7694
6300
 
7695
6301
  def com_jacobian(
@@ -7730,7 +6336,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7730
6336
  """
7731
6337
  Computes all minimum distances between current collision pairs.
7732
6338
 
7733
- :return: <Element 'para' at 0x107f60e00>
6339
+ :return: <Element 'para' at 0x103bb8e00>
7734
6340
  """
7735
6341
  ...
7736
6342
 
@@ -7744,7 +6350,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7744
6350
 
7745
6351
  :param any frame: the frame for which we want the jacobian
7746
6352
 
7747
- :return: <Element 'para' at 0x107f618a0>
6353
+ :return: <Element 'para' at 0x103bb98a0>
7748
6354
  """
7749
6355
  ...
7750
6356
 
@@ -7758,7 +6364,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7758
6364
 
7759
6365
  :param any frame: the frame for which we want the jacobian time variation
7760
6366
 
7761
- :return: <Element 'para' at 0x107f63010>
6367
+ :return: <Element 'para' at 0x103bbb010>
7762
6368
  """
7763
6369
  ...
7764
6370
 
@@ -7943,13 +6549,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7943
6549
  """
7944
6550
  ...
7945
6551
 
7946
- model: any
6552
+ model: any # pinocchio::Model
7947
6553
  """
7948
-
7949
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7950
-
7951
- C++ signature :
7952
- pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
6554
+ Pinocchio model.
7953
6555
  """
7954
6556
 
7955
6557
  def neutral_state(
@@ -7999,7 +6601,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7999
6601
 
8000
6602
  :param bool stop_at_first: whether to stop at the first collision found
8001
6603
 
8002
- :return: <Element 'para' at 0x107f605e0>
6604
+ :return: <Element 'para' at 0x103bb85e0>
8003
6605
  """
8004
6606
  ...
8005
6607
 
@@ -8155,13 +6757,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
8155
6757
  """
8156
6758
  ...
8157
6759
 
8158
- state: any
6760
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
8159
6761
  """
8160
-
8161
- None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8162
-
8163
- C++ signature :
8164
- placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
6762
+ Robot's current state.
8165
6763
  """
8166
6764
 
8167
6765
  def static_gravity_compensation_torques(
@@ -8217,13 +6815,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8217
6815
  """
8218
6816
  ...
8219
6817
 
8220
- visual_model: any
6818
+ visual_model: any # pinocchio::GeometryModel
8221
6819
  """
8222
-
8223
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
8224
-
8225
- C++ signature :
8226
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6820
+ Pinocchio visual model.
8227
6821
  """
8228
6822
 
8229
6823
 
@@ -8233,31 +6827,19 @@ class RobotWrapper_State:
8233
6827
  ) -> None:
8234
6828
  ...
8235
6829
 
8236
- q: any
6830
+ q: numpy.ndarray # Eigen::VectorXd
8237
6831
  """
8238
-
8239
- None( (placo.RobotWrapper_State)arg1) -> object :
8240
-
8241
- C++ signature :
8242
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6832
+ joints configuration $q$
8243
6833
  """
8244
6834
 
8245
- qd: any
6835
+ qd: numpy.ndarray # Eigen::VectorXd
8246
6836
  """
8247
-
8248
- None( (placo.RobotWrapper_State)arg1) -> object :
8249
-
8250
- C++ signature :
8251
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6837
+ joints velocity $\dot q$
8252
6838
  """
8253
6839
 
8254
- qdd: any
6840
+ qdd: numpy.ndarray # Eigen::VectorXd
8255
6841
  """
8256
-
8257
- None( (placo.RobotWrapper_State)arg1) -> object :
8258
-
8259
- C++ signature :
8260
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6842
+ joints acceleration $\ddot q$
8261
6843
  """
8262
6844
 
8263
6845
 
@@ -8267,14 +6849,7 @@ class Segment:
8267
6849
  ) -> any:
8268
6850
  ...
8269
6851
 
8270
- end: any
8271
- """
8272
-
8273
- None( (placo.Segment)arg1) -> object :
8274
-
8275
- C++ signature :
8276
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
8277
- """
6852
+ end: numpy.ndarray # Eigen::Vector2d
8278
6853
 
8279
6854
  def half_line_pass_through(
8280
6855
  self,
@@ -8381,14 +6956,7 @@ None( (placo.Segment)arg1) -> object :
8381
6956
  ) -> float:
8382
6957
  ...
8383
6958
 
8384
- start: any
8385
- """
8386
-
8387
- None( (placo.Segment)arg1) -> object :
8388
-
8389
- C++ signature :
8390
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
8391
- """
6959
+ start: numpy.ndarray # Eigen::Vector2d
8392
6960
 
8393
6961
 
8394
6962
  class Sparsity:
@@ -8423,13 +6991,9 @@ class Sparsity:
8423
6991
  """
8424
6992
  ...
8425
6993
 
8426
- intervals: any
6994
+ intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
8427
6995
  """
8428
-
8429
- None( (placo.Sparsity)arg1) -> numpy.ndarray :
8430
-
8431
- C++ signature :
8432
- Eigen::Matrix<int, -1, -1, 0, -1, -1> None(placo::problem::Sparsity)
6996
+ Intervals of non-sparse columns.
8433
6997
  """
8434
6998
 
8435
6999
  def print_intervals(
@@ -8447,22 +7011,14 @@ class SparsityInterval:
8447
7011
  ) -> None:
8448
7012
  ...
8449
7013
 
8450
- end: any
7014
+ end: int # int
8451
7015
  """
8452
-
8453
- None( (placo.SparsityInterval)arg1) -> int :
8454
-
8455
- C++ signature :
8456
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7016
+ End of interval.
8457
7017
  """
8458
7018
 
8459
- start: any
7019
+ start: int # int
8460
7020
  """
8461
-
8462
- None( (placo.SparsityInterval)arg1) -> int :
8463
-
8464
- C++ signature :
8465
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7021
+ Start of interval.
8466
7022
  """
8467
7023
 
8468
7024
 
@@ -8478,23 +7034,9 @@ class Support:
8478
7034
  ) -> None:
8479
7035
  ...
8480
7036
 
8481
- elapsed_ratio: any
8482
- """
8483
-
8484
- None( (placo.Support)arg1) -> float :
8485
-
8486
- C++ signature :
8487
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8488
- """
8489
-
8490
- end: any
8491
- """
8492
-
8493
- None( (placo.Support)arg1) -> bool :
7037
+ elapsed_ratio: float # double
8494
7038
 
8495
- C++ signature :
8496
- bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8497
- """
7039
+ end: bool # bool
8498
7040
 
8499
7041
  def footstep_frame(
8500
7042
  self,
@@ -8507,14 +7049,7 @@ None( (placo.Support)arg1) -> bool :
8507
7049
  """
8508
7050
  ...
8509
7051
 
8510
- footsteps: any
8511
- """
8512
-
8513
- None( (placo.Support)arg1) -> object :
8514
-
8515
- C++ signature :
8516
- std::__1::vector<placo::humanoid::FootstepsPlanner::Footstep, std::__1::allocator<placo::humanoid::FootstepsPlanner::Footstep>> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8517
- """
7052
+ footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
8518
7053
 
8519
7054
  def frame(
8520
7055
  self,
@@ -8552,46 +7087,18 @@ None( (placo.Support)arg1) -> object :
8552
7087
  """
8553
7088
  ...
8554
7089
 
8555
- start: any
8556
- """
8557
-
8558
- None( (placo.Support)arg1) -> bool :
8559
-
8560
- C++ signature :
8561
- bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8562
- """
7090
+ start: bool # bool
8563
7091
 
8564
7092
  def support_polygon(
8565
7093
  self,
8566
7094
  ) -> list[numpy.ndarray]:
8567
7095
  ...
8568
7096
 
8569
- t_start: any
8570
- """
8571
-
8572
- None( (placo.Support)arg1) -> float :
8573
-
8574
- C++ signature :
8575
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8576
- """
8577
-
8578
- target_world_dcm: any
8579
- """
8580
-
8581
- None( (placo.Support)arg1) -> object :
8582
-
8583
- C++ signature :
8584
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8585
- """
7097
+ t_start: float # double
8586
7098
 
8587
- time_ratio: any
8588
- """
8589
-
8590
- None( (placo.Support)arg1) -> float :
7099
+ target_world_dcm: numpy.ndarray # Eigen::Vector2d
8591
7100
 
8592
- C++ signature :
8593
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8594
- """
7101
+ time_ratio: float # double
8595
7102
 
8596
7103
 
8597
7104
  class Supports:
@@ -8740,26 +7247,18 @@ class SwingFootTrajectory:
8740
7247
 
8741
7248
 
8742
7249
  class Task:
8743
- A: any
7250
+ A: numpy.ndarray # Eigen::MatrixXd
8744
7251
  """
8745
-
8746
- None( (placo.Task)arg1) -> object :
8747
-
8748
- C++ signature :
8749
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7252
+ Matrix A in the task Ax = b, where x are the joint delta positions.
8750
7253
  """
8751
7254
 
8752
7255
  def __init__(
8753
7256
  ) -> any:
8754
7257
  ...
8755
7258
 
8756
- b: any
7259
+ b: numpy.ndarray # Eigen::MatrixXd
8757
7260
  """
8758
-
8759
- None( (placo.Task)arg1) -> object :
8760
-
8761
- C++ signature :
8762
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7261
+ Vector b in the task Ax = b, where x are the joint delta positions.
8763
7262
  """
8764
7263
 
8765
7264
  def configure(
@@ -8795,13 +7294,9 @@ None( (placo.Task)arg1) -> object :
8795
7294
  """
8796
7295
  ...
8797
7296
 
8798
- name: any
7297
+ name: str # std::string
8799
7298
  """
8800
-
8801
- None( (placo.Prioritized)arg1) -> str :
8802
-
8803
- C++ signature :
8804
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7299
+ Object name.
8805
7300
  """
8806
7301
 
8807
7302
  priority: str
@@ -8828,58 +7323,34 @@ class TaskContact:
8828
7323
  """
8829
7324
  ...
8830
7325
 
8831
- active: any
7326
+ active: bool # bool
8832
7327
  """
8833
-
8834
- None( (placo.Contact)arg1) -> bool :
8835
-
8836
- C++ signature :
8837
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
7328
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
8838
7329
  """
8839
7330
 
8840
- mu: any
7331
+ mu: float # double
8841
7332
  """
8842
-
8843
- None( (placo.Contact)arg1) -> float :
8844
-
8845
- C++ signature :
8846
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7333
+ Coefficient of friction (if relevant)
8847
7334
  """
8848
7335
 
8849
- weight_forces: any
7336
+ weight_forces: float # double
8850
7337
  """
8851
-
8852
- None( (placo.Contact)arg1) -> float :
8853
-
8854
- C++ signature :
8855
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7338
+ Weight of forces for the optimization (if relevant)
8856
7339
  """
8857
7340
 
8858
- weight_moments: any
7341
+ weight_moments: float # double
8859
7342
  """
8860
-
8861
- None( (placo.Contact)arg1) -> float :
8862
-
8863
- C++ signature :
8864
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7343
+ Weight of moments for optimization (if relevant)
8865
7344
  """
8866
7345
 
8867
- weight_tangentials: any
7346
+ weight_tangentials: float # double
8868
7347
  """
8869
-
8870
- None( (placo.Contact)arg1) -> float :
8871
-
8872
- C++ signature :
8873
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7348
+ Extra cost for tangential forces.
8874
7349
  """
8875
7350
 
8876
- wrench: any
7351
+ wrench: numpy.ndarray # Eigen::VectorXd
8877
7352
  """
8878
-
8879
- None( (placo.Contact)arg1) -> object :
8880
-
8881
- C++ signature :
8882
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
7353
+ Wrench populated after the DynamicsSolver::solve call.
8883
7354
  """
8884
7355
 
8885
7356
 
@@ -8906,31 +7377,19 @@ class Variable:
8906
7377
  """
8907
7378
  ...
8908
7379
 
8909
- k_end: any
7380
+ k_end: int # int
8910
7381
  """
8911
-
8912
- None( (placo.Variable)arg1) -> int :
8913
-
8914
- C++ signature :
8915
- int {lvalue} None(placo::problem::Variable {lvalue})
7382
+ End offset in the Problem.
8916
7383
  """
8917
7384
 
8918
- k_start: any
7385
+ k_start: int # int
8919
7386
  """
8920
-
8921
- None( (placo.Variable)arg1) -> int :
8922
-
8923
- C++ signature :
8924
- int {lvalue} None(placo::problem::Variable {lvalue})
7387
+ Start offset in the Problem.
8925
7388
  """
8926
7389
 
8927
- value: any
7390
+ value: numpy.ndarray # Eigen::VectorXd
8928
7391
  """
8929
-
8930
- None( (placo.Variable)arg1) -> object :
8931
-
8932
- C++ signature :
8933
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Variable {lvalue})
7392
+ Variable value, populated by Problem after a solve.
8934
7393
  """
8935
7394
 
8936
7395
 
@@ -8953,14 +7412,7 @@ class WPGTrajectory:
8953
7412
  """
8954
7413
  ...
8955
7414
 
8956
- com_target_z: any
8957
- """
8958
-
8959
- None( (placo.WPGTrajectory)arg1) -> float :
8960
-
8961
- C++ signature :
8962
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8963
- """
7415
+ com_target_z: float # double
8964
7416
 
8965
7417
  def get_R_world_trunk(
8966
7418
  self,
@@ -9112,28 +7564,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
9112
7564
  ) -> numpy.ndarray:
9113
7565
  ...
9114
7566
 
9115
- parts: any
9116
- """
9117
-
9118
- None( (placo.WPGTrajectory)arg1) -> object :
9119
-
9120
- C++ signature :
9121
- std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9122
- """
7567
+ parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
9123
7568
 
9124
7569
  def print_parts_timings(
9125
7570
  self,
9126
7571
  ) -> None:
9127
7572
  ...
9128
7573
 
9129
- replan_success: any
9130
- """
9131
-
9132
- None( (placo.WPGTrajectory)arg1) -> bool :
9133
-
9134
- C++ signature :
9135
- bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9136
- """
7574
+ replan_success: bool # bool
9137
7575
 
9138
7576
  def support_is_both(
9139
7577
  self,
@@ -9147,41 +7585,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
9147
7585
  ) -> any:
9148
7586
  ...
9149
7587
 
9150
- t_end: any
9151
- """
9152
-
9153
- None( (placo.WPGTrajectory)arg1) -> float :
9154
-
9155
- C++ signature :
9156
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9157
- """
9158
-
9159
- t_start: any
9160
- """
9161
-
9162
- None( (placo.WPGTrajectory)arg1) -> float :
9163
-
9164
- C++ signature :
9165
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9166
- """
7588
+ t_end: float # double
9167
7589
 
9168
- trunk_pitch: any
9169
- """
9170
-
9171
- None( (placo.WPGTrajectory)arg1) -> float :
9172
-
9173
- C++ signature :
9174
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9175
- """
7590
+ t_start: float # double
9176
7591
 
9177
- trunk_roll: any
9178
- """
9179
-
9180
- None( (placo.WPGTrajectory)arg1) -> float :
7592
+ trunk_pitch: float # double
9181
7593
 
9182
- C++ signature :
9183
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9184
- """
7594
+ trunk_roll: float # double
9185
7595
 
9186
7596
 
9187
7597
  class WPGTrajectoryPart:
@@ -9192,32 +7602,11 @@ class WPGTrajectoryPart:
9192
7602
  ) -> None:
9193
7603
  ...
9194
7604
 
9195
- support: any
9196
- """
9197
-
9198
- None( (placo.WPGTrajectoryPart)arg1) -> placo.Support :
9199
-
9200
- C++ signature :
9201
- placo::humanoid::FootstepsPlanner::Support {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9202
- """
9203
-
9204
- t_end: any
9205
- """
9206
-
9207
- None( (placo.WPGTrajectoryPart)arg1) -> float :
9208
-
9209
- C++ signature :
9210
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9211
- """
7605
+ support: Support # placo::humanoid::FootstepsPlanner::Support
9212
7606
 
9213
- t_start: any
9214
- """
9215
-
9216
- None( (placo.WPGTrajectoryPart)arg1) -> float :
7607
+ t_end: float # double
9217
7608
 
9218
- C++ signature :
9219
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9220
- """
7609
+ t_start: float # double
9221
7610
 
9222
7611
 
9223
7612
  class WalkPatternGenerator:
@@ -9300,23 +7689,9 @@ class WalkPatternGenerator:
9300
7689
  """
9301
7690
  ...
9302
7691
 
9303
- soft: any
9304
- """
9305
-
9306
- None( (placo.WalkPatternGenerator)arg1) -> bool :
9307
-
9308
- C++ signature :
9309
- bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9310
- """
7692
+ soft: bool # bool
9311
7693
 
9312
- stop_end_support_weight: any
9313
- """
9314
-
9315
- None( (placo.WalkPatternGenerator)arg1) -> float :
9316
-
9317
- C++ signature :
9318
- double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9319
- """
7694
+ stop_end_support_weight: float # double
9320
7695
 
9321
7696
  def support_default_duration(
9322
7697
  self,
@@ -9347,14 +7722,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
9347
7722
  """
9348
7723
  ...
9349
7724
 
9350
- zmp_in_support_weight: any
9351
- """
9352
-
9353
- None( (placo.WalkPatternGenerator)arg1) -> float :
9354
-
9355
- C++ signature :
9356
- double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9357
- """
7725
+ zmp_in_support_weight: float # double
9358
7726
 
9359
7727
 
9360
7728
  class WalkTasks:
@@ -9363,32 +7731,11 @@ class WalkTasks:
9363
7731
  ) -> None:
9364
7732
  ...
9365
7733
 
9366
- com_task: any
9367
- """
9368
-
9369
- None( (placo.WalkTasks)arg1) -> placo.CoMTask :
9370
-
9371
- C++ signature :
9372
- placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9373
- """
9374
-
9375
- com_x: any
9376
- """
9377
-
9378
- None( (placo.WalkTasks)arg1) -> float :
9379
-
9380
- C++ signature :
9381
- double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9382
- """
7734
+ com_task: CoMTask # placo::kinematics::CoMTask
9383
7735
 
9384
- com_y: any
9385
- """
9386
-
9387
- None( (placo.WalkTasks)arg1) -> float :
7736
+ com_x: float # double
9388
7737
 
9389
- C++ signature :
9390
- double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9391
- """
7738
+ com_y: float # double
9392
7739
 
9393
7740
  def get_tasks_error(
9394
7741
  self,
@@ -9402,14 +7749,7 @@ None( (placo.WalkTasks)arg1) -> float :
9402
7749
  ) -> None:
9403
7750
  ...
9404
7751
 
9405
- left_foot_task: any
9406
- """
9407
-
9408
- None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9409
-
9410
- C++ signature :
9411
- placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9412
- """
7752
+ left_foot_task: FrameTask # placo::kinematics::FrameTask
9413
7753
 
9414
7754
  def reach_initial_pose(
9415
7755
  self,
@@ -9425,59 +7765,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9425
7765
  ) -> None:
9426
7766
  ...
9427
7767
 
9428
- right_foot_task: any
9429
- """
9430
-
9431
- None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9432
-
9433
- C++ signature :
9434
- placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9435
- """
9436
-
9437
- scaled: any
9438
- """
9439
-
9440
- None( (placo.WalkTasks)arg1) -> bool :
9441
-
9442
- C++ signature :
9443
- bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9444
- """
9445
-
9446
- solver: any
9447
- """
9448
-
9449
- None( (placo.WalkTasks)arg1) -> placo.KinematicsSolver :
9450
-
9451
- C++ signature :
9452
- placo::kinematics::KinematicsSolver None(placo::humanoid::WalkTasks {lvalue})
9453
- """
9454
-
9455
- trunk_mode: any
9456
- """
9457
-
9458
- None( (placo.WalkTasks)arg1) -> bool :
7768
+ right_foot_task: FrameTask # placo::kinematics::FrameTask
9459
7769
 
9460
- C++ signature :
9461
- bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9462
- """
7770
+ scaled: bool # bool
9463
7771
 
9464
- trunk_orientation_task: any
9465
- """
9466
-
9467
- None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
7772
+ solver: KinematicsSolver # placo::kinematics::KinematicsSolver
9468
7773
 
9469
- C++ signature :
9470
- placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9471
- """
7774
+ trunk_mode: bool # bool
9472
7775
 
9473
- trunk_task: any
9474
- """
9475
-
9476
- None( (placo.WalkTasks)arg1) -> placo.PositionTask :
7776
+ trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
9477
7777
 
9478
- C++ signature :
9479
- placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9480
- """
7778
+ trunk_task: PositionTask # placo::kinematics::PositionTask
9481
7779
 
9482
7780
  def update_tasks(
9483
7781
  self,
@@ -9495,22 +7793,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
9495
7793
 
9496
7794
 
9497
7795
  class WheelTask:
9498
- A: any
7796
+ A: numpy.ndarray # Eigen::MatrixXd
9499
7797
  """
9500
-
9501
- None( (placo.Task)arg1) -> object :
9502
-
9503
- C++ signature :
9504
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7798
+ Matrix A in the task Ax = b, where x are the joint delta positions.
9505
7799
  """
9506
7800
 
9507
- T_world_surface: any
7801
+ T_world_surface: numpy.ndarray # Eigen::Affine3d
9508
7802
  """
9509
-
9510
- None( (placo.WheelTask)arg1) -> object :
9511
-
9512
- C++ signature :
9513
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
7803
+ Target position in the world.
9514
7804
  """
9515
7805
 
9516
7806
  def __init__(
@@ -9524,13 +7814,9 @@ None( (placo.WheelTask)arg1) -> object :
9524
7814
  """
9525
7815
  ...
9526
7816
 
9527
- b: any
7817
+ b: numpy.ndarray # Eigen::MatrixXd
9528
7818
  """
9529
-
9530
- None( (placo.Task)arg1) -> object :
9531
-
9532
- C++ signature :
9533
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7819
+ Vector b in the task Ax = b, where x are the joint delta positions.
9534
7820
  """
9535
7821
 
9536
7822
  def configure(
@@ -9566,31 +7852,19 @@ None( (placo.Task)arg1) -> object :
9566
7852
  """
9567
7853
  ...
9568
7854
 
9569
- joint: any
7855
+ joint: str # std::string
9570
7856
  """
9571
-
9572
- None( (placo.WheelTask)arg1) -> str :
9573
-
9574
- C++ signature :
9575
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::kinematics::WheelTask {lvalue})
7857
+ Frame.
9576
7858
  """
9577
7859
 
9578
- name: any
7860
+ name: str # std::string
9579
7861
  """
9580
-
9581
- None( (placo.Prioritized)arg1) -> str :
9582
-
9583
- C++ signature :
9584
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7862
+ Object name.
9585
7863
  """
9586
7864
 
9587
- omniwheel: any
7865
+ omniwheel: bool # bool
9588
7866
  """
9589
-
9590
- None( (placo.WheelTask)arg1) -> bool :
9591
-
9592
- C++ signature :
9593
- bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
7867
+ Omniwheel (can slide laterally)
9594
7868
  """
9595
7869
 
9596
7870
  priority: str
@@ -9598,13 +7872,9 @@ None( (placo.WheelTask)arg1) -> bool :
9598
7872
  Priority [str]
9599
7873
  """
9600
7874
 
9601
- radius: any
7875
+ radius: float # double
9602
7876
  """
9603
-
9604
- None( (placo.WheelTask)arg1) -> float :
9605
-
9606
- C++ signature :
9607
- double {lvalue} None(placo::kinematics::WheelTask {lvalue})
7877
+ Wheel radius.
9608
7878
  """
9609
7879
 
9610
7880
  def update(
@@ -9634,13 +7904,9 @@ class YawConstraint:
9634
7904
  """
9635
7905
  ...
9636
7906
 
9637
- angle_max: any
7907
+ angle_max: float # double
9638
7908
  """
9639
-
9640
- None( (placo.YawConstraint)arg1) -> float :
9641
-
9642
- C++ signature :
9643
- double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
7909
+ Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
9644
7910
  """
9645
7911
 
9646
7912
  def configure(
@@ -9660,13 +7926,9 @@ None( (placo.YawConstraint)arg1) -> float :
9660
7926
  """
9661
7927
  ...
9662
7928
 
9663
- name: any
7929
+ name: str # std::string
9664
7930
  """
9665
-
9666
- None( (placo.Prioritized)arg1) -> str :
9667
-
9668
- C++ signature :
9669
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7931
+ Object name.
9670
7932
  """
9671
7933
 
9672
7934
  priority: str