placo 0.9.5__0-cp310-cp310-macosx_11_0_arm64.whl → 0.9.7__0-cp310-cp310-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
 
@@ -3604,32 +2829,11 @@ class Footstep:
3604
2829
  ) -> any:
3605
2830
  ...
3606
2831
 
3607
- foot_length: any
3608
- """
3609
-
3610
- None( (placo.Footstep)arg1) -> float :
2832
+ foot_length: float # double
3611
2833
 
3612
- C++ signature :
3613
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3614
- """
3615
-
3616
- foot_width: any
3617
- """
3618
-
3619
- None( (placo.Footstep)arg1) -> float :
3620
-
3621
- C++ signature :
3622
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3623
- """
3624
-
3625
- frame: any
3626
- """
3627
-
3628
- None( (placo.Footstep)arg1) -> object :
2834
+ foot_width: float # double
3629
2835
 
3630
- C++ signature :
3631
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3632
- """
2836
+ frame: numpy.ndarray # Eigen::Affine3d
3633
2837
 
3634
2838
  def overlap(
3635
2839
  self,
@@ -3653,14 +2857,7 @@ None( (placo.Footstep)arg1) -> object :
3653
2857
  ) -> None:
3654
2858
  ...
3655
2859
 
3656
- side: any
3657
- """
3658
-
3659
- None( (placo.Footstep)arg1) -> placo.HumanoidRobot_Side :
3660
-
3661
- C++ signature :
3662
- placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3663
- """
2860
+ side: any # placo::humanoid::HumanoidRobot::Side
3664
2861
 
3665
2862
  def support_polygon(
3666
2863
  self,
@@ -3903,13 +3100,6 @@ class FootstepsPlannerRepetitive:
3903
3100
 
3904
3101
  class FrameTask:
3905
3102
  T_world_frame: any
3906
- """
3907
-
3908
- None( (placo.FrameTask)arg1) -> object :
3909
-
3910
- C++ signature :
3911
- Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::FrameTask {lvalue})
3912
- """
3913
3103
 
3914
3104
  def __init__(
3915
3105
  self,
@@ -3951,13 +3141,9 @@ None( (placo.FrameTask)arg1) -> object :
3951
3141
 
3952
3142
 
3953
3143
  class GearTask:
3954
- A: any
3144
+ A: numpy.ndarray # Eigen::MatrixXd
3955
3145
  """
3956
-
3957
- None( (placo.Task)arg1) -> object :
3958
-
3959
- C++ signature :
3960
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
3146
+ Matrix A in the task Ax = b, where x are the joint delta positions.
3961
3147
  """
3962
3148
 
3963
3149
  def __init__(
@@ -3985,13 +3171,9 @@ None( (placo.Task)arg1) -> object :
3985
3171
  """
3986
3172
  ...
3987
3173
 
3988
- b: any
3174
+ b: numpy.ndarray # Eigen::MatrixXd
3989
3175
  """
3990
-
3991
- None( (placo.Task)arg1) -> object :
3992
-
3993
- C++ signature :
3994
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
3176
+ Vector b in the task Ax = b, where x are the joint delta positions.
3995
3177
  """
3996
3178
 
3997
3179
  def configure(
@@ -4027,13 +3209,9 @@ None( (placo.Task)arg1) -> object :
4027
3209
  """
4028
3210
  ...
4029
3211
 
4030
- name: any
3212
+ name: str # std::string
4031
3213
  """
4032
-
4033
- None( (placo.Prioritized)arg1) -> str :
4034
-
4035
- C++ signature :
4036
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
3214
+ Object name.
4037
3215
  """
4038
3216
 
4039
3217
  priority: str
@@ -4073,14 +3251,7 @@ class HumanoidParameters:
4073
3251
  ) -> None:
4074
3252
  ...
4075
3253
 
4076
- dcm_offset_polygon: any
4077
- """
4078
-
4079
- None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4080
-
4081
- C++ signature :
4082
- 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})
4083
- """
3254
+ dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4084
3255
 
4085
3256
  def double_support_duration(
4086
3257
  self,
@@ -4090,13 +3261,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4090
3261
  """
4091
3262
  ...
4092
3263
 
4093
- double_support_ratio: any
3264
+ double_support_ratio: float # double
4094
3265
  """
4095
-
4096
- None( (placo.HumanoidParameters)arg1) -> float :
4097
-
4098
- C++ signature :
4099
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3266
+ Duration ratio between single support and double support.
4100
3267
  """
4101
3268
 
4102
3269
  def double_support_timesteps(
@@ -4124,49 +3291,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
4124
3291
  """
4125
3292
  ...
4126
3293
 
4127
- feet_spacing: any
3294
+ feet_spacing: float # double
4128
3295
  """
4129
-
4130
- None( (placo.HumanoidParameters)arg1) -> float :
4131
-
4132
- C++ signature :
4133
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3296
+ Lateral spacing between feet [m].
4134
3297
  """
4135
3298
 
4136
- foot_length: any
3299
+ foot_length: float # double
4137
3300
  """
4138
-
4139
- None( (placo.HumanoidParameters)arg1) -> float :
4140
-
4141
- C++ signature :
4142
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3301
+ Foot length [m].
4143
3302
  """
4144
3303
 
4145
- foot_width: any
3304
+ foot_width: float # double
4146
3305
  """
4147
-
4148
- None( (placo.HumanoidParameters)arg1) -> float :
4149
-
4150
- C++ signature :
4151
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3306
+ Foot width [m].
4152
3307
  """
4153
3308
 
4154
- foot_zmp_target_x: any
3309
+ foot_zmp_target_x: float # double
4155
3310
  """
4156
-
4157
- None( (placo.HumanoidParameters)arg1) -> float :
4158
-
4159
- C++ signature :
4160
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3311
+ Target offset for the ZMP x reference trajectory in the foot frame [m].
4161
3312
  """
4162
3313
 
4163
- foot_zmp_target_y: any
3314
+ foot_zmp_target_y: float # double
4164
3315
  """
4165
-
4166
- None( (placo.HumanoidParameters)arg1) -> float :
4167
-
4168
- C++ signature :
4169
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3316
+ Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
4170
3317
  """
4171
3318
 
4172
3319
  def has_double_support(
@@ -4177,40 +3324,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
4177
3324
  """
4178
3325
  ...
4179
3326
 
4180
- op_space_polygon: any
4181
- """
4182
-
4183
- None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4184
-
4185
- C++ signature :
4186
- 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})
4187
- """
3327
+ op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4188
3328
 
4189
- planned_timesteps: any
3329
+ planned_timesteps: int # int
4190
3330
  """
4191
-
4192
- None( (placo.HumanoidParameters)arg1) -> int :
4193
-
4194
- C++ signature :
4195
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3331
+ Planning horizon for the CoM trajectory.
4196
3332
  """
4197
3333
 
4198
- single_support_duration: any
3334
+ single_support_duration: float # double
4199
3335
  """
4200
-
4201
- None( (placo.HumanoidParameters)arg1) -> float :
4202
-
4203
- C++ signature :
4204
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3336
+ Single support duration [s].
4205
3337
  """
4206
3338
 
4207
- single_support_timesteps: any
3339
+ single_support_timesteps: int # int
4208
3340
  """
4209
-
4210
- None( (placo.HumanoidParameters)arg1) -> int :
4211
-
4212
- C++ signature :
4213
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3341
+ Number of timesteps for one single support.
4214
3342
  """
4215
3343
 
4216
3344
  def startend_double_support_duration(
@@ -4221,13 +3349,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
4221
3349
  """
4222
3350
  ...
4223
3351
 
4224
- startend_double_support_ratio: any
3352
+ startend_double_support_ratio: float # double
4225
3353
  """
4226
-
4227
- None( (placo.HumanoidParameters)arg1) -> float :
4228
-
4229
- C++ signature :
4230
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3354
+ Duration ratio between single support and start/end double support.
4231
3355
  """
4232
3356
 
4233
3357
  def startend_double_support_timesteps(
@@ -4238,103 +3362,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
4238
3362
  """
4239
3363
  ...
4240
3364
 
4241
- walk_com_height: any
3365
+ walk_com_height: float # double
4242
3366
  """
4243
-
4244
- None( (placo.HumanoidParameters)arg1) -> float :
4245
-
4246
- C++ signature :
4247
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3367
+ Target CoM height while walking [m].
4248
3368
  """
4249
3369
 
4250
- walk_dtheta_spacing: any
3370
+ walk_dtheta_spacing: float # double
4251
3371
  """
4252
-
4253
- None( (placo.HumanoidParameters)arg1) -> float :
4254
-
4255
- C++ signature :
4256
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3372
+ How much we need to space the feet per dtheta [m/rad].
4257
3373
  """
4258
3374
 
4259
- walk_foot_height: any
3375
+ walk_foot_height: float # double
4260
3376
  """
4261
-
4262
- None( (placo.HumanoidParameters)arg1) -> float :
4263
-
4264
- C++ signature :
4265
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3377
+ How height the feet are rising while walking [m].
4266
3378
  """
4267
3379
 
4268
- walk_foot_rise_ratio: any
3380
+ walk_foot_rise_ratio: float # double
4269
3381
  """
4270
-
4271
- None( (placo.HumanoidParameters)arg1) -> float :
4272
-
4273
- C++ signature :
4274
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3382
+ ratio of time spent at foot height during the step
4275
3383
  """
4276
3384
 
4277
- walk_max_dtheta: any
3385
+ walk_max_dtheta: float # double
4278
3386
  """
4279
-
4280
- None( (placo.HumanoidParameters)arg1) -> float :
4281
-
4282
- C++ signature :
4283
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3387
+ Maximum step (yaw)
4284
3388
  """
4285
3389
 
4286
- walk_max_dx_backward: any
3390
+ walk_max_dx_backward: float # double
4287
3391
  """
4288
-
4289
- None( (placo.HumanoidParameters)arg1) -> float :
4290
-
4291
- C++ signature :
4292
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3392
+ Maximum step (backward)
4293
3393
  """
4294
3394
 
4295
- walk_max_dx_forward: any
3395
+ walk_max_dx_forward: float # double
4296
3396
  """
4297
-
4298
- None( (placo.HumanoidParameters)arg1) -> float :
4299
-
4300
- C++ signature :
4301
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3397
+ Maximum step (forward)
4302
3398
  """
4303
3399
 
4304
- walk_max_dy: any
3400
+ walk_max_dy: float # double
4305
3401
  """
4306
-
4307
- None( (placo.HumanoidParameters)arg1) -> float :
4308
-
4309
- C++ signature :
4310
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3402
+ Maximum step (lateral)
4311
3403
  """
4312
3404
 
4313
- walk_trunk_pitch: any
3405
+ walk_trunk_pitch: float # double
4314
3406
  """
4315
-
4316
- None( (placo.HumanoidParameters)arg1) -> float :
4317
-
4318
- C++ signature :
4319
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3407
+ Trunk pitch while walking [rad].
4320
3408
  """
4321
3409
 
4322
- zmp_margin: any
3410
+ zmp_margin: float # double
4323
3411
  """
4324
-
4325
- None( (placo.HumanoidParameters)arg1) -> float :
4326
-
4327
- C++ signature :
4328
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3412
+ Margin for the ZMP to live in the support polygon [m].
4329
3413
  """
4330
3414
 
4331
- zmp_reference_weight: any
3415
+ zmp_reference_weight: float # double
4332
3416
  """
4333
-
4334
- None( (placo.HumanoidParameters)arg1) -> float :
4335
-
4336
- C++ signature :
4337
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3417
+ Weight for ZMP reference in the solver.
4338
3418
  """
4339
3419
 
4340
3420
 
@@ -4364,13 +3444,9 @@ class HumanoidRobot:
4364
3444
  """
4365
3445
  ...
4366
3446
 
4367
- collision_model: any
3447
+ collision_model: any # pinocchio::GeometryModel
4368
3448
  """
4369
-
4370
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
4371
-
4372
- C++ signature :
4373
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
3449
+ Pinocchio collision model.
4374
3450
  """
4375
3451
 
4376
3452
  def com_jacobian(
@@ -4425,7 +3501,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4425
3501
  """
4426
3502
  Computes all minimum distances between current collision pairs.
4427
3503
 
4428
- :return: <Element 'para' at 0x103581030>
3504
+ :return: <Element 'para' at 0x1070cd170>
4429
3505
  """
4430
3506
  ...
4431
3507
 
@@ -4458,7 +3534,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4458
3534
 
4459
3535
  :param any frame: the frame for which we want the jacobian
4460
3536
 
4461
- :return: <Element 'para' at 0x103581b20>
3537
+ :return: <Element 'para' at 0x1070cdc60>
4462
3538
  """
4463
3539
  ...
4464
3540
 
@@ -4472,7 +3548,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4472
3548
 
4473
3549
  :param any frame: the frame for which we want the jacobian time variation
4474
3550
 
4475
- :return: <Element 'para' at 0x103583510>
3551
+ :return: <Element 'para' at 0x1070cf650>
4476
3552
  """
4477
3553
  ...
4478
3554
 
@@ -4721,13 +3797,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4721
3797
  """
4722
3798
  ...
4723
3799
 
4724
- model: any
3800
+ model: any # pinocchio::Model
4725
3801
  """
4726
-
4727
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4728
-
4729
- C++ signature :
4730
- pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
3802
+ Pinocchio model.
4731
3803
  """
4732
3804
 
4733
3805
  def neutral_state(
@@ -4784,7 +3856,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4784
3856
 
4785
3857
  :param bool stop_at_first: whether to stop at the first collision found
4786
3858
 
4787
- :return: <Element 'para' at 0x103580900>
3859
+ :return: <Element 'para' at 0x1070cca40>
4788
3860
  """
4789
3861
  ...
4790
3862
 
@@ -4946,13 +4018,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4946
4018
  """
4947
4019
  ...
4948
4020
 
4949
- state: any
4021
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
4950
4022
  """
4951
-
4952
- None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4953
-
4954
- C++ signature :
4955
- placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4023
+ Robot's current state.
4956
4024
  """
4957
4025
 
4958
4026
  def static_gravity_compensation_torques(
@@ -4970,22 +4038,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4970
4038
  ) -> dict:
4971
4039
  ...
4972
4040
 
4973
- support_is_both: any
4041
+ support_is_both: bool # bool
4974
4042
  """
4975
-
4976
- None( (placo.HumanoidRobot)arg1) -> bool :
4977
-
4978
- C++ signature :
4979
- bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4043
+ Are both feet supporting the robot.
4980
4044
  """
4981
4045
 
4982
- support_side: any
4046
+ support_side: any # placo::humanoid::HumanoidRobot::Side
4983
4047
  """
4984
-
4985
- None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4986
-
4987
- C++ signature :
4988
- placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4048
+ The current side (left or right) associated with T_world_support.
4989
4049
  """
4990
4050
 
4991
4051
  def torques_from_acceleration_with_fixed_frame(
@@ -5046,13 +4106,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
5046
4106
  """
5047
4107
  ...
5048
4108
 
5049
- visual_model: any
4109
+ visual_model: any # pinocchio::GeometryModel
5050
4110
  """
5051
-
5052
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
5053
-
5054
- C++ signature :
5055
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4111
+ Pinocchio visual model.
5056
4112
  """
5057
4113
 
5058
4114
  def zmp(
@@ -5156,31 +4212,19 @@ class Integrator:
5156
4212
  """
5157
4213
  Integrator can be used to efficiently build expressions and values over a decision variable that is integrated over time with a given linear system.
5158
4214
  """
5159
- A: any
4215
+ A: numpy.ndarray # Eigen::MatrixXd
5160
4216
  """
5161
-
5162
- None( (placo.Integrator)arg1) -> object :
5163
-
5164
- C++ signature :
5165
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4217
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5166
4218
  """
5167
4219
 
5168
- B: any
4220
+ B: numpy.ndarray # Eigen::MatrixXd
5169
4221
  """
5170
-
5171
- None( (placo.Integrator)arg1) -> object :
5172
-
5173
- C++ signature :
5174
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4222
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5175
4223
  """
5176
4224
 
5177
- M: any
4225
+ M: numpy.ndarray # Eigen::MatrixXd
5178
4226
  """
5179
-
5180
- None( (placo.Integrator)arg1) -> object :
5181
-
5182
- C++ signature :
5183
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4227
+ The continuous system matrix.
5184
4228
  """
5185
4229
 
5186
4230
  def __init__(
@@ -5216,13 +4260,9 @@ None( (placo.Integrator)arg1) -> object :
5216
4260
  """
5217
4261
  ...
5218
4262
 
5219
- final_transition_matrix: any
4263
+ final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
5220
4264
  """
5221
-
5222
- None( (placo.Integrator)arg1) -> object :
5223
-
5224
- C++ signature :
5225
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
4265
+ Caching the discrete matrix for the last step.
5226
4266
  """
5227
4267
 
5228
4268
  def get_trajectory(
@@ -5233,13 +4273,9 @@ None( (placo.Integrator)arg1) -> object :
5233
4273
  """
5234
4274
  ...
5235
4275
 
5236
- t_start: any
4276
+ t_start: float # double
5237
4277
  """
5238
-
5239
- None( (placo.Integrator)arg1) -> float :
5240
-
5241
- C++ signature :
5242
- double {lvalue} None(placo::problem::Integrator {lvalue})
4278
+ Time offset for the trajectory.
5243
4279
  """
5244
4280
 
5245
4281
  @staticmethod
@@ -5297,13 +4333,9 @@ class IntegratorTrajectory:
5297
4333
 
5298
4334
 
5299
4335
  class JointSpaceHalfSpacesConstraint:
5300
- A: any
4336
+ A: numpy.ndarray # Eigen::MatrixXd
5301
4337
  """
5302
-
5303
- None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5304
-
5305
- C++ signature :
5306
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
4338
+ Matrix A in Aq <= b.
5307
4339
  """
5308
4340
 
5309
4341
  def __init__(
@@ -5316,13 +4348,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5316
4348
  """
5317
4349
  ...
5318
4350
 
5319
- b: any
4351
+ b: numpy.ndarray # Eigen::VectorXd
5320
4352
  """
5321
-
5322
- None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5323
-
5324
- C++ signature :
5325
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
4353
+ Vector b in Aq <= b.
5326
4354
  """
5327
4355
 
5328
4356
  def configure(
@@ -5342,13 +4370,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5342
4370
  """
5343
4371
  ...
5344
4372
 
5345
- name: any
4373
+ name: str # std::string
5346
4374
  """
5347
-
5348
- None( (placo.Prioritized)arg1) -> str :
5349
-
5350
- C++ signature :
5351
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4375
+ Object name.
5352
4376
  """
5353
4377
 
5354
4378
  priority: str
@@ -5358,13 +4382,9 @@ None( (placo.Prioritized)arg1) -> str :
5358
4382
 
5359
4383
 
5360
4384
  class JointsTask:
5361
- A: any
4385
+ A: numpy.ndarray # Eigen::MatrixXd
5362
4386
  """
5363
-
5364
- None( (placo.Task)arg1) -> object :
5365
-
5366
- C++ signature :
5367
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4387
+ Matrix A in the task Ax = b, where x are the joint delta positions.
5368
4388
  """
5369
4389
 
5370
4390
  def __init__(
@@ -5375,13 +4395,9 @@ None( (placo.Task)arg1) -> object :
5375
4395
  """
5376
4396
  ...
5377
4397
 
5378
- b: any
4398
+ b: numpy.ndarray # Eigen::MatrixXd
5379
4399
  """
5380
-
5381
- None( (placo.Task)arg1) -> object :
5382
-
5383
- C++ signature :
5384
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4400
+ Vector b in the task Ax = b, where x are the joint delta positions.
5385
4401
  """
5386
4402
 
5387
4403
  def configure(
@@ -5428,13 +4444,9 @@ None( (placo.Task)arg1) -> object :
5428
4444
  """
5429
4445
  ...
5430
4446
 
5431
- name: any
4447
+ name: str # std::string
5432
4448
  """
5433
-
5434
- None( (placo.Prioritized)arg1) -> str :
5435
-
5436
- C++ signature :
5437
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4449
+ Object name.
5438
4450
  """
5439
4451
 
5440
4452
  priority: str
@@ -5493,13 +4505,9 @@ class KinematicsConstraint:
5493
4505
  """
5494
4506
  ...
5495
4507
 
5496
- name: any
4508
+ name: str # std::string
5497
4509
  """
5498
-
5499
- None( (placo.Prioritized)arg1) -> str :
5500
-
5501
- C++ signature :
5502
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
4510
+ Object name.
5503
4511
  """
5504
4512
 
5505
4513
  priority: str
@@ -5509,13 +4517,9 @@ None( (placo.Prioritized)arg1) -> str :
5509
4517
 
5510
4518
 
5511
4519
  class KinematicsSolver:
5512
- N: any
4520
+ N: int # int
5513
4521
  """
5514
-
5515
- None( (placo.KinematicsSolver)arg1) -> int :
5516
-
5517
- C++ signature :
5518
- int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4522
+ Size of the problem (number of variables)
5519
4523
  """
5520
4524
 
5521
4525
  def __init__(
@@ -5856,13 +4860,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5856
4860
  """
5857
4861
  ...
5858
4862
 
5859
- dt: any
4863
+ dt: float # double
5860
4864
  """
5861
-
5862
- None( (placo.KinematicsSolver)arg1) -> float :
5863
-
5864
- C++ signature :
5865
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4865
+ solver dt (for speeds limiting)
5866
4866
  """
5867
4867
 
5868
4868
  def dump_status(
@@ -5911,13 +4911,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
5911
4911
  """
5912
4912
  ...
5913
4913
 
5914
- problem: any
4914
+ problem: Problem # placo::problem::Problem
5915
4915
  """
5916
-
5917
- None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5918
-
5919
- C++ signature :
5920
- placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4916
+ The underlying QP problem.
5921
4917
  """
5922
4918
 
5923
4919
  def remove_constraint(
@@ -5942,22 +4938,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5942
4938
  """
5943
4939
  ...
5944
4940
 
5945
- robot: any
4941
+ robot: RobotWrapper # placo::model::RobotWrapper
5946
4942
  """
5947
-
5948
- None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
5949
-
5950
- C++ signature :
5951
- placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
4943
+ The robot controlled by this solver.
5952
4944
  """
5953
4945
 
5954
- scale: any
4946
+ scale: float # double
5955
4947
  """
5956
-
5957
- None( (placo.KinematicsSolver)arg1) -> float :
5958
-
5959
- C++ signature :
5960
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4948
+ scale obtained when using tasks scaling
5961
4949
  """
5962
4950
 
5963
4951
  def solve(
@@ -5992,13 +4980,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
5992
4980
 
5993
4981
 
5994
4982
  class KineticEnergyRegularizationTask:
5995
- A: any
4983
+ A: numpy.ndarray # Eigen::MatrixXd
5996
4984
  """
5997
-
5998
- None( (placo.Task)arg1) -> object :
5999
-
6000
- C++ signature :
6001
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4985
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6002
4986
  """
6003
4987
 
6004
4988
  def __init__(
@@ -6006,13 +4990,9 @@ None( (placo.Task)arg1) -> object :
6006
4990
  ) -> None:
6007
4991
  ...
6008
4992
 
6009
- b: any
4993
+ b: numpy.ndarray # Eigen::MatrixXd
6010
4994
  """
6011
-
6012
- None( (placo.Task)arg1) -> object :
6013
-
6014
- C++ signature :
6015
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
4995
+ Vector b in the task Ax = b, where x are the joint delta positions.
6016
4996
  """
6017
4997
 
6018
4998
  def configure(
@@ -6048,13 +5028,9 @@ None( (placo.Task)arg1) -> object :
6048
5028
  """
6049
5029
  ...
6050
5030
 
6051
- name: any
5031
+ name: str # std::string
6052
5032
  """
6053
-
6054
- None( (placo.Prioritized)arg1) -> str :
6055
-
6056
- C++ signature :
6057
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5033
+ Object name.
6058
5034
  """
6059
5035
 
6060
5036
  priority: str
@@ -6114,14 +5090,7 @@ class LIPM:
6114
5090
  ) -> Expression:
6115
5091
  ...
6116
5092
 
6117
- dt: any
6118
- """
6119
-
6120
- None( (placo.LIPM)arg1) -> float :
6121
-
6122
- C++ signature :
6123
- double {lvalue} None(placo::humanoid::LIPM {lvalue})
6124
- """
5093
+ dt: float # double
6125
5094
 
6126
5095
  def dzmp(
6127
5096
  self,
@@ -6151,31 +5120,10 @@ None( (placo.LIPM)arg1) -> float :
6151
5120
  ...
6152
5121
 
6153
5122
  t_end: any
6154
- """
6155
-
6156
- None( (placo.LIPM)arg1) -> float :
6157
5123
 
6158
- C++ signature :
6159
- double None(placo::humanoid::LIPM {lvalue})
6160
- """
6161
-
6162
- t_start: any
6163
- """
6164
-
6165
- None( (placo.LIPM)arg1) -> float :
6166
-
6167
- C++ signature :
6168
- double {lvalue} None(placo::humanoid::LIPM {lvalue})
6169
- """
6170
-
6171
- timesteps: any
6172
- """
6173
-
6174
- None( (placo.LIPM)arg1) -> int :
5124
+ t_start: float # double
6175
5125
 
6176
- C++ signature :
6177
- int {lvalue} None(placo::humanoid::LIPM {lvalue})
6178
- """
5126
+ timesteps: int # int
6179
5127
 
6180
5128
  def vel(
6181
5129
  self,
@@ -6183,41 +5131,13 @@ None( (placo.LIPM)arg1) -> int :
6183
5131
  ) -> Expression:
6184
5132
  ...
6185
5133
 
6186
- x: any
6187
- """
6188
-
6189
- None( (placo.LIPM)arg1) -> placo.Integrator :
6190
-
6191
- C++ signature :
6192
- placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
6193
- """
6194
-
6195
- x_var: any
6196
- """
6197
-
6198
- None( (placo.LIPM)arg1) -> object :
6199
-
6200
- C++ signature :
6201
- placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
6202
- """
6203
-
6204
- y: any
6205
- """
6206
-
6207
- None( (placo.LIPM)arg1) -> placo.Integrator :
5134
+ x: Integrator # placo::problem::Integrator
6208
5135
 
6209
- C++ signature :
6210
- placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
6211
- """
5136
+ x_var: Variable # placo::problem::Variable
6212
5137
 
6213
- y_var: any
6214
- """
6215
-
6216
- None( (placo.LIPM)arg1) -> object :
5138
+ y: Integrator # placo::problem::Integrator
6217
5139
 
6218
- C++ signature :
6219
- placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
6220
- """
5140
+ y_var: Variable # placo::problem::Variable
6221
5141
 
6222
5142
  def zmp(
6223
5143
  self,
@@ -6280,13 +5200,9 @@ class LIPMTrajectory:
6280
5200
 
6281
5201
 
6282
5202
  class LineContact:
6283
- R_world_surface: any
5203
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6284
5204
  """
6285
-
6286
- None( (placo.PointContact)arg1) -> numpy.ndarray :
6287
-
6288
- C++ signature :
6289
- Eigen::Matrix<double, 3, 3, 0, 3, 3> None(placo::dynamics::PointContact {lvalue})
5205
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6290
5206
  """
6291
5207
 
6292
5208
  def __init__(
@@ -6299,31 +5215,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
6299
5215
  """
6300
5216
  ...
6301
5217
 
6302
- active: any
5218
+ active: bool # bool
6303
5219
  """
6304
-
6305
- None( (placo.Contact)arg1) -> bool :
6306
-
6307
- C++ signature :
6308
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5220
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
6309
5221
  """
6310
5222
 
6311
- length: any
5223
+ length: float # double
6312
5224
  """
6313
-
6314
- None( (placo.LineContact)arg1) -> float :
6315
-
6316
- C++ signature :
6317
- double {lvalue} None(placo::dynamics::LineContact {lvalue})
5225
+ Rectangular contact length along local x-axis.
6318
5226
  """
6319
5227
 
6320
- mu: any
5228
+ mu: float # double
6321
5229
  """
6322
-
6323
- None( (placo.Contact)arg1) -> float :
6324
-
6325
- C++ signature :
6326
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5230
+ Coefficient of friction (if relevant)
6327
5231
  """
6328
5232
 
6329
5233
  def orientation_task(
@@ -6336,49 +5240,29 @@ None( (placo.Contact)arg1) -> float :
6336
5240
  ) -> DynamicsPositionTask:
6337
5241
  ...
6338
5242
 
6339
- unilateral: any
5243
+ unilateral: bool # bool
6340
5244
  """
6341
-
6342
- None( (placo.LineContact)arg1) -> bool :
6343
-
6344
- C++ signature :
6345
- bool {lvalue} None(placo::dynamics::LineContact {lvalue})
5245
+ true for unilateral contact with the ground
6346
5246
  """
6347
5247
 
6348
- weight_forces: any
5248
+ weight_forces: float # double
6349
5249
  """
6350
-
6351
- None( (placo.Contact)arg1) -> float :
6352
-
6353
- C++ signature :
6354
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5250
+ Weight of forces for the optimization (if relevant)
6355
5251
  """
6356
5252
 
6357
- weight_moments: any
5253
+ weight_moments: float # double
6358
5254
  """
6359
-
6360
- None( (placo.Contact)arg1) -> float :
6361
-
6362
- C++ signature :
6363
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5255
+ Weight of moments for optimization (if relevant)
6364
5256
  """
6365
5257
 
6366
- weight_tangentials: any
5258
+ weight_tangentials: float # double
6367
5259
  """
6368
-
6369
- None( (placo.Contact)arg1) -> float :
6370
-
6371
- C++ signature :
6372
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5260
+ Extra cost for tangential forces.
6373
5261
  """
6374
5262
 
6375
- wrench: any
5263
+ wrench: numpy.ndarray # Eigen::VectorXd
6376
5264
  """
6377
-
6378
- None( (placo.Contact)arg1) -> object :
6379
-
6380
- C++ signature :
6381
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5265
+ Wrench populated after the DynamicsSolver::solve call.
6382
5266
  """
6383
5267
 
6384
5268
  def zmp(
@@ -6391,13 +5275,9 @@ None( (placo.Contact)arg1) -> object :
6391
5275
 
6392
5276
 
6393
5277
  class ManipulabilityTask:
6394
- A: any
5278
+ A: numpy.ndarray # Eigen::MatrixXd
6395
5279
  """
6396
-
6397
- None( (placo.Task)arg1) -> object :
6398
-
6399
- C++ signature :
6400
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5280
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6401
5281
  """
6402
5282
 
6403
5283
  def __init__(
@@ -6408,13 +5288,9 @@ None( (placo.Task)arg1) -> object :
6408
5288
  ) -> any:
6409
5289
  ...
6410
5290
 
6411
- b: any
5291
+ b: numpy.ndarray # Eigen::MatrixXd
6412
5292
  """
6413
-
6414
- None( (placo.Task)arg1) -> object :
6415
-
6416
- C++ signature :
6417
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5293
+ Vector b in the task Ax = b, where x are the joint delta positions.
6418
5294
  """
6419
5295
 
6420
5296
  def configure(
@@ -6451,39 +5327,20 @@ None( (placo.Task)arg1) -> object :
6451
5327
  ...
6452
5328
 
6453
5329
  lambda_: any
6454
- """
6455
-
6456
- None( (placo.ManipulabilityTask)arg1) -> float :
6457
-
6458
- C++ signature :
6459
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
6460
- """
6461
5330
 
6462
- manipulability: any
5331
+ manipulability: float # double
6463
5332
  """
6464
-
6465
- None( (placo.ManipulabilityTask)arg1) -> float :
6466
-
6467
- C++ signature :
6468
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5333
+ The last computed manipulability value.
6469
5334
  """
6470
5335
 
6471
- minimize: any
5336
+ minimize: bool # bool
6472
5337
  """
6473
-
6474
- None( (placo.ManipulabilityTask)arg1) -> bool :
6475
-
6476
- C++ signature :
6477
- bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5338
+ Should the manipulability be minimized (can be useful to find singularities)
6478
5339
  """
6479
5340
 
6480
- name: any
5341
+ name: str # std::string
6481
5342
  """
6482
-
6483
- None( (placo.Prioritized)arg1) -> str :
6484
-
6485
- C++ signature :
6486
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5343
+ Object name.
6487
5344
  """
6488
5345
 
6489
5346
  priority: str
@@ -6501,22 +5358,14 @@ None( (placo.Prioritized)arg1) -> str :
6501
5358
 
6502
5359
 
6503
5360
  class OrientationTask:
6504
- A: any
5361
+ A: numpy.ndarray # Eigen::MatrixXd
6505
5362
  """
6506
-
6507
- None( (placo.Task)arg1) -> object :
6508
-
6509
- C++ signature :
6510
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5363
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6511
5364
  """
6512
5365
 
6513
- R_world_frame: any
5366
+ R_world_frame: numpy.ndarray # Eigen::Matrix3d
6514
5367
  """
6515
-
6516
- None( (placo.OrientationTask)arg1) -> object :
6517
-
6518
- C++ signature :
6519
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5368
+ Target frame orientation in the world.
6520
5369
  """
6521
5370
 
6522
5371
  def __init__(
@@ -6529,13 +5378,9 @@ None( (placo.OrientationTask)arg1) -> object :
6529
5378
  """
6530
5379
  ...
6531
5380
 
6532
- b: any
5381
+ b: numpy.ndarray # Eigen::MatrixXd
6533
5382
  """
6534
-
6535
- None( (placo.Task)arg1) -> object :
6536
-
6537
- C++ signature :
6538
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5383
+ Vector b in the task Ax = b, where x are the joint delta positions.
6539
5384
  """
6540
5385
 
6541
5386
  def configure(
@@ -6571,31 +5416,19 @@ None( (placo.Task)arg1) -> object :
6571
5416
  """
6572
5417
  ...
6573
5418
 
6574
- frame_index: any
5419
+ frame_index: any # pinocchio::FrameIndex
6575
5420
  """
6576
-
6577
- None( (placo.OrientationTask)arg1) -> int :
6578
-
6579
- C++ signature :
6580
- unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5421
+ Frame.
6581
5422
  """
6582
5423
 
6583
- mask: any
5424
+ mask: AxisesMask # placo::tools::AxisesMask
6584
5425
  """
6585
-
6586
- None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
6587
-
6588
- C++ signature :
6589
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5426
+ Mask.
6590
5427
  """
6591
5428
 
6592
- name: any
5429
+ name: str # std::string
6593
5430
  """
6594
-
6595
- None( (placo.Prioritized)arg1) -> str :
6596
-
6597
- C++ signature :
6598
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5431
+ Object name.
6599
5432
  """
6600
5433
 
6601
5434
  priority: str
@@ -6613,13 +5446,9 @@ None( (placo.Prioritized)arg1) -> str :
6613
5446
 
6614
5447
 
6615
5448
  class PointContact:
6616
- R_world_surface: any
5449
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6617
5450
  """
6618
-
6619
- None( (placo.PointContact)arg1) -> object :
6620
-
6621
- C++ signature :
6622
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::PointContact {lvalue})
5451
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6623
5452
  """
6624
5453
 
6625
5454
  def __init__(
@@ -6632,22 +5461,14 @@ None( (placo.PointContact)arg1) -> object :
6632
5461
  """
6633
5462
  ...
6634
5463
 
6635
- active: any
5464
+ active: bool # bool
6636
5465
  """
6637
-
6638
- None( (placo.Contact)arg1) -> bool :
6639
-
6640
- C++ signature :
6641
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5466
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
6642
5467
  """
6643
5468
 
6644
- mu: any
5469
+ mu: float # double
6645
5470
  """
6646
-
6647
- None( (placo.Contact)arg1) -> float :
6648
-
6649
- C++ signature :
6650
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5471
+ Coefficient of friction (if relevant)
6651
5472
  """
6652
5473
 
6653
5474
  def position_task(
@@ -6655,49 +5476,29 @@ None( (placo.Contact)arg1) -> float :
6655
5476
  ) -> DynamicsPositionTask:
6656
5477
  ...
6657
5478
 
6658
- unilateral: any
5479
+ unilateral: bool # bool
6659
5480
  """
6660
-
6661
- None( (placo.PointContact)arg1) -> bool :
6662
-
6663
- C++ signature :
6664
- bool {lvalue} None(placo::dynamics::PointContact {lvalue})
5481
+ true for unilateral contact with the ground
6665
5482
  """
6666
5483
 
6667
- weight_forces: any
5484
+ weight_forces: float # double
6668
5485
  """
6669
-
6670
- None( (placo.Contact)arg1) -> float :
6671
-
6672
- C++ signature :
6673
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5486
+ Weight of forces for the optimization (if relevant)
6674
5487
  """
6675
5488
 
6676
- weight_moments: any
5489
+ weight_moments: float # double
6677
5490
  """
6678
-
6679
- None( (placo.Contact)arg1) -> float :
6680
-
6681
- C++ signature :
6682
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5491
+ Weight of moments for optimization (if relevant)
6683
5492
  """
6684
5493
 
6685
- weight_tangentials: any
5494
+ weight_tangentials: float # double
6686
5495
  """
6687
-
6688
- None( (placo.Contact)arg1) -> float :
6689
-
6690
- C++ signature :
6691
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5496
+ Extra cost for tangential forces.
6692
5497
  """
6693
5498
 
6694
- wrench: any
5499
+ wrench: numpy.ndarray # Eigen::VectorXd
6695
5500
  """
6696
-
6697
- None( (placo.Contact)arg1) -> object :
6698
-
6699
- C++ signature :
6700
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5501
+ Wrench populated after the DynamicsSolver::solve call.
6701
5502
  """
6702
5503
 
6703
5504
 
@@ -6737,13 +5538,9 @@ class Polynom:
6737
5538
  ) -> any:
6738
5539
  ...
6739
5540
 
6740
- coefficients: any
5541
+ coefficients: numpy.ndarray # Eigen::VectorXd
6741
5542
  """
6742
-
6743
- None( (placo.Polynom)arg1) -> object :
6744
-
6745
- C++ signature :
6746
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::tools::Polynom {lvalue})
5543
+ coefficients, from highest to lowest
6747
5544
  """
6748
5545
 
6749
5546
  @staticmethod
@@ -6777,13 +5574,9 @@ None( (placo.Polynom)arg1) -> object :
6777
5574
 
6778
5575
 
6779
5576
  class PositionTask:
6780
- A: any
5577
+ A: numpy.ndarray # Eigen::MatrixXd
6781
5578
  """
6782
-
6783
- None( (placo.Task)arg1) -> object :
6784
-
6785
- C++ signature :
6786
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5579
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6787
5580
  """
6788
5581
 
6789
5582
  def __init__(
@@ -6796,13 +5589,9 @@ None( (placo.Task)arg1) -> object :
6796
5589
  """
6797
5590
  ...
6798
5591
 
6799
- b: any
5592
+ b: numpy.ndarray # Eigen::MatrixXd
6800
5593
  """
6801
-
6802
- None( (placo.Task)arg1) -> object :
6803
-
6804
- C++ signature :
6805
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5594
+ Vector b in the task Ax = b, where x are the joint delta positions.
6806
5595
  """
6807
5596
 
6808
5597
  def configure(
@@ -6838,31 +5627,19 @@ None( (placo.Task)arg1) -> object :
6838
5627
  """
6839
5628
  ...
6840
5629
 
6841
- frame_index: any
5630
+ frame_index: any # pinocchio::FrameIndex
6842
5631
  """
6843
-
6844
- None( (placo.PositionTask)arg1) -> int :
6845
-
6846
- C++ signature :
6847
- unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
5632
+ Frame.
6848
5633
  """
6849
5634
 
6850
- mask: any
5635
+ mask: AxisesMask # placo::tools::AxisesMask
6851
5636
  """
6852
-
6853
- None( (placo.PositionTask)arg1) -> placo.AxisesMask :
6854
-
6855
- C++ signature :
6856
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
5637
+ Mask.
6857
5638
  """
6858
5639
 
6859
- name: any
5640
+ name: str # std::string
6860
5641
  """
6861
-
6862
- None( (placo.Prioritized)arg1) -> str :
6863
-
6864
- C++ signature :
6865
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5642
+ Object name.
6866
5643
  """
6867
5644
 
6868
5645
  priority: str
@@ -6870,13 +5647,9 @@ None( (placo.Prioritized)arg1) -> str :
6870
5647
  Priority [str]
6871
5648
  """
6872
5649
 
6873
- target_world: any
5650
+ target_world: numpy.ndarray # Eigen::Vector3d
6874
5651
  """
6875
-
6876
- None( (placo.PositionTask)arg1) -> numpy.ndarray :
6877
-
6878
- C++ signature :
6879
- Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::PositionTask)
5652
+ Target position in the world.
6880
5653
  """
6881
5654
 
6882
5655
  def update(
@@ -6911,13 +5684,9 @@ class Prioritized:
6911
5684
  """
6912
5685
  ...
6913
5686
 
6914
- name: any
5687
+ name: str # std::string
6915
5688
  """
6916
-
6917
- None( (placo.Prioritized)arg1) -> str :
6918
-
6919
- C++ signature :
6920
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
5689
+ Object name.
6921
5690
  """
6922
5691
 
6923
5692
  priority: str
@@ -6984,13 +5753,9 @@ class Problem:
6984
5753
  """
6985
5754
  ...
6986
5755
 
6987
- determined_variables: any
5756
+ determined_variables: int # int
6988
5757
  """
6989
-
6990
- None( (placo.Problem)arg1) -> int :
6991
-
6992
- C++ signature :
6993
- int {lvalue} None(placo::problem::Problem {lvalue})
5758
+ Number of determined variables.
6994
5759
  """
6995
5760
 
6996
5761
  def dump_status(
@@ -6998,76 +5763,44 @@ None( (placo.Problem)arg1) -> int :
6998
5763
  ) -> None:
6999
5764
  ...
7000
5765
 
7001
- free_variables: any
5766
+ free_variables: int # int
7002
5767
  """
7003
-
7004
- None( (placo.Problem)arg1) -> int :
7005
-
7006
- C++ signature :
7007
- int {lvalue} None(placo::problem::Problem {lvalue})
5768
+ Number of free variables to solve.
7008
5769
  """
7009
5770
 
7010
- n_equalities: any
5771
+ n_equalities: int # int
7011
5772
  """
7012
-
7013
- None( (placo.Problem)arg1) -> int :
7014
-
7015
- C++ signature :
7016
- int {lvalue} None(placo::problem::Problem {lvalue})
5773
+ Number of equalities.
7017
5774
  """
7018
5775
 
7019
- n_inequalities: any
5776
+ n_inequalities: int # int
7020
5777
  """
7021
-
7022
- None( (placo.Problem)arg1) -> int :
7023
-
7024
- C++ signature :
7025
- int {lvalue} None(placo::problem::Problem {lvalue})
5778
+ Number of inequality constraints.
7026
5779
  """
7027
5780
 
7028
- n_variables: any
5781
+ n_variables: int # int
7029
5782
  """
7030
-
7031
- None( (placo.Problem)arg1) -> int :
7032
-
7033
- C++ signature :
7034
- int {lvalue} None(placo::problem::Problem {lvalue})
5783
+ Number of problem variables that need to be solved.
7035
5784
  """
7036
5785
 
7037
- regularization: any
5786
+ regularization: float # double
7038
5787
  """
7039
-
7040
- None( (placo.Problem)arg1) -> float :
7041
-
7042
- C++ signature :
7043
- double {lvalue} None(placo::problem::Problem {lvalue})
5788
+ Default internal regularization.
7044
5789
  """
7045
5790
 
7046
- rewrite_equalities: any
5791
+ rewrite_equalities: bool # bool
7047
5792
  """
7048
-
7049
- None( (placo.Problem)arg1) -> bool :
7050
-
7051
- C++ signature :
7052
- bool {lvalue} None(placo::problem::Problem {lvalue})
5793
+ If set to true, a QR factorization will be performed on the equality constraints, and the QP will be called with free variables only.
7053
5794
  """
7054
5795
 
7055
- slack_variables: any
5796
+ slack_variables: int # int
7056
5797
  """
7057
-
7058
- None( (placo.Problem)arg1) -> int :
7059
-
7060
- C++ signature :
7061
- int {lvalue} None(placo::problem::Problem {lvalue})
5798
+ Number of slack variables in the solver.
7062
5799
  """
7063
5800
 
7064
- slacks: any
5801
+ slacks: numpy.ndarray # Eigen::VectorXd
7065
5802
  """
7066
-
7067
- None( (placo.Problem)arg1) -> numpy.ndarray :
7068
-
7069
- C++ signature :
7070
- Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::problem::Problem)
5803
+ Computed slack variables.
7071
5804
  """
7072
5805
 
7073
5806
  def solve(
@@ -7078,22 +5811,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
7078
5811
  """
7079
5812
  ...
7080
5813
 
7081
- use_sparsity: any
5814
+ use_sparsity: bool # bool
7082
5815
  """
7083
-
7084
- None( (placo.Problem)arg1) -> bool :
7085
-
7086
- C++ signature :
7087
- bool {lvalue} None(placo::problem::Problem {lvalue})
5816
+ If set to true, some sparsity optimizations will be performed when building the problem Hessian. This optimization is generally not useful for small problems.
7088
5817
  """
7089
5818
 
7090
- x: any
5819
+ x: numpy.ndarray # Eigen::VectorXd
7091
5820
  """
7092
-
7093
- None( (placo.Problem)arg1) -> object :
7094
-
7095
- C++ signature :
7096
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Problem {lvalue})
5821
+ Computed result.
7097
5822
  """
7098
5823
 
7099
5824
 
@@ -7118,40 +5843,24 @@ class ProblemConstraint:
7118
5843
  """
7119
5844
  ...
7120
5845
 
7121
- expression: any
5846
+ expression: Expression # placo::problem::Expression
7122
5847
  """
7123
-
7124
- None( (placo.ProblemConstraint)arg1) -> object :
7125
-
7126
- C++ signature :
7127
- placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5848
+ The constraint expression (Ax + b)
7128
5849
  """
7129
5850
 
7130
- is_active: any
5851
+ is_active: bool # bool
7131
5852
  """
7132
-
7133
- None( (placo.ProblemConstraint)arg1) -> bool :
7134
-
7135
- C++ signature :
7136
- bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5853
+ This flag will be set by the solver if the constraint is active in the optimal solution.
7137
5854
  """
7138
5855
 
7139
- priority: any
5856
+ priority: any # placo::problem::ProblemConstraint::Priority
7140
5857
  """
7141
-
7142
- None( (placo.ProblemConstraint)arg1) -> str :
7143
-
7144
- C++ signature :
7145
- char const* None(placo::problem::ProblemConstraint)
5858
+ Constraint priority.
7146
5859
  """
7147
5860
 
7148
- weight: any
5861
+ weight: float # double
7149
5862
  """
7150
-
7151
- None( (placo.ProblemConstraint)arg1) -> float :
7152
-
7153
- C++ signature :
7154
- double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5863
+ Constraint weight (for soft constraints)
7155
5864
  """
7156
5865
 
7157
5866
 
@@ -7194,58 +5903,34 @@ class PuppetContact:
7194
5903
  """
7195
5904
  ...
7196
5905
 
7197
- active: any
5906
+ active: bool # bool
7198
5907
  """
7199
-
7200
- None( (placo.Contact)arg1) -> bool :
7201
-
7202
- C++ signature :
7203
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5908
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
7204
5909
  """
7205
5910
 
7206
- mu: any
5911
+ mu: float # double
7207
5912
  """
7208
-
7209
- None( (placo.Contact)arg1) -> float :
7210
-
7211
- C++ signature :
7212
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5913
+ Coefficient of friction (if relevant)
7213
5914
  """
7214
5915
 
7215
- weight_forces: any
5916
+ weight_forces: float # double
7216
5917
  """
7217
-
7218
- None( (placo.Contact)arg1) -> float :
7219
-
7220
- C++ signature :
7221
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5918
+ Weight of forces for the optimization (if relevant)
7222
5919
  """
7223
5920
 
7224
- weight_moments: any
5921
+ weight_moments: float # double
7225
5922
  """
7226
-
7227
- None( (placo.Contact)arg1) -> float :
7228
-
7229
- C++ signature :
7230
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5923
+ Weight of moments for optimization (if relevant)
7231
5924
  """
7232
5925
 
7233
- weight_tangentials: any
5926
+ weight_tangentials: float # double
7234
5927
  """
7235
-
7236
- None( (placo.Contact)arg1) -> float :
7237
-
7238
- C++ signature :
7239
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5928
+ Extra cost for tangential forces.
7240
5929
  """
7241
5930
 
7242
- wrench: any
5931
+ wrench: numpy.ndarray # Eigen::VectorXd
7243
5932
  """
7244
-
7245
- None( (placo.Contact)arg1) -> object :
7246
-
7247
- C++ signature :
7248
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
5933
+ Wrench populated after the DynamicsSolver::solve call.
7249
5934
  """
7250
5935
 
7251
5936
 
@@ -7266,13 +5951,9 @@ class QPError:
7266
5951
 
7267
5952
 
7268
5953
  class RegularizationTask:
7269
- A: any
5954
+ A: numpy.ndarray # Eigen::MatrixXd
7270
5955
  """
7271
-
7272
- None( (placo.Task)arg1) -> object :
7273
-
7274
- C++ signature :
7275
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5956
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7276
5957
  """
7277
5958
 
7278
5959
  def __init__(
@@ -7280,13 +5961,9 @@ None( (placo.Task)arg1) -> object :
7280
5961
  ) -> None:
7281
5962
  ...
7282
5963
 
7283
- b: any
5964
+ b: numpy.ndarray # Eigen::MatrixXd
7284
5965
  """
7285
-
7286
- None( (placo.Task)arg1) -> object :
7287
-
7288
- C++ signature :
7289
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
5966
+ Vector b in the task Ax = b, where x are the joint delta positions.
7290
5967
  """
7291
5968
 
7292
5969
  def configure(
@@ -7322,13 +5999,9 @@ None( (placo.Task)arg1) -> object :
7322
5999
  """
7323
6000
  ...
7324
6001
 
7325
- name: any
6002
+ name: str # std::string
7326
6003
  """
7327
-
7328
- None( (placo.Prioritized)arg1) -> str :
7329
-
7330
- C++ signature :
7331
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6004
+ Object name.
7332
6005
  """
7333
6006
 
7334
6007
  priority: str
@@ -7347,13 +6020,6 @@ None( (placo.Prioritized)arg1) -> str :
7347
6020
 
7348
6021
  class RelativeFrameTask:
7349
6022
  T_a_b: any
7350
- """
7351
-
7352
- None( (placo.RelativeFrameTask)arg1) -> object :
7353
-
7354
- C++ signature :
7355
- Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::RelativeFrameTask {lvalue})
7356
- """
7357
6023
 
7358
6024
  def __init__(
7359
6025
  self,
@@ -7397,22 +6063,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
7397
6063
 
7398
6064
 
7399
6065
  class RelativeOrientationTask:
7400
- A: any
6066
+ A: numpy.ndarray # Eigen::MatrixXd
7401
6067
  """
7402
-
7403
- None( (placo.Task)arg1) -> object :
7404
-
7405
- C++ signature :
7406
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6068
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7407
6069
  """
7408
6070
 
7409
- R_a_b: any
6071
+ R_a_b: numpy.ndarray # Eigen::Matrix3d
7410
6072
  """
7411
-
7412
- None( (placo.RelativeOrientationTask)arg1) -> object :
7413
-
7414
- C++ signature :
7415
- Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6073
+ Target relative orientation of b in a.
7416
6074
  """
7417
6075
 
7418
6076
  def __init__(
@@ -7426,13 +6084,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
7426
6084
  """
7427
6085
  ...
7428
6086
 
7429
- b: any
6087
+ b: numpy.ndarray # Eigen::MatrixXd
7430
6088
  """
7431
-
7432
- None( (placo.Task)arg1) -> object :
7433
-
7434
- C++ signature :
7435
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6089
+ Vector b in the task Ax = b, where x are the joint delta positions.
7436
6090
  """
7437
6091
 
7438
6092
  def configure(
@@ -7468,40 +6122,24 @@ None( (placo.Task)arg1) -> object :
7468
6122
  """
7469
6123
  ...
7470
6124
 
7471
- frame_a: any
6125
+ frame_a: any # pinocchio::FrameIndex
7472
6126
  """
7473
-
7474
- None( (placo.RelativeOrientationTask)arg1) -> int :
7475
-
7476
- C++ signature :
7477
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6127
+ Frame A.
7478
6128
  """
7479
6129
 
7480
- frame_b: any
6130
+ frame_b: any # pinocchio::FrameIndex
7481
6131
  """
7482
-
7483
- None( (placo.RelativeOrientationTask)arg1) -> int :
7484
-
7485
- C++ signature :
7486
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6132
+ Frame B.
7487
6133
  """
7488
6134
 
7489
- mask: any
6135
+ mask: AxisesMask # placo::tools::AxisesMask
7490
6136
  """
7491
-
7492
- None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
7493
-
7494
- C++ signature :
7495
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6137
+ Mask.
7496
6138
  """
7497
6139
 
7498
- name: any
6140
+ name: str # std::string
7499
6141
  """
7500
-
7501
- None( (placo.Prioritized)arg1) -> str :
7502
-
7503
- C++ signature :
7504
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6142
+ Object name.
7505
6143
  """
7506
6144
 
7507
6145
  priority: str
@@ -7519,13 +6157,9 @@ None( (placo.Prioritized)arg1) -> str :
7519
6157
 
7520
6158
 
7521
6159
  class RelativePositionTask:
7522
- A: any
6160
+ A: numpy.ndarray # Eigen::MatrixXd
7523
6161
  """
7524
-
7525
- None( (placo.Task)arg1) -> object :
7526
-
7527
- C++ signature :
7528
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6162
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7529
6163
  """
7530
6164
 
7531
6165
  def __init__(
@@ -7539,13 +6173,9 @@ None( (placo.Task)arg1) -> object :
7539
6173
  """
7540
6174
  ...
7541
6175
 
7542
- b: any
6176
+ b: numpy.ndarray # Eigen::MatrixXd
7543
6177
  """
7544
-
7545
- None( (placo.Task)arg1) -> object :
7546
-
7547
- C++ signature :
7548
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
6178
+ Vector b in the task Ax = b, where x are the joint delta positions.
7549
6179
  """
7550
6180
 
7551
6181
  def configure(
@@ -7581,40 +6211,24 @@ None( (placo.Task)arg1) -> object :
7581
6211
  """
7582
6212
  ...
7583
6213
 
7584
- frame_a: any
6214
+ frame_a: any # pinocchio::FrameIndex
7585
6215
  """
7586
-
7587
- None( (placo.RelativePositionTask)arg1) -> int :
7588
-
7589
- C++ signature :
7590
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6216
+ Frame A.
7591
6217
  """
7592
6218
 
7593
- frame_b: any
6219
+ frame_b: any # pinocchio::FrameIndex
7594
6220
  """
7595
-
7596
- None( (placo.RelativePositionTask)arg1) -> int :
7597
-
7598
- C++ signature :
7599
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6221
+ Frame B.
7600
6222
  """
7601
6223
 
7602
- mask: any
6224
+ mask: AxisesMask # placo::tools::AxisesMask
7603
6225
  """
7604
-
7605
- None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
7606
-
7607
- C++ signature :
7608
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6226
+ Mask.
7609
6227
  """
7610
6228
 
7611
- name: any
6229
+ name: str # std::string
7612
6230
  """
7613
-
7614
- None( (placo.Prioritized)arg1) -> str :
7615
-
7616
- C++ signature :
7617
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
6231
+ Object name.
7618
6232
  """
7619
6233
 
7620
6234
  priority: str
@@ -7622,13 +6236,9 @@ None( (placo.Prioritized)arg1) -> str :
7622
6236
  Priority [str]
7623
6237
  """
7624
6238
 
7625
- target: any
6239
+ target: numpy.ndarray # Eigen::Vector3d
7626
6240
  """
7627
-
7628
- None( (placo.RelativePositionTask)arg1) -> object :
7629
-
7630
- C++ signature :
7631
- Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6241
+ Target position of B in A.
7632
6242
  """
7633
6243
 
7634
6244
  def update(
@@ -7675,13 +6285,9 @@ class RobotWrapper:
7675
6285
  """
7676
6286
  ...
7677
6287
 
7678
- collision_model: any
6288
+ collision_model: any # pinocchio::GeometryModel
7679
6289
  """
7680
-
7681
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
7682
-
7683
- C++ signature :
7684
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6290
+ Pinocchio collision model.
7685
6291
  """
7686
6292
 
7687
6293
  def com_jacobian(
@@ -7722,7 +6328,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7722
6328
  """
7723
6329
  Computes all minimum distances between current collision pairs.
7724
6330
 
7725
- :return: <Element 'para' at 0x103481d00>
6331
+ :return: <Element 'para' at 0x107011d00>
7726
6332
  """
7727
6333
  ...
7728
6334
 
@@ -7736,7 +6342,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7736
6342
 
7737
6343
  :param any frame: the frame for which we want the jacobian
7738
6344
 
7739
- :return: <Element 'para' at 0x1034827f0>
6345
+ :return: <Element 'para' at 0x1070127f0>
7740
6346
  """
7741
6347
  ...
7742
6348
 
@@ -7750,7 +6356,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7750
6356
 
7751
6357
  :param any frame: the frame for which we want the jacobian time variation
7752
6358
 
7753
- :return: <Element 'para' at 0x103490220>
6359
+ :return: <Element 'para' at 0x107020220>
7754
6360
  """
7755
6361
  ...
7756
6362
 
@@ -7935,13 +6541,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7935
6541
  """
7936
6542
  ...
7937
6543
 
7938
- model: any
6544
+ model: any # pinocchio::Model
7939
6545
  """
7940
-
7941
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7942
-
7943
- C++ signature :
7944
- pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
6546
+ Pinocchio model.
7945
6547
  """
7946
6548
 
7947
6549
  def neutral_state(
@@ -7991,7 +6593,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7991
6593
 
7992
6594
  :param bool stop_at_first: whether to stop at the first collision found
7993
6595
 
7994
- :return: <Element 'para' at 0x1034815d0>
6596
+ :return: <Element 'para' at 0x1070115d0>
7995
6597
  """
7996
6598
  ...
7997
6599
 
@@ -8147,13 +6749,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
8147
6749
  """
8148
6750
  ...
8149
6751
 
8150
- state: any
6752
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
8151
6753
  """
8152
-
8153
- None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8154
-
8155
- C++ signature :
8156
- placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
6754
+ Robot's current state.
8157
6755
  """
8158
6756
 
8159
6757
  def static_gravity_compensation_torques(
@@ -8209,13 +6807,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8209
6807
  """
8210
6808
  ...
8211
6809
 
8212
- visual_model: any
6810
+ visual_model: any # pinocchio::GeometryModel
8213
6811
  """
8214
-
8215
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
8216
-
8217
- C++ signature :
8218
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6812
+ Pinocchio visual model.
8219
6813
  """
8220
6814
 
8221
6815
 
@@ -8225,31 +6819,19 @@ class RobotWrapper_State:
8225
6819
  ) -> None:
8226
6820
  ...
8227
6821
 
8228
- q: any
6822
+ q: numpy.ndarray # Eigen::VectorXd
8229
6823
  """
8230
-
8231
- None( (placo.RobotWrapper_State)arg1) -> object :
8232
-
8233
- C++ signature :
8234
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6824
+ joints configuration $q$
8235
6825
  """
8236
6826
 
8237
- qd: any
6827
+ qd: numpy.ndarray # Eigen::VectorXd
8238
6828
  """
8239
-
8240
- None( (placo.RobotWrapper_State)arg1) -> object :
8241
-
8242
- C++ signature :
8243
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6829
+ joints velocity $\dot q$
8244
6830
  """
8245
6831
 
8246
- qdd: any
6832
+ qdd: numpy.ndarray # Eigen::VectorXd
8247
6833
  """
8248
-
8249
- None( (placo.RobotWrapper_State)arg1) -> object :
8250
-
8251
- C++ signature :
8252
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
6834
+ joints acceleration $\ddot q$
8253
6835
  """
8254
6836
 
8255
6837
 
@@ -8259,14 +6841,7 @@ class Segment:
8259
6841
  ) -> any:
8260
6842
  ...
8261
6843
 
8262
- end: any
8263
- """
8264
-
8265
- None( (placo.Segment)arg1) -> object :
8266
-
8267
- C++ signature :
8268
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
8269
- """
6844
+ end: numpy.ndarray # Eigen::Vector2d
8270
6845
 
8271
6846
  def half_line_pass_through(
8272
6847
  self,
@@ -8373,14 +6948,7 @@ None( (placo.Segment)arg1) -> object :
8373
6948
  ) -> float:
8374
6949
  ...
8375
6950
 
8376
- start: any
8377
- """
8378
-
8379
- None( (placo.Segment)arg1) -> object :
8380
-
8381
- C++ signature :
8382
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
8383
- """
6951
+ start: numpy.ndarray # Eigen::Vector2d
8384
6952
 
8385
6953
 
8386
6954
  class Sparsity:
@@ -8415,13 +6983,9 @@ class Sparsity:
8415
6983
  """
8416
6984
  ...
8417
6985
 
8418
- intervals: any
6986
+ intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
8419
6987
  """
8420
-
8421
- None( (placo.Sparsity)arg1) -> numpy.ndarray :
8422
-
8423
- C++ signature :
8424
- Eigen::Matrix<int, -1, -1, 0, -1, -1> None(placo::problem::Sparsity)
6988
+ Intervals of non-sparse columns.
8425
6989
  """
8426
6990
 
8427
6991
  def print_intervals(
@@ -8439,22 +7003,14 @@ class SparsityInterval:
8439
7003
  ) -> None:
8440
7004
  ...
8441
7005
 
8442
- end: any
7006
+ end: int # int
8443
7007
  """
8444
-
8445
- None( (placo.SparsityInterval)arg1) -> int :
8446
-
8447
- C++ signature :
8448
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7008
+ End of interval.
8449
7009
  """
8450
7010
 
8451
- start: any
7011
+ start: int # int
8452
7012
  """
8453
-
8454
- None( (placo.SparsityInterval)arg1) -> int :
8455
-
8456
- C++ signature :
8457
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7013
+ Start of interval.
8458
7014
  """
8459
7015
 
8460
7016
 
@@ -8470,23 +7026,9 @@ class Support:
8470
7026
  ) -> None:
8471
7027
  ...
8472
7028
 
8473
- elapsed_ratio: any
8474
- """
8475
-
8476
- None( (placo.Support)arg1) -> float :
8477
-
8478
- C++ signature :
8479
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8480
- """
8481
-
8482
- end: any
8483
- """
8484
-
8485
- None( (placo.Support)arg1) -> bool :
7029
+ elapsed_ratio: float # double
8486
7030
 
8487
- C++ signature :
8488
- bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8489
- """
7031
+ end: bool # bool
8490
7032
 
8491
7033
  def footstep_frame(
8492
7034
  self,
@@ -8499,14 +7041,7 @@ None( (placo.Support)arg1) -> bool :
8499
7041
  """
8500
7042
  ...
8501
7043
 
8502
- footsteps: any
8503
- """
8504
-
8505
- None( (placo.Support)arg1) -> object :
8506
-
8507
- C++ signature :
8508
- std::__1::vector<placo::humanoid::FootstepsPlanner::Footstep, std::__1::allocator<placo::humanoid::FootstepsPlanner::Footstep>> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8509
- """
7044
+ footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
8510
7045
 
8511
7046
  def frame(
8512
7047
  self,
@@ -8544,46 +7079,18 @@ None( (placo.Support)arg1) -> object :
8544
7079
  """
8545
7080
  ...
8546
7081
 
8547
- start: any
8548
- """
8549
-
8550
- None( (placo.Support)arg1) -> bool :
8551
-
8552
- C++ signature :
8553
- bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8554
- """
7082
+ start: bool # bool
8555
7083
 
8556
7084
  def support_polygon(
8557
7085
  self,
8558
7086
  ) -> list[numpy.ndarray]:
8559
7087
  ...
8560
7088
 
8561
- t_start: any
8562
- """
8563
-
8564
- None( (placo.Support)arg1) -> float :
8565
-
8566
- C++ signature :
8567
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8568
- """
8569
-
8570
- target_world_dcm: any
8571
- """
8572
-
8573
- None( (placo.Support)arg1) -> object :
8574
-
8575
- C++ signature :
8576
- Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8577
- """
7089
+ t_start: float # double
8578
7090
 
8579
- time_ratio: any
8580
- """
8581
-
8582
- None( (placo.Support)arg1) -> float :
7091
+ target_world_dcm: numpy.ndarray # Eigen::Vector2d
8583
7092
 
8584
- C++ signature :
8585
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8586
- """
7093
+ time_ratio: float # double
8587
7094
 
8588
7095
 
8589
7096
  class Supports:
@@ -8732,26 +7239,18 @@ class SwingFootTrajectory:
8732
7239
 
8733
7240
 
8734
7241
  class Task:
8735
- A: any
7242
+ A: numpy.ndarray # Eigen::MatrixXd
8736
7243
  """
8737
-
8738
- None( (placo.Task)arg1) -> object :
8739
-
8740
- C++ signature :
8741
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7244
+ Matrix A in the task Ax = b, where x are the joint delta positions.
8742
7245
  """
8743
7246
 
8744
7247
  def __init__(
8745
7248
  ) -> any:
8746
7249
  ...
8747
7250
 
8748
- b: any
7251
+ b: numpy.ndarray # Eigen::MatrixXd
8749
7252
  """
8750
-
8751
- None( (placo.Task)arg1) -> object :
8752
-
8753
- C++ signature :
8754
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7253
+ Vector b in the task Ax = b, where x are the joint delta positions.
8755
7254
  """
8756
7255
 
8757
7256
  def configure(
@@ -8787,13 +7286,9 @@ None( (placo.Task)arg1) -> object :
8787
7286
  """
8788
7287
  ...
8789
7288
 
8790
- name: any
7289
+ name: str # std::string
8791
7290
  """
8792
-
8793
- None( (placo.Prioritized)arg1) -> str :
8794
-
8795
- C++ signature :
8796
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7291
+ Object name.
8797
7292
  """
8798
7293
 
8799
7294
  priority: str
@@ -8820,58 +7315,34 @@ class TaskContact:
8820
7315
  """
8821
7316
  ...
8822
7317
 
8823
- active: any
7318
+ active: bool # bool
8824
7319
  """
8825
-
8826
- None( (placo.Contact)arg1) -> bool :
8827
-
8828
- C++ signature :
8829
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
7320
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
8830
7321
  """
8831
7322
 
8832
- mu: any
7323
+ mu: float # double
8833
7324
  """
8834
-
8835
- None( (placo.Contact)arg1) -> float :
8836
-
8837
- C++ signature :
8838
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7325
+ Coefficient of friction (if relevant)
8839
7326
  """
8840
7327
 
8841
- weight_forces: any
7328
+ weight_forces: float # double
8842
7329
  """
8843
-
8844
- None( (placo.Contact)arg1) -> float :
8845
-
8846
- C++ signature :
8847
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7330
+ Weight of forces for the optimization (if relevant)
8848
7331
  """
8849
7332
 
8850
- weight_moments: any
7333
+ weight_moments: float # double
8851
7334
  """
8852
-
8853
- None( (placo.Contact)arg1) -> float :
8854
-
8855
- C++ signature :
8856
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7335
+ Weight of moments for optimization (if relevant)
8857
7336
  """
8858
7337
 
8859
- weight_tangentials: any
7338
+ weight_tangentials: float # double
8860
7339
  """
8861
-
8862
- None( (placo.Contact)arg1) -> float :
8863
-
8864
- C++ signature :
8865
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7340
+ Extra cost for tangential forces.
8866
7341
  """
8867
7342
 
8868
- wrench: any
7343
+ wrench: numpy.ndarray # Eigen::VectorXd
8869
7344
  """
8870
-
8871
- None( (placo.Contact)arg1) -> object :
8872
-
8873
- C++ signature :
8874
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
7345
+ Wrench populated after the DynamicsSolver::solve call.
8875
7346
  """
8876
7347
 
8877
7348
 
@@ -8898,31 +7369,19 @@ class Variable:
8898
7369
  """
8899
7370
  ...
8900
7371
 
8901
- k_end: any
7372
+ k_end: int # int
8902
7373
  """
8903
-
8904
- None( (placo.Variable)arg1) -> int :
8905
-
8906
- C++ signature :
8907
- int {lvalue} None(placo::problem::Variable {lvalue})
7374
+ End offset in the Problem.
8908
7375
  """
8909
7376
 
8910
- k_start: any
7377
+ k_start: int # int
8911
7378
  """
8912
-
8913
- None( (placo.Variable)arg1) -> int :
8914
-
8915
- C++ signature :
8916
- int {lvalue} None(placo::problem::Variable {lvalue})
7379
+ Start offset in the Problem.
8917
7380
  """
8918
7381
 
8919
- value: any
7382
+ value: numpy.ndarray # Eigen::VectorXd
8920
7383
  """
8921
-
8922
- None( (placo.Variable)arg1) -> object :
8923
-
8924
- C++ signature :
8925
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Variable {lvalue})
7384
+ Variable value, populated by Problem after a solve.
8926
7385
  """
8927
7386
 
8928
7387
 
@@ -8945,14 +7404,7 @@ class WPGTrajectory:
8945
7404
  """
8946
7405
  ...
8947
7406
 
8948
- com_target_z: any
8949
- """
8950
-
8951
- None( (placo.WPGTrajectory)arg1) -> float :
8952
-
8953
- C++ signature :
8954
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
8955
- """
7407
+ com_target_z: float # double
8956
7408
 
8957
7409
  def get_R_world_trunk(
8958
7410
  self,
@@ -9104,28 +7556,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
9104
7556
  ) -> numpy.ndarray:
9105
7557
  ...
9106
7558
 
9107
- parts: any
9108
- """
9109
-
9110
- None( (placo.WPGTrajectory)arg1) -> object :
9111
-
9112
- C++ signature :
9113
- std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9114
- """
7559
+ parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
9115
7560
 
9116
7561
  def print_parts_timings(
9117
7562
  self,
9118
7563
  ) -> None:
9119
7564
  ...
9120
7565
 
9121
- replan_success: any
9122
- """
9123
-
9124
- None( (placo.WPGTrajectory)arg1) -> bool :
9125
-
9126
- C++ signature :
9127
- bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9128
- """
7566
+ replan_success: bool # bool
9129
7567
 
9130
7568
  def support_is_both(
9131
7569
  self,
@@ -9139,41 +7577,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
9139
7577
  ) -> any:
9140
7578
  ...
9141
7579
 
9142
- t_end: any
9143
- """
9144
-
9145
- None( (placo.WPGTrajectory)arg1) -> float :
9146
-
9147
- C++ signature :
9148
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9149
- """
9150
-
9151
- t_start: any
9152
- """
9153
-
9154
- None( (placo.WPGTrajectory)arg1) -> float :
9155
-
9156
- C++ signature :
9157
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9158
- """
7580
+ t_end: float # double
9159
7581
 
9160
- trunk_pitch: any
9161
- """
9162
-
9163
- None( (placo.WPGTrajectory)arg1) -> float :
9164
-
9165
- C++ signature :
9166
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9167
- """
7582
+ t_start: float # double
9168
7583
 
9169
- trunk_roll: any
9170
- """
9171
-
9172
- None( (placo.WPGTrajectory)arg1) -> float :
7584
+ trunk_pitch: float # double
9173
7585
 
9174
- C++ signature :
9175
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9176
- """
7586
+ trunk_roll: float # double
9177
7587
 
9178
7588
 
9179
7589
  class WPGTrajectoryPart:
@@ -9184,32 +7594,11 @@ class WPGTrajectoryPart:
9184
7594
  ) -> None:
9185
7595
  ...
9186
7596
 
9187
- support: any
9188
- """
9189
-
9190
- None( (placo.WPGTrajectoryPart)arg1) -> placo.Support :
9191
-
9192
- C++ signature :
9193
- placo::humanoid::FootstepsPlanner::Support {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9194
- """
9195
-
9196
- t_end: any
9197
- """
9198
-
9199
- None( (placo.WPGTrajectoryPart)arg1) -> float :
9200
-
9201
- C++ signature :
9202
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9203
- """
7597
+ support: Support # placo::humanoid::FootstepsPlanner::Support
9204
7598
 
9205
- t_start: any
9206
- """
9207
-
9208
- None( (placo.WPGTrajectoryPart)arg1) -> float :
7599
+ t_end: float # double
9209
7600
 
9210
- C++ signature :
9211
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9212
- """
7601
+ t_start: float # double
9213
7602
 
9214
7603
 
9215
7604
  class WalkPatternGenerator:
@@ -9292,23 +7681,9 @@ class WalkPatternGenerator:
9292
7681
  """
9293
7682
  ...
9294
7683
 
9295
- soft: any
9296
- """
9297
-
9298
- None( (placo.WalkPatternGenerator)arg1) -> bool :
9299
-
9300
- C++ signature :
9301
- bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9302
- """
7684
+ soft: bool # bool
9303
7685
 
9304
- stop_end_support_weight: any
9305
- """
9306
-
9307
- None( (placo.WalkPatternGenerator)arg1) -> float :
9308
-
9309
- C++ signature :
9310
- double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9311
- """
7686
+ stop_end_support_weight: float # double
9312
7687
 
9313
7688
  def support_default_duration(
9314
7689
  self,
@@ -9339,14 +7714,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
9339
7714
  """
9340
7715
  ...
9341
7716
 
9342
- zmp_in_support_weight: any
9343
- """
9344
-
9345
- None( (placo.WalkPatternGenerator)arg1) -> float :
9346
-
9347
- C++ signature :
9348
- double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9349
- """
7717
+ zmp_in_support_weight: float # double
9350
7718
 
9351
7719
 
9352
7720
  class WalkTasks:
@@ -9355,32 +7723,11 @@ class WalkTasks:
9355
7723
  ) -> None:
9356
7724
  ...
9357
7725
 
9358
- com_task: any
9359
- """
9360
-
9361
- None( (placo.WalkTasks)arg1) -> placo.CoMTask :
9362
-
9363
- C++ signature :
9364
- placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9365
- """
9366
-
9367
- com_x: any
9368
- """
9369
-
9370
- None( (placo.WalkTasks)arg1) -> float :
9371
-
9372
- C++ signature :
9373
- double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9374
- """
7726
+ com_task: CoMTask # placo::kinematics::CoMTask
9375
7727
 
9376
- com_y: any
9377
- """
9378
-
9379
- None( (placo.WalkTasks)arg1) -> float :
7728
+ com_x: float # double
9380
7729
 
9381
- C++ signature :
9382
- double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9383
- """
7730
+ com_y: float # double
9384
7731
 
9385
7732
  def get_tasks_error(
9386
7733
  self,
@@ -9394,14 +7741,7 @@ None( (placo.WalkTasks)arg1) -> float :
9394
7741
  ) -> None:
9395
7742
  ...
9396
7743
 
9397
- left_foot_task: any
9398
- """
9399
-
9400
- None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9401
-
9402
- C++ signature :
9403
- placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9404
- """
7744
+ left_foot_task: FrameTask # placo::kinematics::FrameTask
9405
7745
 
9406
7746
  def reach_initial_pose(
9407
7747
  self,
@@ -9417,59 +7757,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9417
7757
  ) -> None:
9418
7758
  ...
9419
7759
 
9420
- right_foot_task: any
9421
- """
9422
-
9423
- None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9424
-
9425
- C++ signature :
9426
- placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9427
- """
9428
-
9429
- scaled: any
9430
- """
9431
-
9432
- None( (placo.WalkTasks)arg1) -> bool :
9433
-
9434
- C++ signature :
9435
- bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9436
- """
9437
-
9438
- solver: any
9439
- """
9440
-
9441
- None( (placo.WalkTasks)arg1) -> placo.KinematicsSolver :
9442
-
9443
- C++ signature :
9444
- placo::kinematics::KinematicsSolver None(placo::humanoid::WalkTasks {lvalue})
9445
- """
9446
-
9447
- trunk_mode: any
9448
- """
9449
-
9450
- None( (placo.WalkTasks)arg1) -> bool :
7760
+ right_foot_task: FrameTask # placo::kinematics::FrameTask
9451
7761
 
9452
- C++ signature :
9453
- bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9454
- """
7762
+ scaled: bool # bool
9455
7763
 
9456
- trunk_orientation_task: any
9457
- """
9458
-
9459
- None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
7764
+ solver: KinematicsSolver # placo::kinematics::KinematicsSolver
9460
7765
 
9461
- C++ signature :
9462
- placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9463
- """
7766
+ trunk_mode: bool # bool
9464
7767
 
9465
- trunk_task: any
9466
- """
9467
-
9468
- None( (placo.WalkTasks)arg1) -> placo.PositionTask :
7768
+ trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
9469
7769
 
9470
- C++ signature :
9471
- placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9472
- """
7770
+ trunk_task: PositionTask # placo::kinematics::PositionTask
9473
7771
 
9474
7772
  def update_tasks(
9475
7773
  self,
@@ -9487,22 +7785,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
9487
7785
 
9488
7786
 
9489
7787
  class WheelTask:
9490
- A: any
7788
+ A: numpy.ndarray # Eigen::MatrixXd
9491
7789
  """
9492
-
9493
- None( (placo.Task)arg1) -> object :
9494
-
9495
- C++ signature :
9496
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7790
+ Matrix A in the task Ax = b, where x are the joint delta positions.
9497
7791
  """
9498
7792
 
9499
- T_world_surface: any
7793
+ T_world_surface: numpy.ndarray # Eigen::Affine3d
9500
7794
  """
9501
-
9502
- None( (placo.WheelTask)arg1) -> object :
9503
-
9504
- C++ signature :
9505
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
7795
+ Target position in the world.
9506
7796
  """
9507
7797
 
9508
7798
  def __init__(
@@ -9516,13 +7806,9 @@ None( (placo.WheelTask)arg1) -> object :
9516
7806
  """
9517
7807
  ...
9518
7808
 
9519
- b: any
7809
+ b: numpy.ndarray # Eigen::MatrixXd
9520
7810
  """
9521
-
9522
- None( (placo.Task)arg1) -> object :
9523
-
9524
- C++ signature :
9525
- Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
7811
+ Vector b in the task Ax = b, where x are the joint delta positions.
9526
7812
  """
9527
7813
 
9528
7814
  def configure(
@@ -9558,31 +7844,19 @@ None( (placo.Task)arg1) -> object :
9558
7844
  """
9559
7845
  ...
9560
7846
 
9561
- joint: any
7847
+ joint: str # std::string
9562
7848
  """
9563
-
9564
- None( (placo.WheelTask)arg1) -> str :
9565
-
9566
- C++ signature :
9567
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::kinematics::WheelTask {lvalue})
7849
+ Frame.
9568
7850
  """
9569
7851
 
9570
- name: any
7852
+ name: str # std::string
9571
7853
  """
9572
-
9573
- None( (placo.Prioritized)arg1) -> str :
9574
-
9575
- C++ signature :
9576
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7854
+ Object name.
9577
7855
  """
9578
7856
 
9579
- omniwheel: any
7857
+ omniwheel: bool # bool
9580
7858
  """
9581
-
9582
- None( (placo.WheelTask)arg1) -> bool :
9583
-
9584
- C++ signature :
9585
- bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
7859
+ Omniwheel (can slide laterally)
9586
7860
  """
9587
7861
 
9588
7862
  priority: str
@@ -9590,13 +7864,9 @@ None( (placo.WheelTask)arg1) -> bool :
9590
7864
  Priority [str]
9591
7865
  """
9592
7866
 
9593
- radius: any
7867
+ radius: float # double
9594
7868
  """
9595
-
9596
- None( (placo.WheelTask)arg1) -> float :
9597
-
9598
- C++ signature :
9599
- double {lvalue} None(placo::kinematics::WheelTask {lvalue})
7869
+ Wheel radius.
9600
7870
  """
9601
7871
 
9602
7872
  def update(
@@ -9626,13 +7896,9 @@ class YawConstraint:
9626
7896
  """
9627
7897
  ...
9628
7898
 
9629
- angle_max: any
7899
+ angle_max: float # double
9630
7900
  """
9631
-
9632
- None( (placo.YawConstraint)arg1) -> float :
9633
-
9634
- C++ signature :
9635
- double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
7901
+ Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
9636
7902
  """
9637
7903
 
9638
7904
  def configure(
@@ -9652,13 +7918,9 @@ None( (placo.YawConstraint)arg1) -> float :
9652
7918
  """
9653
7919
  ...
9654
7920
 
9655
- name: any
7921
+ name: str # std::string
9656
7922
  """
9657
-
9658
- None( (placo.Prioritized)arg1) -> str :
9659
-
9660
- C++ signature :
9661
- std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
7923
+ Object name.
9662
7924
  """
9663
7925
 
9664
7926
  priority: str