placo 0.9.6__0-cp310-cp310-macosx_11_0_arm64.whl → 0.9.8__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,29 @@ None( (placo.DummyWalk)arg1) -> object :
1392
1104
  ) -> any:
1393
1105
  ...
1394
1106
 
1395
- feet_spacing: any
1107
+ dtheta: float # double
1108
+ """
1109
+ Last requested step dtheta.
1396
1110
  """
1397
-
1398
- None( (placo.DummyWalk)arg1) -> float :
1399
1111
 
1400
- C++ signature :
1401
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1112
+ dx: float # double
1113
+ """
1114
+ Last requested step dx.
1402
1115
  """
1403
1116
 
1404
- lift_height: any
1117
+ dy: float # double
1118
+ """
1119
+ Last requested step d-.
1405
1120
  """
1406
-
1407
- None( (placo.DummyWalk)arg1) -> float :
1408
1121
 
1409
- C++ signature :
1410
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1122
+ feet_spacing: float # double
1123
+ """
1124
+ Feet spacing [m].
1125
+ """
1126
+
1127
+ lift_height: float # double
1128
+ """
1129
+ Lift height [m].
1411
1130
  """
1412
1131
 
1413
1132
  def next_step(
@@ -1438,49 +1157,29 @@ None( (placo.DummyWalk)arg1) -> float :
1438
1157
  """
1439
1158
  ...
1440
1159
 
1441
- robot: any
1160
+ robot: RobotWrapper # placo::model::RobotWrapper
1442
1161
  """
1443
-
1444
- None( (placo.DummyWalk)arg1) -> placo.RobotWrapper :
1445
-
1446
- C++ signature :
1447
- placo::model::RobotWrapper {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1162
+ Robot wrapper.
1448
1163
  """
1449
1164
 
1450
- solver: any
1165
+ solver: KinematicsSolver # placo::kinematics::KinematicsSolver
1451
1166
  """
1452
-
1453
- None( (placo.DummyWalk)arg1) -> placo.KinematicsSolver :
1454
-
1455
- C++ signature :
1456
- placo::kinematics::KinematicsSolver {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1167
+ Kinematics solver.
1457
1168
  """
1458
1169
 
1459
- support_left: any
1170
+ support_left: bool # bool
1460
1171
  """
1461
-
1462
- None( (placo.DummyWalk)arg1) -> bool :
1463
-
1464
- C++ signature :
1465
- bool {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1172
+ Whether the current support is left or right.
1466
1173
  """
1467
1174
 
1468
- trunk_height: any
1175
+ trunk_height: float # double
1469
1176
  """
1470
-
1471
- None( (placo.DummyWalk)arg1) -> float :
1472
-
1473
- C++ signature :
1474
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1177
+ Trunk height [m].
1475
1178
  """
1476
1179
 
1477
- trunk_pitch: any
1180
+ trunk_pitch: float # double
1478
1181
  """
1479
-
1480
- None( (placo.DummyWalk)arg1) -> float :
1481
-
1482
- C++ signature :
1483
- double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
1182
+ Trunk pitch angle [rad].
1484
1183
  """
1485
1184
 
1486
1185
  def update(
@@ -1507,13 +1206,9 @@ None( (placo.DummyWalk)arg1) -> float :
1507
1206
 
1508
1207
 
1509
1208
  class DynamicsCoMTask:
1510
- A: any
1209
+ A: numpy.ndarray # Eigen::MatrixXd
1511
1210
  """
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})
1211
+ A matrix in Ax = b, where x is the accelerations.
1517
1212
  """
1518
1213
 
1519
1214
  def __init__(
@@ -1522,13 +1217,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1522
1217
  ) -> None:
1523
1218
  ...
1524
1219
 
1525
- b: any
1220
+ b: numpy.ndarray # Eigen::MatrixXd
1526
1221
  """
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})
1222
+ b vector in Ax = b, where x is the accelerations
1532
1223
  """
1533
1224
 
1534
1225
  def configure(
@@ -1548,76 +1239,44 @@ None( (placo.DynamicsTask)arg1) -> object :
1548
1239
  """
1549
1240
  ...
1550
1241
 
1551
- ddtarget_world: any
1242
+ ddtarget_world: numpy.ndarray # Eigen::Vector3d
1552
1243
  """
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})
1244
+ Target acceleration in the world.
1558
1245
  """
1559
1246
 
1560
- derror: any
1247
+ derror: numpy.ndarray # Eigen::MatrixXd
1561
1248
  """
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})
1249
+ Current velocity error vector.
1567
1250
  """
1568
1251
 
1569
- dtarget_world: any
1252
+ dtarget_world: numpy.ndarray # Eigen::Vector3d
1570
1253
  """
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})
1254
+ Target velocity to reach in robot frame.
1576
1255
  """
1577
1256
 
1578
- error: any
1257
+ error: numpy.ndarray # Eigen::MatrixXd
1579
1258
  """
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})
1259
+ Current error vector.
1585
1260
  """
1586
1261
 
1587
- kd: any
1262
+ kd: float # double
1588
1263
  """
1589
-
1590
- None( (placo.DynamicsTask)arg1) -> float :
1591
-
1592
- C++ signature :
1593
- double {lvalue} None(placo::dynamics::Task {lvalue})
1264
+ D gain for position control (if negative, will be critically damped)
1594
1265
  """
1595
1266
 
1596
- kp: any
1267
+ kp: float # double
1597
1268
  """
1598
-
1599
- None( (placo.DynamicsTask)arg1) -> float :
1600
-
1601
- C++ signature :
1602
- double {lvalue} None(placo::dynamics::Task {lvalue})
1269
+ K gain for position control.
1603
1270
  """
1604
1271
 
1605
- mask: any
1272
+ mask: AxisesMask # placo::tools::AxisesMask
1606
1273
  """
1607
-
1608
- None( (placo.DynamicsCoMTask)arg1) -> placo.AxisesMask :
1609
-
1610
- C++ signature :
1611
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::CoMTask {lvalue})
1274
+ Axises mask.
1612
1275
  """
1613
1276
 
1614
- name: any
1277
+ name: str # std::string
1615
1278
  """
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})
1279
+ Object name.
1621
1280
  """
1622
1281
 
1623
1282
  priority: str
@@ -1625,13 +1284,9 @@ None( (placo.Prioritized)arg1) -> str :
1625
1284
  Priority [str]
1626
1285
  """
1627
1286
 
1628
- target_world: any
1287
+ target_world: numpy.ndarray # Eigen::Vector3d
1629
1288
  """
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})
1289
+ Target to reach in world frame.
1635
1290
  """
1636
1291
 
1637
1292
 
@@ -1657,13 +1312,9 @@ class DynamicsConstraint:
1657
1312
  """
1658
1313
  ...
1659
1314
 
1660
- name: any
1315
+ name: str # std::string
1661
1316
  """
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})
1317
+ Object name.
1667
1318
  """
1668
1319
 
1669
1320
  priority: str
@@ -1674,13 +1325,6 @@ None( (placo.Prioritized)arg1) -> str :
1674
1325
 
1675
1326
  class DynamicsFrameTask:
1676
1327
  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
1328
 
1685
1329
  def __init__(
1686
1330
  arg1: object,
@@ -1719,13 +1363,9 @@ None( (placo.DynamicsFrameTask)arg1) -> object :
1719
1363
 
1720
1364
 
1721
1365
  class DynamicsGearTask:
1722
- A: any
1366
+ A: numpy.ndarray # Eigen::MatrixXd
1723
1367
  """
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})
1368
+ A matrix in Ax = b, where x is the accelerations.
1729
1369
  """
1730
1370
 
1731
1371
  def __init__(
@@ -1750,13 +1390,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1750
1390
  """
1751
1391
  ...
1752
1392
 
1753
- b: any
1393
+ b: numpy.ndarray # Eigen::MatrixXd
1754
1394
  """
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})
1395
+ b vector in Ax = b, where x is the accelerations
1760
1396
  """
1761
1397
 
1762
1398
  def configure(
@@ -1776,49 +1412,29 @@ None( (placo.DynamicsTask)arg1) -> object :
1776
1412
  """
1777
1413
  ...
1778
1414
 
1779
- derror: any
1415
+ derror: numpy.ndarray # Eigen::MatrixXd
1780
1416
  """
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})
1417
+ Current velocity error vector.
1786
1418
  """
1787
1419
 
1788
- error: any
1420
+ error: numpy.ndarray # Eigen::MatrixXd
1789
1421
  """
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})
1422
+ Current error vector.
1795
1423
  """
1796
1424
 
1797
- kd: any
1425
+ kd: float # double
1798
1426
  """
1799
-
1800
- None( (placo.DynamicsTask)arg1) -> float :
1801
-
1802
- C++ signature :
1803
- double {lvalue} None(placo::dynamics::Task {lvalue})
1427
+ D gain for position control (if negative, will be critically damped)
1804
1428
  """
1805
1429
 
1806
- kp: any
1430
+ kp: float # double
1807
1431
  """
1808
-
1809
- None( (placo.DynamicsTask)arg1) -> float :
1810
-
1811
- C++ signature :
1812
- double {lvalue} None(placo::dynamics::Task {lvalue})
1432
+ K gain for position control.
1813
1433
  """
1814
1434
 
1815
- name: any
1435
+ name: str # std::string
1816
1436
  """
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})
1437
+ Object name.
1822
1438
  """
1823
1439
 
1824
1440
  priority: str
@@ -1845,13 +1461,9 @@ None( (placo.Prioritized)arg1) -> str :
1845
1461
 
1846
1462
 
1847
1463
  class DynamicsJointsTask:
1848
- A: any
1464
+ A: numpy.ndarray # Eigen::MatrixXd
1849
1465
  """
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})
1466
+ A matrix in Ax = b, where x is the accelerations.
1855
1467
  """
1856
1468
 
1857
1469
  def __init__(
@@ -1859,13 +1471,9 @@ None( (placo.DynamicsTask)arg1) -> object :
1859
1471
  ) -> None:
1860
1472
  ...
1861
1473
 
1862
- b: any
1474
+ b: numpy.ndarray # Eigen::MatrixXd
1863
1475
  """
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})
1476
+ b vector in Ax = b, where x is the accelerations
1869
1477
  """
1870
1478
 
1871
1479
  def configure(
@@ -1885,22 +1493,14 @@ None( (placo.DynamicsTask)arg1) -> object :
1885
1493
  """
1886
1494
  ...
1887
1495
 
1888
- derror: any
1496
+ derror: numpy.ndarray # Eigen::MatrixXd
1889
1497
  """
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})
1498
+ Current velocity error vector.
1895
1499
  """
1896
1500
 
1897
- error: any
1501
+ error: numpy.ndarray # Eigen::MatrixXd
1898
1502
  """
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})
1503
+ Current error vector.
1904
1504
  """
1905
1505
 
1906
1506
  def get_joint(
@@ -1914,31 +1514,19 @@ None( (placo.DynamicsTask)arg1) -> object :
1914
1514
  """
1915
1515
  ...
1916
1516
 
1917
- kd: any
1517
+ kd: float # double
1918
1518
  """
1919
-
1920
- None( (placo.DynamicsTask)arg1) -> float :
1921
-
1922
- C++ signature :
1923
- double {lvalue} None(placo::dynamics::Task {lvalue})
1519
+ D gain for position control (if negative, will be critically damped)
1924
1520
  """
1925
1521
 
1926
- kp: any
1522
+ kp: float # double
1927
1523
  """
1928
-
1929
- None( (placo.DynamicsTask)arg1) -> float :
1930
-
1931
- C++ signature :
1932
- double {lvalue} None(placo::dynamics::Task {lvalue})
1524
+ K gain for position control.
1933
1525
  """
1934
1526
 
1935
- name: any
1527
+ name: str # std::string
1936
1528
  """
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})
1529
+ Object name.
1942
1530
  """
1943
1531
 
1944
1532
  priority: str
@@ -1980,22 +1568,14 @@ None( (placo.Prioritized)arg1) -> str :
1980
1568
 
1981
1569
 
1982
1570
  class DynamicsOrientationTask:
1983
- A: any
1571
+ A: numpy.ndarray # Eigen::MatrixXd
1984
1572
  """
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})
1573
+ A matrix in Ax = b, where x is the accelerations.
1990
1574
  """
1991
1575
 
1992
- R_world_frame: any
1576
+ R_world_frame: numpy.ndarray # Eigen::Matrix3d
1993
1577
  """
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})
1578
+ Target orientation.
1999
1579
  """
2000
1580
 
2001
1581
  def __init__(
@@ -2005,13 +1585,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
2005
1585
  ) -> None:
2006
1586
  ...
2007
1587
 
2008
- b: any
1588
+ b: numpy.ndarray # Eigen::MatrixXd
2009
1589
  """
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})
1590
+ b vector in Ax = b, where x is the accelerations
2015
1591
  """
2016
1592
 
2017
1593
  def configure(
@@ -2031,76 +1607,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2031
1607
  """
2032
1608
  ...
2033
1609
 
2034
- derror: any
1610
+ derror: numpy.ndarray # Eigen::MatrixXd
2035
1611
  """
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})
1612
+ Current velocity error vector.
2041
1613
  """
2042
1614
 
2043
- domega_world: any
1615
+ domega_world: numpy.ndarray # Eigen::Vector3d
2044
1616
  """
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})
1617
+ Target angular acceleration.
2050
1618
  """
2051
1619
 
2052
- error: any
1620
+ error: numpy.ndarray # Eigen::MatrixXd
2053
1621
  """
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})
1622
+ Current error vector.
2059
1623
  """
2060
1624
 
2061
- kd: any
1625
+ kd: float # double
2062
1626
  """
2063
-
2064
- None( (placo.DynamicsTask)arg1) -> float :
2065
-
2066
- C++ signature :
2067
- double {lvalue} None(placo::dynamics::Task {lvalue})
1627
+ D gain for position control (if negative, will be critically damped)
2068
1628
  """
2069
1629
 
2070
- kp: any
1630
+ kp: float # double
2071
1631
  """
2072
-
2073
- None( (placo.DynamicsTask)arg1) -> float :
2074
-
2075
- C++ signature :
2076
- double {lvalue} None(placo::dynamics::Task {lvalue})
1632
+ K gain for position control.
2077
1633
  """
2078
1634
 
2079
- mask: any
1635
+ mask: AxisesMask # placo::tools::AxisesMask
2080
1636
  """
2081
-
2082
- None( (placo.DynamicsOrientationTask)arg1) -> placo.AxisesMask :
2083
-
2084
- C++ signature :
2085
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::OrientationTask {lvalue})
1637
+ Mask.
2086
1638
  """
2087
1639
 
2088
- name: any
1640
+ name: str # std::string
2089
1641
  """
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})
1642
+ Object name.
2095
1643
  """
2096
1644
 
2097
- omega_world: any
1645
+ omega_world: numpy.ndarray # Eigen::Vector3d
2098
1646
  """
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})
1647
+ Target angular velocity.
2104
1648
  """
2105
1649
 
2106
1650
  priority: str
@@ -2110,13 +1654,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
2110
1654
 
2111
1655
 
2112
1656
  class DynamicsPositionTask:
2113
- A: any
1657
+ A: numpy.ndarray # Eigen::MatrixXd
2114
1658
  """
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})
1659
+ A matrix in Ax = b, where x is the accelerations.
2120
1660
  """
2121
1661
 
2122
1662
  def __init__(
@@ -2126,13 +1666,9 @@ None( (placo.DynamicsTask)arg1) -> object :
2126
1666
  ) -> None:
2127
1667
  ...
2128
1668
 
2129
- b: any
1669
+ b: numpy.ndarray # Eigen::MatrixXd
2130
1670
  """
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})
1671
+ b vector in Ax = b, where x is the accelerations
2136
1672
  """
2137
1673
 
2138
1674
  def configure(
@@ -2152,85 +1688,49 @@ None( (placo.DynamicsTask)arg1) -> object :
2152
1688
  """
2153
1689
  ...
2154
1690
 
2155
- ddtarget_world: any
1691
+ ddtarget_world: numpy.ndarray # Eigen::Vector3d
2156
1692
  """
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})
1693
+ Target acceleration in the world.
2162
1694
  """
2163
1695
 
2164
- derror: any
1696
+ derror: numpy.ndarray # Eigen::MatrixXd
2165
1697
  """
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})
1698
+ Current velocity error vector.
2171
1699
  """
2172
1700
 
2173
- dtarget_world: any
1701
+ dtarget_world: numpy.ndarray # Eigen::Vector3d
2174
1702
  """
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})
1703
+ Target velocity in the world.
2180
1704
  """
2181
1705
 
2182
- error: any
1706
+ error: numpy.ndarray # Eigen::MatrixXd
2183
1707
  """
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})
1708
+ Current error vector.
2189
1709
  """
2190
1710
 
2191
- frame_index: any
1711
+ frame_index: any # pinocchio::FrameIndex
2192
1712
  """
2193
-
2194
- None( (placo.DynamicsPositionTask)arg1) -> int :
2195
-
2196
- C++ signature :
2197
- unsigned long {lvalue} None(placo::dynamics::PositionTask {lvalue})
1713
+ Frame.
2198
1714
  """
2199
1715
 
2200
- kd: any
1716
+ kd: float # double
2201
1717
  """
2202
-
2203
- None( (placo.DynamicsTask)arg1) -> float :
2204
-
2205
- C++ signature :
2206
- double {lvalue} None(placo::dynamics::Task {lvalue})
1718
+ D gain for position control (if negative, will be critically damped)
2207
1719
  """
2208
1720
 
2209
- kp: any
1721
+ kp: float # double
2210
1722
  """
2211
-
2212
- None( (placo.DynamicsTask)arg1) -> float :
2213
-
2214
- C++ signature :
2215
- double {lvalue} None(placo::dynamics::Task {lvalue})
1723
+ K gain for position control.
2216
1724
  """
2217
1725
 
2218
- mask: any
1726
+ mask: AxisesMask # placo::tools::AxisesMask
2219
1727
  """
2220
-
2221
- None( (placo.DynamicsPositionTask)arg1) -> placo.AxisesMask :
2222
-
2223
- C++ signature :
2224
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::PositionTask {lvalue})
1728
+ Mask.
2225
1729
  """
2226
1730
 
2227
- name: any
1731
+ name: str # std::string
2228
1732
  """
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})
1733
+ Object name.
2234
1734
  """
2235
1735
 
2236
1736
  priority: str
@@ -2238,25 +1738,14 @@ None( (placo.Prioritized)arg1) -> str :
2238
1738
  Priority [str]
2239
1739
  """
2240
1740
 
2241
- target_world: any
1741
+ target_world: numpy.ndarray # Eigen::Vector3d
2242
1742
  """
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})
1743
+ Target position in the world.
2248
1744
  """
2249
1745
 
2250
1746
 
2251
1747
  class DynamicsRelativeFrameTask:
2252
1748
  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
1749
 
2261
1750
  def __init__(
2262
1751
  arg1: object,
@@ -2295,22 +1784,14 @@ None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
2295
1784
 
2296
1785
 
2297
1786
  class DynamicsRelativeOrientationTask:
2298
- A: any
1787
+ A: numpy.ndarray # Eigen::MatrixXd
2299
1788
  """
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})
1789
+ A matrix in Ax = b, where x is the accelerations.
2305
1790
  """
2306
1791
 
2307
- R_a_b: any
1792
+ R_a_b: numpy.ndarray # Eigen::Matrix3d
2308
1793
  """
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})
1794
+ Target relative orientation.
2314
1795
  """
2315
1796
 
2316
1797
  def __init__(
@@ -2321,13 +1802,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2321
1802
  ) -> None:
2322
1803
  ...
2323
1804
 
2324
- b: any
1805
+ b: numpy.ndarray # Eigen::MatrixXd
2325
1806
  """
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})
1807
+ b vector in Ax = b, where x is the accelerations
2331
1808
  """
2332
1809
 
2333
1810
  def configure(
@@ -2347,76 +1824,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2347
1824
  """
2348
1825
  ...
2349
1826
 
2350
- derror: any
1827
+ derror: numpy.ndarray # Eigen::MatrixXd
2351
1828
  """
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})
1829
+ Current velocity error vector.
2357
1830
  """
2358
1831
 
2359
- domega_a_b: any
1832
+ domega_a_b: numpy.ndarray # Eigen::Vector3d
2360
1833
  """
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})
1834
+ Target relative angular velocity.
2366
1835
  """
2367
1836
 
2368
- error: any
1837
+ error: numpy.ndarray # Eigen::MatrixXd
2369
1838
  """
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})
1839
+ Current error vector.
2375
1840
  """
2376
1841
 
2377
- kd: any
1842
+ kd: float # double
2378
1843
  """
2379
-
2380
- None( (placo.DynamicsTask)arg1) -> float :
2381
-
2382
- C++ signature :
2383
- double {lvalue} None(placo::dynamics::Task {lvalue})
1844
+ D gain for position control (if negative, will be critically damped)
2384
1845
  """
2385
1846
 
2386
- kp: any
1847
+ kp: float # double
2387
1848
  """
2388
-
2389
- None( (placo.DynamicsTask)arg1) -> float :
2390
-
2391
- C++ signature :
2392
- double {lvalue} None(placo::dynamics::Task {lvalue})
1849
+ K gain for position control.
2393
1850
  """
2394
1851
 
2395
- mask: any
1852
+ mask: AxisesMask # placo::tools::AxisesMask
2396
1853
  """
2397
-
2398
- None( (placo.DynamicsRelativeOrientationTask)arg1) -> placo.AxisesMask :
2399
-
2400
- C++ signature :
2401
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
1854
+ Mask.
2402
1855
  """
2403
1856
 
2404
- name: any
1857
+ name: str # std::string
2405
1858
  """
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})
1859
+ Object name.
2411
1860
  """
2412
1861
 
2413
- omega_a_b: any
1862
+ omega_a_b: numpy.ndarray # Eigen::Vector3d
2414
1863
  """
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})
1864
+ Target relative angular velocity.
2420
1865
  """
2421
1866
 
2422
1867
  priority: str
@@ -2426,13 +1871,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
2426
1871
 
2427
1872
 
2428
1873
  class DynamicsRelativePositionTask:
2429
- A: any
1874
+ A: numpy.ndarray # Eigen::MatrixXd
2430
1875
  """
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})
1876
+ A matrix in Ax = b, where x is the accelerations.
2436
1877
  """
2437
1878
 
2438
1879
  def __init__(
@@ -2443,13 +1884,9 @@ None( (placo.DynamicsTask)arg1) -> object :
2443
1884
  ) -> None:
2444
1885
  ...
2445
1886
 
2446
- b: any
1887
+ b: numpy.ndarray # Eigen::MatrixXd
2447
1888
  """
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})
1889
+ b vector in Ax = b, where x is the accelerations
2453
1890
  """
2454
1891
 
2455
1892
  def configure(
@@ -2469,76 +1906,44 @@ None( (placo.DynamicsTask)arg1) -> object :
2469
1906
  """
2470
1907
  ...
2471
1908
 
2472
- ddtarget: any
1909
+ ddtarget: numpy.ndarray # Eigen::Vector3d
2473
1910
  """
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})
1911
+ Target relative acceleration.
2479
1912
  """
2480
1913
 
2481
- derror: any
1914
+ derror: numpy.ndarray # Eigen::MatrixXd
2482
1915
  """
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})
1916
+ Current velocity error vector.
2488
1917
  """
2489
1918
 
2490
- dtarget: any
1919
+ dtarget: numpy.ndarray # Eigen::Vector3d
2491
1920
  """
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})
1921
+ Target relative velocity.
2497
1922
  """
2498
1923
 
2499
- error: any
1924
+ error: numpy.ndarray # Eigen::MatrixXd
2500
1925
  """
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})
1926
+ Current error vector.
2506
1927
  """
2507
1928
 
2508
- kd: any
1929
+ kd: float # double
2509
1930
  """
2510
-
2511
- None( (placo.DynamicsTask)arg1) -> float :
2512
-
2513
- C++ signature :
2514
- double {lvalue} None(placo::dynamics::Task {lvalue})
1931
+ D gain for position control (if negative, will be critically damped)
2515
1932
  """
2516
1933
 
2517
- kp: any
1934
+ kp: float # double
2518
1935
  """
2519
-
2520
- None( (placo.DynamicsTask)arg1) -> float :
2521
-
2522
- C++ signature :
2523
- double {lvalue} None(placo::dynamics::Task {lvalue})
1936
+ K gain for position control.
2524
1937
  """
2525
1938
 
2526
- mask: any
1939
+ mask: AxisesMask # placo::tools::AxisesMask
2527
1940
  """
2528
-
2529
- None( (placo.DynamicsRelativePositionTask)arg1) -> placo.AxisesMask :
2530
-
2531
- C++ signature :
2532
- placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
1941
+ Mask.
2533
1942
  """
2534
1943
 
2535
- name: any
1944
+ name: str # std::string
2536
1945
  """
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})
1946
+ Object name.
2542
1947
  """
2543
1948
 
2544
1949
  priority: str
@@ -2546,13 +1951,9 @@ None( (placo.Prioritized)arg1) -> str :
2546
1951
  Priority [str]
2547
1952
  """
2548
1953
 
2549
- target: any
1954
+ target: numpy.ndarray # Eigen::Vector3d
2550
1955
  """
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})
1956
+ Target relative position.
2556
1957
  """
2557
1958
 
2558
1959
 
@@ -2813,22 +2214,14 @@ class DynamicsSolver:
2813
2214
  ) -> int:
2814
2215
  ...
2815
2216
 
2816
- damping: any
2217
+ damping: float # double
2817
2218
  """
2818
-
2819
- None( (placo.DynamicsSolver)arg1) -> float :
2820
-
2821
- C++ signature :
2822
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2219
+ Global damping that is added to all the joints.
2823
2220
  """
2824
2221
 
2825
- dt: any
2222
+ dt: float # double
2826
2223
  """
2827
-
2828
- None( (placo.DynamicsSolver)arg1) -> float :
2829
-
2830
- C++ signature :
2831
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2224
+ Solver dt (seconds)
2832
2225
  """
2833
2226
 
2834
2227
  def dump_status(
@@ -2875,13 +2268,9 @@ None( (placo.DynamicsSolver)arg1) -> float :
2875
2268
  """
2876
2269
  ...
2877
2270
 
2878
- extra_force: any
2271
+ extra_force: numpy.ndarray # Eigen::VectorXd
2879
2272
  """
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})
2273
+ Extra force to be added to the system (similar to non-linear terms)
2885
2274
  """
2886
2275
 
2887
2276
  def get_contact(
@@ -2890,13 +2279,9 @@ None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
2890
2279
  ) -> Contact:
2891
2280
  ...
2892
2281
 
2893
- gravity_only: any
2282
+ gravity_only: bool # bool
2894
2283
  """
2895
-
2896
- None( (placo.DynamicsSolver)arg1) -> bool :
2897
-
2898
- C++ signature :
2899
- bool {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2284
+ Use gravity only (no coriolis, no centrifugal)
2900
2285
  """
2901
2286
 
2902
2287
  def mask_fbase(
@@ -2908,13 +2293,9 @@ None( (placo.DynamicsSolver)arg1) -> bool :
2908
2293
  """
2909
2294
  ...
2910
2295
 
2911
- problem: any
2296
+ problem: Problem # placo::problem::Problem
2912
2297
  """
2913
-
2914
- None( (placo.DynamicsSolver)arg1) -> object :
2915
-
2916
- C++ signature :
2917
- placo::problem::Problem {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2298
+ Instance of the problem.
2918
2299
  """
2919
2300
 
2920
2301
  def remove_constraint(
@@ -2950,14 +2331,7 @@ None( (placo.DynamicsSolver)arg1) -> object :
2950
2331
  """
2951
2332
  ...
2952
2333
 
2953
- robot: any
2954
- """
2955
-
2956
- None( (placo.DynamicsSolver)arg1) -> object :
2957
-
2958
- C++ signature :
2959
- placo::model::RobotWrapper None(placo::dynamics::DynamicsSolver)
2960
- """
2334
+ robot: RobotWrapper # placo::model::RobotWrapper
2961
2335
 
2962
2336
  def set_kd(
2963
2337
  self,
@@ -3013,13 +2387,9 @@ None( (placo.DynamicsSolver)arg1) -> object :
3013
2387
  ) -> DynamicsSolverResult:
3014
2388
  ...
3015
2389
 
3016
- torque_cost: any
2390
+ torque_cost: float # double
3017
2391
  """
3018
-
3019
- None( (placo.DynamicsSolver)arg1) -> float :
3020
-
3021
- C++ signature :
3022
- double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
2392
+ Cost for torque regularization (1e-3 by default)
3023
2393
  """
3024
2394
 
3025
2395
 
@@ -3029,41 +2399,13 @@ class DynamicsSolverResult:
3029
2399
  ) -> None:
3030
2400
  ...
3031
2401
 
3032
- qdd: any
3033
- """
3034
-
3035
- None( (placo.DynamicsSolverResult)arg1) -> object :
2402
+ qdd: numpy.ndarray # Eigen::VectorXd
3036
2403
 
3037
- C++ signature :
3038
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3039
- """
3040
-
3041
- success: any
3042
- """
3043
-
3044
- None( (placo.DynamicsSolverResult)arg1) -> bool :
2404
+ success: bool # bool
3045
2405
 
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 :
3054
-
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 :
2406
+ tau: numpy.ndarray # Eigen::VectorXd
3063
2407
 
3064
- C++ signature :
3065
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
3066
- """
2408
+ tau_contacts: numpy.ndarray # Eigen::VectorXd
3067
2409
 
3068
2410
  def tau_dict(
3069
2411
  arg1: DynamicsSolverResult,
@@ -3073,26 +2415,18 @@ None( (placo.DynamicsSolverResult)arg1) -> object :
3073
2415
 
3074
2416
 
3075
2417
  class DynamicsTask:
3076
- A: any
2418
+ A: numpy.ndarray # Eigen::MatrixXd
3077
2419
  """
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})
2420
+ A matrix in Ax = b, where x is the accelerations.
3083
2421
  """
3084
2422
 
3085
2423
  def __init__(
3086
2424
  ) -> any:
3087
2425
  ...
3088
2426
 
3089
- b: any
2427
+ b: numpy.ndarray # Eigen::MatrixXd
3090
2428
  """
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})
2429
+ b vector in Ax = b, where x is the accelerations
3096
2430
  """
3097
2431
 
3098
2432
  def configure(
@@ -3112,49 +2446,29 @@ None( (placo.DynamicsTask)arg1) -> object :
3112
2446
  """
3113
2447
  ...
3114
2448
 
3115
- derror: any
2449
+ derror: numpy.ndarray # Eigen::MatrixXd
3116
2450
  """
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})
2451
+ Current velocity error vector.
3122
2452
  """
3123
2453
 
3124
- error: any
2454
+ error: numpy.ndarray # Eigen::MatrixXd
3125
2455
  """
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})
2456
+ Current error vector.
3131
2457
  """
3132
2458
 
3133
- kd: any
2459
+ kd: float # double
3134
2460
  """
3135
-
3136
- None( (placo.DynamicsTask)arg1) -> float :
3137
-
3138
- C++ signature :
3139
- double {lvalue} None(placo::dynamics::Task {lvalue})
2461
+ D gain for position control (if negative, will be critically damped)
3140
2462
  """
3141
2463
 
3142
- kp: any
2464
+ kp: float # double
3143
2465
  """
3144
-
3145
- None( (placo.DynamicsTask)arg1) -> float :
3146
-
3147
- C++ signature :
3148
- double {lvalue} None(placo::dynamics::Task {lvalue})
2466
+ K gain for position control.
3149
2467
  """
3150
2468
 
3151
- name: any
2469
+ name: str # std::string
3152
2470
  """
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})
2471
+ Object name.
3158
2472
  """
3159
2473
 
3160
2474
  priority: str
@@ -3164,13 +2478,9 @@ None( (placo.Prioritized)arg1) -> str :
3164
2478
 
3165
2479
 
3166
2480
  class DynamicsTorqueTask:
3167
- A: any
2481
+ A: numpy.ndarray # Eigen::MatrixXd
3168
2482
  """
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})
2483
+ A matrix in Ax = b, where x is the accelerations.
3174
2484
  """
3175
2485
 
3176
2486
  def __init__(
@@ -3178,13 +2488,9 @@ None( (placo.DynamicsTask)arg1) -> object :
3178
2488
  ) -> None:
3179
2489
  ...
3180
2490
 
3181
- b: any
2491
+ b: numpy.ndarray # Eigen::MatrixXd
3182
2492
  """
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})
2493
+ b vector in Ax = b, where x is the accelerations
3188
2494
  """
3189
2495
 
3190
2496
  def configure(
@@ -3204,49 +2510,29 @@ None( (placo.DynamicsTask)arg1) -> object :
3204
2510
  """
3205
2511
  ...
3206
2512
 
3207
- derror: any
2513
+ derror: numpy.ndarray # Eigen::MatrixXd
3208
2514
  """
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})
2515
+ Current velocity error vector.
3214
2516
  """
3215
2517
 
3216
- error: any
2518
+ error: numpy.ndarray # Eigen::MatrixXd
3217
2519
  """
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})
2520
+ Current error vector.
3223
2521
  """
3224
2522
 
3225
- kd: any
2523
+ kd: float # double
3226
2524
  """
3227
-
3228
- None( (placo.DynamicsTask)arg1) -> float :
3229
-
3230
- C++ signature :
3231
- double {lvalue} None(placo::dynamics::Task {lvalue})
2525
+ D gain for position control (if negative, will be critically damped)
3232
2526
  """
3233
2527
 
3234
- kp: any
2528
+ kp: float # double
3235
2529
  """
3236
-
3237
- None( (placo.DynamicsTask)arg1) -> float :
3238
-
3239
- C++ signature :
3240
- double {lvalue} None(placo::dynamics::Task {lvalue})
2530
+ K gain for position control.
3241
2531
  """
3242
2532
 
3243
- name: any
2533
+ name: str # std::string
3244
2534
  """
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})
2535
+ Object name.
3250
2536
  """
3251
2537
 
3252
2538
  priority: str
@@ -3287,13 +2573,9 @@ None( (placo.Prioritized)arg1) -> str :
3287
2573
 
3288
2574
 
3289
2575
  class Expression:
3290
- A: any
2576
+ A: numpy.ndarray # Eigen::MatrixXd
3291
2577
  """
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})
2578
+ Expression A matrix, in Ax + b.
3297
2579
  """
3298
2580
 
3299
2581
  def __init__(
@@ -3301,13 +2583,9 @@ None( (placo.Expression)arg1) -> object :
3301
2583
  ) -> any:
3302
2584
  ...
3303
2585
 
3304
- b: any
2586
+ b: numpy.ndarray # Eigen::VectorXd
3305
2587
  """
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})
2588
+ Expression b vector, in Ax + b.
3311
2589
  """
3312
2590
 
3313
2591
  def cols(
@@ -3441,76 +2719,38 @@ class ExternalWrenchContact:
3441
2719
  """
3442
2720
  ...
3443
2721
 
3444
- active: any
2722
+ active: bool # bool
3445
2723
  """
3446
-
3447
- None( (placo.Contact)arg1) -> bool :
3448
-
3449
- C++ signature :
3450
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
2724
+ true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
3451
2725
  """
3452
2726
 
3453
- frame_index: any
3454
- """
3455
-
3456
- None( (placo.ExternalWrenchContact)arg1) -> int :
2727
+ frame_index: any # pinocchio::FrameIndex
3457
2728
 
3458
- C++ signature :
3459
- unsigned long {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
2729
+ mu: float # double
3460
2730
  """
3461
-
3462
- mu: any
2731
+ Coefficient of friction (if relevant)
3463
2732
  """
3464
-
3465
- None( (placo.Contact)arg1) -> float :
3466
2733
 
3467
- C++ signature :
3468
- double {lvalue} None(placo::dynamics::Contact {lvalue})
3469
- """
2734
+ w_ext: numpy.ndarray # Eigen::VectorXd
3470
2735
 
3471
- w_ext: any
2736
+ weight_forces: float # double
3472
2737
  """
3473
-
3474
- None( (placo.ExternalWrenchContact)arg1) -> object :
3475
-
3476
- C++ signature :
3477
- Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
2738
+ Weight of forces for the optimization (if relevant)
3478
2739
  """
3479
2740
 
3480
- weight_forces: any
2741
+ weight_moments: float # double
3481
2742
  """
3482
-
3483
- None( (placo.Contact)arg1) -> float :
3484
-
3485
- C++ signature :
3486
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2743
+ Weight of moments for optimization (if relevant)
3487
2744
  """
3488
2745
 
3489
- weight_moments: any
2746
+ weight_tangentials: float # double
3490
2747
  """
3491
-
3492
- None( (placo.Contact)arg1) -> float :
3493
-
3494
- C++ signature :
3495
- double {lvalue} None(placo::dynamics::Contact {lvalue})
3496
- """
3497
-
3498
- weight_tangentials: any
3499
- """
3500
-
3501
- None( (placo.Contact)arg1) -> float :
3502
-
3503
- C++ signature :
3504
- double {lvalue} None(placo::dynamics::Contact {lvalue})
2748
+ Extra cost for tangential forces.
3505
2749
  """
3506
2750
 
3507
- wrench: any
2751
+ wrench: numpy.ndarray # Eigen::VectorXd
3508
2752
  """
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})
2753
+ Wrench populated after the DynamicsSolver::solve call.
3514
2754
  """
3515
2755
 
3516
2756
 
@@ -3604,32 +2844,11 @@ class Footstep:
3604
2844
  ) -> any:
3605
2845
  ...
3606
2846
 
3607
- foot_length: any
3608
- """
3609
-
3610
- None( (placo.Footstep)arg1) -> float :
2847
+ foot_length: float # double
3611
2848
 
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 :
2849
+ foot_width: float # double
3629
2850
 
3630
- C++ signature :
3631
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
3632
- """
2851
+ frame: numpy.ndarray # Eigen::Affine3d
3633
2852
 
3634
2853
  def overlap(
3635
2854
  self,
@@ -3653,14 +2872,7 @@ None( (placo.Footstep)arg1) -> object :
3653
2872
  ) -> None:
3654
2873
  ...
3655
2874
 
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
- """
2875
+ side: any # placo::humanoid::HumanoidRobot::Side
3664
2876
 
3665
2877
  def support_polygon(
3666
2878
  self,
@@ -3903,13 +3115,6 @@ class FootstepsPlannerRepetitive:
3903
3115
 
3904
3116
  class FrameTask:
3905
3117
  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
3118
 
3914
3119
  def __init__(
3915
3120
  self,
@@ -3951,13 +3156,9 @@ None( (placo.FrameTask)arg1) -> object :
3951
3156
 
3952
3157
 
3953
3158
  class GearTask:
3954
- A: any
3159
+ A: numpy.ndarray # Eigen::MatrixXd
3955
3160
  """
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})
3161
+ Matrix A in the task Ax = b, where x are the joint delta positions.
3961
3162
  """
3962
3163
 
3963
3164
  def __init__(
@@ -3985,13 +3186,9 @@ None( (placo.Task)arg1) -> object :
3985
3186
  """
3986
3187
  ...
3987
3188
 
3988
- b: any
3189
+ b: numpy.ndarray # Eigen::MatrixXd
3989
3190
  """
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})
3191
+ Vector b in the task Ax = b, where x are the joint delta positions.
3995
3192
  """
3996
3193
 
3997
3194
  def configure(
@@ -4027,13 +3224,9 @@ None( (placo.Task)arg1) -> object :
4027
3224
  """
4028
3225
  ...
4029
3226
 
4030
- name: any
3227
+ name: str # std::string
4031
3228
  """
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})
3229
+ Object name.
4037
3230
  """
4038
3231
 
4039
3232
  priority: str
@@ -4073,14 +3266,7 @@ class HumanoidParameters:
4073
3266
  ) -> None:
4074
3267
  ...
4075
3268
 
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
- """
3269
+ dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4084
3270
 
4085
3271
  def double_support_duration(
4086
3272
  self,
@@ -4090,13 +3276,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
4090
3276
  """
4091
3277
  ...
4092
3278
 
4093
- double_support_ratio: any
3279
+ double_support_ratio: float # double
4094
3280
  """
4095
-
4096
- None( (placo.HumanoidParameters)arg1) -> float :
4097
-
4098
- C++ signature :
4099
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3281
+ Duration ratio between single support and double support.
4100
3282
  """
4101
3283
 
4102
3284
  def double_support_timesteps(
@@ -4124,49 +3306,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
4124
3306
  """
4125
3307
  ...
4126
3308
 
4127
- feet_spacing: any
3309
+ feet_spacing: float # double
4128
3310
  """
4129
-
4130
- None( (placo.HumanoidParameters)arg1) -> float :
4131
-
4132
- C++ signature :
4133
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3311
+ Lateral spacing between feet [m].
4134
3312
  """
4135
3313
 
4136
- foot_length: any
3314
+ foot_length: float # double
4137
3315
  """
4138
-
4139
- None( (placo.HumanoidParameters)arg1) -> float :
4140
-
4141
- C++ signature :
4142
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3316
+ Foot length [m].
4143
3317
  """
4144
3318
 
4145
- foot_width: any
3319
+ foot_width: float # double
4146
3320
  """
4147
-
4148
- None( (placo.HumanoidParameters)arg1) -> float :
4149
-
4150
- C++ signature :
4151
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3321
+ Foot width [m].
4152
3322
  """
4153
3323
 
4154
- foot_zmp_target_x: any
3324
+ foot_zmp_target_x: float # double
4155
3325
  """
4156
-
4157
- None( (placo.HumanoidParameters)arg1) -> float :
4158
-
4159
- C++ signature :
4160
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3326
+ Target offset for the ZMP x reference trajectory in the foot frame [m].
4161
3327
  """
4162
3328
 
4163
- foot_zmp_target_y: any
3329
+ foot_zmp_target_y: float # double
4164
3330
  """
4165
-
4166
- None( (placo.HumanoidParameters)arg1) -> float :
4167
-
4168
- C++ signature :
4169
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3331
+ Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
4170
3332
  """
4171
3333
 
4172
3334
  def has_double_support(
@@ -4177,40 +3339,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
4177
3339
  """
4178
3340
  ...
4179
3341
 
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
- """
3342
+ op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
4188
3343
 
4189
- planned_timesteps: any
3344
+ planned_timesteps: int # int
4190
3345
  """
4191
-
4192
- None( (placo.HumanoidParameters)arg1) -> int :
4193
-
4194
- C++ signature :
4195
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3346
+ Planning horizon for the CoM trajectory.
4196
3347
  """
4197
3348
 
4198
- single_support_duration: any
3349
+ single_support_duration: float # double
4199
3350
  """
4200
-
4201
- None( (placo.HumanoidParameters)arg1) -> float :
4202
-
4203
- C++ signature :
4204
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3351
+ Single support duration [s].
4205
3352
  """
4206
3353
 
4207
- single_support_timesteps: any
3354
+ single_support_timesteps: int # int
4208
3355
  """
4209
-
4210
- None( (placo.HumanoidParameters)arg1) -> int :
4211
-
4212
- C++ signature :
4213
- int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3356
+ Number of timesteps for one single support.
4214
3357
  """
4215
3358
 
4216
3359
  def startend_double_support_duration(
@@ -4221,13 +3364,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
4221
3364
  """
4222
3365
  ...
4223
3366
 
4224
- startend_double_support_ratio: any
3367
+ startend_double_support_ratio: float # double
4225
3368
  """
4226
-
4227
- None( (placo.HumanoidParameters)arg1) -> float :
4228
-
4229
- C++ signature :
4230
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3369
+ Duration ratio between single support and start/end double support.
4231
3370
  """
4232
3371
 
4233
3372
  def startend_double_support_timesteps(
@@ -4238,103 +3377,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
4238
3377
  """
4239
3378
  ...
4240
3379
 
4241
- walk_com_height: any
3380
+ walk_com_height: float # double
4242
3381
  """
4243
-
4244
- None( (placo.HumanoidParameters)arg1) -> float :
4245
-
4246
- C++ signature :
4247
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3382
+ Target CoM height while walking [m].
4248
3383
  """
4249
3384
 
4250
- walk_dtheta_spacing: any
3385
+ walk_dtheta_spacing: float # double
4251
3386
  """
4252
-
4253
- None( (placo.HumanoidParameters)arg1) -> float :
4254
-
4255
- C++ signature :
4256
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3387
+ How much we need to space the feet per dtheta [m/rad].
4257
3388
  """
4258
3389
 
4259
- walk_foot_height: any
3390
+ walk_foot_height: float # double
4260
3391
  """
4261
-
4262
- None( (placo.HumanoidParameters)arg1) -> float :
4263
-
4264
- C++ signature :
4265
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3392
+ How height the feet are rising while walking [m].
4266
3393
  """
4267
3394
 
4268
- walk_foot_rise_ratio: any
3395
+ walk_foot_rise_ratio: float # double
4269
3396
  """
4270
-
4271
- None( (placo.HumanoidParameters)arg1) -> float :
4272
-
4273
- C++ signature :
4274
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3397
+ ratio of time spent at foot height during the step
4275
3398
  """
4276
3399
 
4277
- walk_max_dtheta: any
3400
+ walk_max_dtheta: float # double
4278
3401
  """
4279
-
4280
- None( (placo.HumanoidParameters)arg1) -> float :
4281
-
4282
- C++ signature :
4283
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3402
+ Maximum step (yaw)
4284
3403
  """
4285
3404
 
4286
- walk_max_dx_backward: any
3405
+ walk_max_dx_backward: float # double
4287
3406
  """
4288
-
4289
- None( (placo.HumanoidParameters)arg1) -> float :
4290
-
4291
- C++ signature :
4292
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3407
+ Maximum step (backward)
4293
3408
  """
4294
3409
 
4295
- walk_max_dx_forward: any
3410
+ walk_max_dx_forward: float # double
4296
3411
  """
4297
-
4298
- None( (placo.HumanoidParameters)arg1) -> float :
4299
-
4300
- C++ signature :
4301
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3412
+ Maximum step (forward)
4302
3413
  """
4303
3414
 
4304
- walk_max_dy: any
3415
+ walk_max_dy: float # double
4305
3416
  """
4306
-
4307
- None( (placo.HumanoidParameters)arg1) -> float :
4308
-
4309
- C++ signature :
4310
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3417
+ Maximum step (lateral)
4311
3418
  """
4312
3419
 
4313
- walk_trunk_pitch: any
3420
+ walk_trunk_pitch: float # double
4314
3421
  """
4315
-
4316
- None( (placo.HumanoidParameters)arg1) -> float :
4317
-
4318
- C++ signature :
4319
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3422
+ Trunk pitch while walking [rad].
4320
3423
  """
4321
3424
 
4322
- zmp_margin: any
3425
+ zmp_margin: float # double
4323
3426
  """
4324
-
4325
- None( (placo.HumanoidParameters)arg1) -> float :
4326
-
4327
- C++ signature :
4328
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3427
+ Margin for the ZMP to live in the support polygon [m].
4329
3428
  """
4330
3429
 
4331
- zmp_reference_weight: any
3430
+ zmp_reference_weight: float # double
4332
3431
  """
4333
-
4334
- None( (placo.HumanoidParameters)arg1) -> float :
4335
-
4336
- C++ signature :
4337
- double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
3432
+ Weight for ZMP reference in the solver.
4338
3433
  """
4339
3434
 
4340
3435
 
@@ -4364,13 +3459,9 @@ class HumanoidRobot:
4364
3459
  """
4365
3460
  ...
4366
3461
 
4367
- collision_model: any
3462
+ collision_model: any # pinocchio::GeometryModel
4368
3463
  """
4369
-
4370
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
4371
-
4372
- C++ signature :
4373
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
3464
+ Pinocchio collision model.
4374
3465
  """
4375
3466
 
4376
3467
  def com_jacobian(
@@ -4425,7 +3516,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4425
3516
  """
4426
3517
  Computes all minimum distances between current collision pairs.
4427
3518
 
4428
- :return: <Element 'para' at 0x1076353a0>
3519
+ :return: <Element 'para' at 0x1074ff880>
4429
3520
  """
4430
3521
  ...
4431
3522
 
@@ -4458,7 +3549,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4458
3549
 
4459
3550
  :param any frame: the frame for which we want the jacobian
4460
3551
 
4461
- :return: <Element 'para' at 0x107635e90>
3552
+ :return: <Element 'para' at 0x1074ffa60>
4462
3553
  """
4463
3554
  ...
4464
3555
 
@@ -4472,7 +3563,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4472
3563
 
4473
3564
  :param any frame: the frame for which we want the jacobian time variation
4474
3565
 
4475
- :return: <Element 'para' at 0x107637880>
3566
+ :return: <Element 'para' at 0x1074e0bd0>
4476
3567
  """
4477
3568
  ...
4478
3569
 
@@ -4721,13 +3812,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
4721
3812
  """
4722
3813
  ...
4723
3814
 
4724
- model: any
3815
+ model: any # pinocchio::Model
4725
3816
  """
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})
3817
+ Pinocchio model.
4731
3818
  """
4732
3819
 
4733
3820
  def neutral_state(
@@ -4784,7 +3871,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4784
3871
 
4785
3872
  :param bool stop_at_first: whether to stop at the first collision found
4786
3873
 
4787
- :return: <Element 'para' at 0x107634c70>
3874
+ :return: <Element 'para' at 0x1074a48b0>
4788
3875
  """
4789
3876
  ...
4790
3877
 
@@ -4946,13 +4033,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
4946
4033
  """
4947
4034
  ...
4948
4035
 
4949
- state: any
4036
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
4950
4037
  """
4951
-
4952
- None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4953
-
4954
- C++ signature :
4955
- placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4038
+ Robot's current state.
4956
4039
  """
4957
4040
 
4958
4041
  def static_gravity_compensation_torques(
@@ -4970,22 +4053,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
4970
4053
  ) -> dict:
4971
4054
  ...
4972
4055
 
4973
- support_is_both: any
4056
+ support_is_both: bool # bool
4974
4057
  """
4975
-
4976
- None( (placo.HumanoidRobot)arg1) -> bool :
4977
-
4978
- C++ signature :
4979
- bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4058
+ Are both feet supporting the robot.
4980
4059
  """
4981
4060
 
4982
- support_side: any
4061
+ support_side: any # placo::humanoid::HumanoidRobot::Side
4983
4062
  """
4984
-
4985
- None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
4986
-
4987
- C++ signature :
4988
- placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4063
+ The current side (left or right) associated with T_world_support.
4989
4064
  """
4990
4065
 
4991
4066
  def torques_from_acceleration_with_fixed_frame(
@@ -5046,13 +4121,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
5046
4121
  """
5047
4122
  ...
5048
4123
 
5049
- visual_model: any
4124
+ visual_model: any # pinocchio::GeometryModel
5050
4125
  """
5051
-
5052
- None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
5053
-
5054
- C++ signature :
5055
- pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
4126
+ Pinocchio visual model.
5056
4127
  """
5057
4128
 
5058
4129
  def zmp(
@@ -5156,31 +4227,19 @@ class Integrator:
5156
4227
  """
5157
4228
  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
4229
  """
5159
- A: any
4230
+ A: numpy.ndarray # Eigen::MatrixXd
5160
4231
  """
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})
4232
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5166
4233
  """
5167
4234
 
5168
- B: any
4235
+ B: numpy.ndarray # Eigen::MatrixXd
5169
4236
  """
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})
4237
+ The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
5175
4238
  """
5176
4239
 
5177
- M: any
4240
+ M: numpy.ndarray # Eigen::MatrixXd
5178
4241
  """
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})
4242
+ The continuous system matrix.
5184
4243
  """
5185
4244
 
5186
4245
  def __init__(
@@ -5216,13 +4275,9 @@ None( (placo.Integrator)arg1) -> object :
5216
4275
  """
5217
4276
  ...
5218
4277
 
5219
- final_transition_matrix: any
4278
+ final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
5220
4279
  """
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})
4280
+ Caching the discrete matrix for the last step.
5226
4281
  """
5227
4282
 
5228
4283
  def get_trajectory(
@@ -5233,13 +4288,9 @@ None( (placo.Integrator)arg1) -> object :
5233
4288
  """
5234
4289
  ...
5235
4290
 
5236
- t_start: any
4291
+ t_start: float # double
5237
4292
  """
5238
-
5239
- None( (placo.Integrator)arg1) -> float :
5240
-
5241
- C++ signature :
5242
- double {lvalue} None(placo::problem::Integrator {lvalue})
4293
+ Time offset for the trajectory.
5243
4294
  """
5244
4295
 
5245
4296
  @staticmethod
@@ -5297,13 +4348,9 @@ class IntegratorTrajectory:
5297
4348
 
5298
4349
 
5299
4350
  class JointSpaceHalfSpacesConstraint:
5300
- A: any
4351
+ A: numpy.ndarray # Eigen::MatrixXd
5301
4352
  """
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})
4353
+ Matrix A in Aq <= b.
5307
4354
  """
5308
4355
 
5309
4356
  def __init__(
@@ -5316,13 +4363,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5316
4363
  """
5317
4364
  ...
5318
4365
 
5319
- b: any
4366
+ b: numpy.ndarray # Eigen::VectorXd
5320
4367
  """
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})
4368
+ Vector b in Aq <= b.
5326
4369
  """
5327
4370
 
5328
4371
  def configure(
@@ -5342,13 +4385,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
5342
4385
  """
5343
4386
  ...
5344
4387
 
5345
- name: any
4388
+ name: str # std::string
5346
4389
  """
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})
4390
+ Object name.
5352
4391
  """
5353
4392
 
5354
4393
  priority: str
@@ -5358,13 +4397,9 @@ None( (placo.Prioritized)arg1) -> str :
5358
4397
 
5359
4398
 
5360
4399
  class JointsTask:
5361
- A: any
4400
+ A: numpy.ndarray # Eigen::MatrixXd
5362
4401
  """
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})
4402
+ Matrix A in the task Ax = b, where x are the joint delta positions.
5368
4403
  """
5369
4404
 
5370
4405
  def __init__(
@@ -5375,13 +4410,9 @@ None( (placo.Task)arg1) -> object :
5375
4410
  """
5376
4411
  ...
5377
4412
 
5378
- b: any
4413
+ b: numpy.ndarray # Eigen::MatrixXd
5379
4414
  """
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})
4415
+ Vector b in the task Ax = b, where x are the joint delta positions.
5385
4416
  """
5386
4417
 
5387
4418
  def configure(
@@ -5428,13 +4459,9 @@ None( (placo.Task)arg1) -> object :
5428
4459
  """
5429
4460
  ...
5430
4461
 
5431
- name: any
4462
+ name: str # std::string
5432
4463
  """
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})
4464
+ Object name.
5438
4465
  """
5439
4466
 
5440
4467
  priority: str
@@ -5493,13 +4520,9 @@ class KinematicsConstraint:
5493
4520
  """
5494
4521
  ...
5495
4522
 
5496
- name: any
4523
+ name: str # std::string
5497
4524
  """
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})
4525
+ Object name.
5503
4526
  """
5504
4527
 
5505
4528
  priority: str
@@ -5509,13 +4532,9 @@ None( (placo.Prioritized)arg1) -> str :
5509
4532
 
5510
4533
 
5511
4534
  class KinematicsSolver:
5512
- N: any
4535
+ N: int # int
5513
4536
  """
5514
-
5515
- None( (placo.KinematicsSolver)arg1) -> int :
5516
-
5517
- C++ signature :
5518
- int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4537
+ Size of the problem (number of variables)
5519
4538
  """
5520
4539
 
5521
4540
  def __init__(
@@ -5856,13 +4875,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
5856
4875
  """
5857
4876
  ...
5858
4877
 
5859
- dt: any
4878
+ dt: float # double
5860
4879
  """
5861
-
5862
- None( (placo.KinematicsSolver)arg1) -> float :
5863
-
5864
- C++ signature :
5865
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4880
+ solver dt (for speeds limiting)
5866
4881
  """
5867
4882
 
5868
4883
  def dump_status(
@@ -5911,13 +4926,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
5911
4926
  """
5912
4927
  ...
5913
4928
 
5914
- problem: any
4929
+ problem: Problem # placo::problem::Problem
5915
4930
  """
5916
-
5917
- None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5918
-
5919
- C++ signature :
5920
- placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4931
+ The underlying QP problem.
5921
4932
  """
5922
4933
 
5923
4934
  def remove_constraint(
@@ -5942,22 +4953,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
5942
4953
  """
5943
4954
  ...
5944
4955
 
5945
- robot: any
4956
+ robot: RobotWrapper # placo::model::RobotWrapper
5946
4957
  """
5947
-
5948
- None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
5949
-
5950
- C++ signature :
5951
- placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
4958
+ The robot controlled by this solver.
5952
4959
  """
5953
4960
 
5954
- scale: any
4961
+ scale: float # double
5955
4962
  """
5956
-
5957
- None( (placo.KinematicsSolver)arg1) -> float :
5958
-
5959
- C++ signature :
5960
- double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
4963
+ scale obtained when using tasks scaling
5961
4964
  """
5962
4965
 
5963
4966
  def solve(
@@ -5992,13 +4995,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
5992
4995
 
5993
4996
 
5994
4997
  class KineticEnergyRegularizationTask:
5995
- A: any
4998
+ A: numpy.ndarray # Eigen::MatrixXd
5996
4999
  """
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})
5000
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6002
5001
  """
6003
5002
 
6004
5003
  def __init__(
@@ -6006,13 +5005,9 @@ None( (placo.Task)arg1) -> object :
6006
5005
  ) -> None:
6007
5006
  ...
6008
5007
 
6009
- b: any
5008
+ b: numpy.ndarray # Eigen::MatrixXd
6010
5009
  """
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})
5010
+ Vector b in the task Ax = b, where x are the joint delta positions.
6016
5011
  """
6017
5012
 
6018
5013
  def configure(
@@ -6048,13 +5043,9 @@ None( (placo.Task)arg1) -> object :
6048
5043
  """
6049
5044
  ...
6050
5045
 
6051
- name: any
5046
+ name: str # std::string
6052
5047
  """
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})
5048
+ Object name.
6058
5049
  """
6059
5050
 
6060
5051
  priority: str
@@ -6114,14 +5105,7 @@ class LIPM:
6114
5105
  ) -> Expression:
6115
5106
  ...
6116
5107
 
6117
- dt: any
6118
- """
6119
-
6120
- None( (placo.LIPM)arg1) -> float :
6121
-
6122
- C++ signature :
6123
- double {lvalue} None(placo::humanoid::LIPM {lvalue})
6124
- """
5108
+ dt: float # double
6125
5109
 
6126
5110
  def dzmp(
6127
5111
  self,
@@ -6151,31 +5135,10 @@ None( (placo.LIPM)arg1) -> float :
6151
5135
  ...
6152
5136
 
6153
5137
  t_end: any
6154
- """
6155
-
6156
- None( (placo.LIPM)arg1) -> float :
6157
5138
 
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 :
5139
+ t_start: float # double
6175
5140
 
6176
- C++ signature :
6177
- int {lvalue} None(placo::humanoid::LIPM {lvalue})
6178
- """
5141
+ timesteps: int # int
6179
5142
 
6180
5143
  def vel(
6181
5144
  self,
@@ -6183,41 +5146,13 @@ None( (placo.LIPM)arg1) -> int :
6183
5146
  ) -> Expression:
6184
5147
  ...
6185
5148
 
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 :
5149
+ x: Integrator # placo::problem::Integrator
6208
5150
 
6209
- C++ signature :
6210
- placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
6211
- """
5151
+ x_var: Variable # placo::problem::Variable
6212
5152
 
6213
- y_var: any
6214
- """
6215
-
6216
- None( (placo.LIPM)arg1) -> object :
5153
+ y: Integrator # placo::problem::Integrator
6217
5154
 
6218
- C++ signature :
6219
- placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
6220
- """
5155
+ y_var: Variable # placo::problem::Variable
6221
5156
 
6222
5157
  def zmp(
6223
5158
  self,
@@ -6280,13 +5215,9 @@ class LIPMTrajectory:
6280
5215
 
6281
5216
 
6282
5217
  class LineContact:
6283
- R_world_surface: any
5218
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6284
5219
  """
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})
5220
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6290
5221
  """
6291
5222
 
6292
5223
  def __init__(
@@ -6299,31 +5230,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
6299
5230
  """
6300
5231
  ...
6301
5232
 
6302
- active: any
5233
+ active: bool # bool
6303
5234
  """
6304
-
6305
- None( (placo.Contact)arg1) -> bool :
6306
-
6307
- C++ signature :
6308
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5235
+ 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
5236
  """
6310
5237
 
6311
- length: any
5238
+ length: float # double
6312
5239
  """
6313
-
6314
- None( (placo.LineContact)arg1) -> float :
6315
-
6316
- C++ signature :
6317
- double {lvalue} None(placo::dynamics::LineContact {lvalue})
5240
+ Rectangular contact length along local x-axis.
6318
5241
  """
6319
5242
 
6320
- mu: any
5243
+ mu: float # double
6321
5244
  """
6322
-
6323
- None( (placo.Contact)arg1) -> float :
6324
-
6325
- C++ signature :
6326
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5245
+ Coefficient of friction (if relevant)
6327
5246
  """
6328
5247
 
6329
5248
  def orientation_task(
@@ -6336,49 +5255,29 @@ None( (placo.Contact)arg1) -> float :
6336
5255
  ) -> DynamicsPositionTask:
6337
5256
  ...
6338
5257
 
6339
- unilateral: any
5258
+ unilateral: bool # bool
6340
5259
  """
6341
-
6342
- None( (placo.LineContact)arg1) -> bool :
6343
-
6344
- C++ signature :
6345
- bool {lvalue} None(placo::dynamics::LineContact {lvalue})
5260
+ true for unilateral contact with the ground
6346
5261
  """
6347
5262
 
6348
- weight_forces: any
5263
+ weight_forces: float # double
6349
5264
  """
6350
-
6351
- None( (placo.Contact)arg1) -> float :
6352
-
6353
- C++ signature :
6354
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5265
+ Weight of forces for the optimization (if relevant)
6355
5266
  """
6356
5267
 
6357
- weight_moments: any
5268
+ weight_moments: float # double
6358
5269
  """
6359
-
6360
- None( (placo.Contact)arg1) -> float :
6361
-
6362
- C++ signature :
6363
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5270
+ Weight of moments for optimization (if relevant)
6364
5271
  """
6365
5272
 
6366
- weight_tangentials: any
5273
+ weight_tangentials: float # double
6367
5274
  """
6368
-
6369
- None( (placo.Contact)arg1) -> float :
6370
-
6371
- C++ signature :
6372
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5275
+ Extra cost for tangential forces.
6373
5276
  """
6374
5277
 
6375
- wrench: any
5278
+ wrench: numpy.ndarray # Eigen::VectorXd
6376
5279
  """
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})
5280
+ Wrench populated after the DynamicsSolver::solve call.
6382
5281
  """
6383
5282
 
6384
5283
  def zmp(
@@ -6391,13 +5290,9 @@ None( (placo.Contact)arg1) -> object :
6391
5290
 
6392
5291
 
6393
5292
  class ManipulabilityTask:
6394
- A: any
5293
+ A: numpy.ndarray # Eigen::MatrixXd
6395
5294
  """
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})
5295
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6401
5296
  """
6402
5297
 
6403
5298
  def __init__(
@@ -6408,13 +5303,9 @@ None( (placo.Task)arg1) -> object :
6408
5303
  ) -> any:
6409
5304
  ...
6410
5305
 
6411
- b: any
5306
+ b: numpy.ndarray # Eigen::MatrixXd
6412
5307
  """
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})
5308
+ Vector b in the task Ax = b, where x are the joint delta positions.
6418
5309
  """
6419
5310
 
6420
5311
  def configure(
@@ -6451,39 +5342,20 @@ None( (placo.Task)arg1) -> object :
6451
5342
  ...
6452
5343
 
6453
5344
  lambda_: any
6454
- """
6455
-
6456
- None( (placo.ManipulabilityTask)arg1) -> float :
6457
-
6458
- C++ signature :
6459
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
6460
- """
6461
5345
 
6462
- manipulability: any
5346
+ manipulability: float # double
6463
5347
  """
6464
-
6465
- None( (placo.ManipulabilityTask)arg1) -> float :
6466
-
6467
- C++ signature :
6468
- double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5348
+ The last computed manipulability value.
6469
5349
  """
6470
5350
 
6471
- minimize: any
5351
+ minimize: bool # bool
6472
5352
  """
6473
-
6474
- None( (placo.ManipulabilityTask)arg1) -> bool :
6475
-
6476
- C++ signature :
6477
- bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
5353
+ Should the manipulability be minimized (can be useful to find singularities)
6478
5354
  """
6479
5355
 
6480
- name: any
5356
+ name: str # std::string
6481
5357
  """
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})
5358
+ Object name.
6487
5359
  """
6488
5360
 
6489
5361
  priority: str
@@ -6501,22 +5373,14 @@ None( (placo.Prioritized)arg1) -> str :
6501
5373
 
6502
5374
 
6503
5375
  class OrientationTask:
6504
- A: any
5376
+ A: numpy.ndarray # Eigen::MatrixXd
6505
5377
  """
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})
5378
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6511
5379
  """
6512
5380
 
6513
- R_world_frame: any
5381
+ R_world_frame: numpy.ndarray # Eigen::Matrix3d
6514
5382
  """
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})
5383
+ Target frame orientation in the world.
6520
5384
  """
6521
5385
 
6522
5386
  def __init__(
@@ -6529,13 +5393,9 @@ None( (placo.OrientationTask)arg1) -> object :
6529
5393
  """
6530
5394
  ...
6531
5395
 
6532
- b: any
5396
+ b: numpy.ndarray # Eigen::MatrixXd
6533
5397
  """
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})
5398
+ Vector b in the task Ax = b, where x are the joint delta positions.
6539
5399
  """
6540
5400
 
6541
5401
  def configure(
@@ -6571,31 +5431,19 @@ None( (placo.Task)arg1) -> object :
6571
5431
  """
6572
5432
  ...
6573
5433
 
6574
- frame_index: any
5434
+ frame_index: any # pinocchio::FrameIndex
6575
5435
  """
6576
-
6577
- None( (placo.OrientationTask)arg1) -> int :
6578
-
6579
- C++ signature :
6580
- unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5436
+ Frame.
6581
5437
  """
6582
5438
 
6583
- mask: any
5439
+ mask: AxisesMask # placo::tools::AxisesMask
6584
5440
  """
6585
-
6586
- None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
6587
-
6588
- C++ signature :
6589
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
5441
+ Mask.
6590
5442
  """
6591
5443
 
6592
- name: any
5444
+ name: str # std::string
6593
5445
  """
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})
5446
+ Object name.
6599
5447
  """
6600
5448
 
6601
5449
  priority: str
@@ -6613,13 +5461,9 @@ None( (placo.Prioritized)arg1) -> str :
6613
5461
 
6614
5462
 
6615
5463
  class PointContact:
6616
- R_world_surface: any
5464
+ R_world_surface: numpy.ndarray # Eigen::Matrix3d
6617
5465
  """
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})
5466
+ rotation matrix expressing the surface frame in the world frame (for unilateral contact)
6623
5467
  """
6624
5468
 
6625
5469
  def __init__(
@@ -6632,22 +5476,14 @@ None( (placo.PointContact)arg1) -> object :
6632
5476
  """
6633
5477
  ...
6634
5478
 
6635
- active: any
5479
+ active: bool # bool
6636
5480
  """
6637
-
6638
- None( (placo.Contact)arg1) -> bool :
6639
-
6640
- C++ signature :
6641
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5481
+ 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
5482
  """
6643
5483
 
6644
- mu: any
5484
+ mu: float # double
6645
5485
  """
6646
-
6647
- None( (placo.Contact)arg1) -> float :
6648
-
6649
- C++ signature :
6650
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5486
+ Coefficient of friction (if relevant)
6651
5487
  """
6652
5488
 
6653
5489
  def position_task(
@@ -6655,49 +5491,29 @@ None( (placo.Contact)arg1) -> float :
6655
5491
  ) -> DynamicsPositionTask:
6656
5492
  ...
6657
5493
 
6658
- unilateral: any
5494
+ unilateral: bool # bool
6659
5495
  """
6660
-
6661
- None( (placo.PointContact)arg1) -> bool :
6662
-
6663
- C++ signature :
6664
- bool {lvalue} None(placo::dynamics::PointContact {lvalue})
5496
+ true for unilateral contact with the ground
6665
5497
  """
6666
5498
 
6667
- weight_forces: any
5499
+ weight_forces: float # double
6668
5500
  """
6669
-
6670
- None( (placo.Contact)arg1) -> float :
6671
-
6672
- C++ signature :
6673
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5501
+ Weight of forces for the optimization (if relevant)
6674
5502
  """
6675
5503
 
6676
- weight_moments: any
5504
+ weight_moments: float # double
6677
5505
  """
6678
-
6679
- None( (placo.Contact)arg1) -> float :
6680
-
6681
- C++ signature :
6682
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5506
+ Weight of moments for optimization (if relevant)
6683
5507
  """
6684
5508
 
6685
- weight_tangentials: any
5509
+ weight_tangentials: float # double
6686
5510
  """
6687
-
6688
- None( (placo.Contact)arg1) -> float :
6689
-
6690
- C++ signature :
6691
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5511
+ Extra cost for tangential forces.
6692
5512
  """
6693
5513
 
6694
- wrench: any
5514
+ wrench: numpy.ndarray # Eigen::VectorXd
6695
5515
  """
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})
5516
+ Wrench populated after the DynamicsSolver::solve call.
6701
5517
  """
6702
5518
 
6703
5519
 
@@ -6737,13 +5553,9 @@ class Polynom:
6737
5553
  ) -> any:
6738
5554
  ...
6739
5555
 
6740
- coefficients: any
5556
+ coefficients: numpy.ndarray # Eigen::VectorXd
6741
5557
  """
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})
5558
+ coefficients, from highest to lowest
6747
5559
  """
6748
5560
 
6749
5561
  @staticmethod
@@ -6777,13 +5589,9 @@ None( (placo.Polynom)arg1) -> object :
6777
5589
 
6778
5590
 
6779
5591
  class PositionTask:
6780
- A: any
5592
+ A: numpy.ndarray # Eigen::MatrixXd
6781
5593
  """
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})
5594
+ Matrix A in the task Ax = b, where x are the joint delta positions.
6787
5595
  """
6788
5596
 
6789
5597
  def __init__(
@@ -6796,13 +5604,9 @@ None( (placo.Task)arg1) -> object :
6796
5604
  """
6797
5605
  ...
6798
5606
 
6799
- b: any
5607
+ b: numpy.ndarray # Eigen::MatrixXd
6800
5608
  """
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})
5609
+ Vector b in the task Ax = b, where x are the joint delta positions.
6806
5610
  """
6807
5611
 
6808
5612
  def configure(
@@ -6838,31 +5642,19 @@ None( (placo.Task)arg1) -> object :
6838
5642
  """
6839
5643
  ...
6840
5644
 
6841
- frame_index: any
5645
+ frame_index: any # pinocchio::FrameIndex
6842
5646
  """
6843
-
6844
- None( (placo.PositionTask)arg1) -> int :
6845
-
6846
- C++ signature :
6847
- unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
5647
+ Frame.
6848
5648
  """
6849
5649
 
6850
- mask: any
5650
+ mask: AxisesMask # placo::tools::AxisesMask
6851
5651
  """
6852
-
6853
- None( (placo.PositionTask)arg1) -> placo.AxisesMask :
6854
-
6855
- C++ signature :
6856
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
5652
+ Mask.
6857
5653
  """
6858
5654
 
6859
- name: any
5655
+ name: str # std::string
6860
5656
  """
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})
5657
+ Object name.
6866
5658
  """
6867
5659
 
6868
5660
  priority: str
@@ -6870,13 +5662,9 @@ None( (placo.Prioritized)arg1) -> str :
6870
5662
  Priority [str]
6871
5663
  """
6872
5664
 
6873
- target_world: any
5665
+ target_world: numpy.ndarray # Eigen::Vector3d
6874
5666
  """
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)
5667
+ Target position in the world.
6880
5668
  """
6881
5669
 
6882
5670
  def update(
@@ -6911,13 +5699,9 @@ class Prioritized:
6911
5699
  """
6912
5700
  ...
6913
5701
 
6914
- name: any
5702
+ name: str # std::string
6915
5703
  """
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})
5704
+ Object name.
6921
5705
  """
6922
5706
 
6923
5707
  priority: str
@@ -6984,13 +5768,9 @@ class Problem:
6984
5768
  """
6985
5769
  ...
6986
5770
 
6987
- determined_variables: any
5771
+ determined_variables: int # int
6988
5772
  """
6989
-
6990
- None( (placo.Problem)arg1) -> int :
6991
-
6992
- C++ signature :
6993
- int {lvalue} None(placo::problem::Problem {lvalue})
5773
+ Number of determined variables.
6994
5774
  """
6995
5775
 
6996
5776
  def dump_status(
@@ -6998,76 +5778,44 @@ None( (placo.Problem)arg1) -> int :
6998
5778
  ) -> None:
6999
5779
  ...
7000
5780
 
7001
- free_variables: any
5781
+ free_variables: int # int
7002
5782
  """
7003
-
7004
- None( (placo.Problem)arg1) -> int :
7005
-
7006
- C++ signature :
7007
- int {lvalue} None(placo::problem::Problem {lvalue})
5783
+ Number of free variables to solve.
7008
5784
  """
7009
5785
 
7010
- n_equalities: any
5786
+ n_equalities: int # int
7011
5787
  """
7012
-
7013
- None( (placo.Problem)arg1) -> int :
7014
-
7015
- C++ signature :
7016
- int {lvalue} None(placo::problem::Problem {lvalue})
5788
+ Number of equalities.
7017
5789
  """
7018
5790
 
7019
- n_inequalities: any
5791
+ n_inequalities: int # int
7020
5792
  """
7021
-
7022
- None( (placo.Problem)arg1) -> int :
7023
-
7024
- C++ signature :
7025
- int {lvalue} None(placo::problem::Problem {lvalue})
5793
+ Number of inequality constraints.
7026
5794
  """
7027
5795
 
7028
- n_variables: any
5796
+ n_variables: int # int
7029
5797
  """
7030
-
7031
- None( (placo.Problem)arg1) -> int :
7032
-
7033
- C++ signature :
7034
- int {lvalue} None(placo::problem::Problem {lvalue})
5798
+ Number of problem variables that need to be solved.
7035
5799
  """
7036
5800
 
7037
- regularization: any
5801
+ regularization: float # double
7038
5802
  """
7039
-
7040
- None( (placo.Problem)arg1) -> float :
7041
-
7042
- C++ signature :
7043
- double {lvalue} None(placo::problem::Problem {lvalue})
5803
+ Default internal regularization.
7044
5804
  """
7045
5805
 
7046
- rewrite_equalities: any
5806
+ rewrite_equalities: bool # bool
7047
5807
  """
7048
-
7049
- None( (placo.Problem)arg1) -> bool :
7050
-
7051
- C++ signature :
7052
- bool {lvalue} None(placo::problem::Problem {lvalue})
5808
+ 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
5809
  """
7054
5810
 
7055
- slack_variables: any
5811
+ slack_variables: int # int
7056
5812
  """
7057
-
7058
- None( (placo.Problem)arg1) -> int :
7059
-
7060
- C++ signature :
7061
- int {lvalue} None(placo::problem::Problem {lvalue})
5813
+ Number of slack variables in the solver.
7062
5814
  """
7063
5815
 
7064
- slacks: any
5816
+ slacks: numpy.ndarray # Eigen::VectorXd
7065
5817
  """
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)
5818
+ Computed slack variables.
7071
5819
  """
7072
5820
 
7073
5821
  def solve(
@@ -7078,22 +5826,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
7078
5826
  """
7079
5827
  ...
7080
5828
 
7081
- use_sparsity: any
5829
+ use_sparsity: bool # bool
7082
5830
  """
7083
-
7084
- None( (placo.Problem)arg1) -> bool :
7085
-
7086
- C++ signature :
7087
- bool {lvalue} None(placo::problem::Problem {lvalue})
5831
+ 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
5832
  """
7089
5833
 
7090
- x: any
5834
+ x: numpy.ndarray # Eigen::VectorXd
7091
5835
  """
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})
5836
+ Computed result.
7097
5837
  """
7098
5838
 
7099
5839
 
@@ -7118,40 +5858,24 @@ class ProblemConstraint:
7118
5858
  """
7119
5859
  ...
7120
5860
 
7121
- expression: any
5861
+ expression: Expression # placo::problem::Expression
7122
5862
  """
7123
-
7124
- None( (placo.ProblemConstraint)arg1) -> object :
7125
-
7126
- C++ signature :
7127
- placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5863
+ The constraint expression (Ax + b)
7128
5864
  """
7129
5865
 
7130
- is_active: any
5866
+ is_active: bool # bool
7131
5867
  """
7132
-
7133
- None( (placo.ProblemConstraint)arg1) -> bool :
7134
-
7135
- C++ signature :
7136
- bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5868
+ This flag will be set by the solver if the constraint is active in the optimal solution.
7137
5869
  """
7138
5870
 
7139
- priority: any
5871
+ priority: any # placo::problem::ProblemConstraint::Priority
7140
5872
  """
7141
-
7142
- None( (placo.ProblemConstraint)arg1) -> str :
7143
-
7144
- C++ signature :
7145
- char const* None(placo::problem::ProblemConstraint)
5873
+ Constraint priority.
7146
5874
  """
7147
5875
 
7148
- weight: any
5876
+ weight: float # double
7149
5877
  """
7150
-
7151
- None( (placo.ProblemConstraint)arg1) -> float :
7152
-
7153
- C++ signature :
7154
- double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
5878
+ Constraint weight (for soft constraints)
7155
5879
  """
7156
5880
 
7157
5881
 
@@ -7194,58 +5918,34 @@ class PuppetContact:
7194
5918
  """
7195
5919
  ...
7196
5920
 
7197
- active: any
5921
+ active: bool # bool
7198
5922
  """
7199
-
7200
- None( (placo.Contact)arg1) -> bool :
7201
-
7202
- C++ signature :
7203
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
5923
+ 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
5924
  """
7205
5925
 
7206
- mu: any
5926
+ mu: float # double
7207
5927
  """
7208
-
7209
- None( (placo.Contact)arg1) -> float :
7210
-
7211
- C++ signature :
7212
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5928
+ Coefficient of friction (if relevant)
7213
5929
  """
7214
5930
 
7215
- weight_forces: any
5931
+ weight_forces: float # double
7216
5932
  """
7217
-
7218
- None( (placo.Contact)arg1) -> float :
7219
-
7220
- C++ signature :
7221
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5933
+ Weight of forces for the optimization (if relevant)
7222
5934
  """
7223
5935
 
7224
- weight_moments: any
5936
+ weight_moments: float # double
7225
5937
  """
7226
-
7227
- None( (placo.Contact)arg1) -> float :
7228
-
7229
- C++ signature :
7230
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5938
+ Weight of moments for optimization (if relevant)
7231
5939
  """
7232
5940
 
7233
- weight_tangentials: any
5941
+ weight_tangentials: float # double
7234
5942
  """
7235
-
7236
- None( (placo.Contact)arg1) -> float :
7237
-
7238
- C++ signature :
7239
- double {lvalue} None(placo::dynamics::Contact {lvalue})
5943
+ Extra cost for tangential forces.
7240
5944
  """
7241
5945
 
7242
- wrench: any
5946
+ wrench: numpy.ndarray # Eigen::VectorXd
7243
5947
  """
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})
5948
+ Wrench populated after the DynamicsSolver::solve call.
7249
5949
  """
7250
5950
 
7251
5951
 
@@ -7266,13 +5966,9 @@ class QPError:
7266
5966
 
7267
5967
 
7268
5968
  class RegularizationTask:
7269
- A: any
5969
+ A: numpy.ndarray # Eigen::MatrixXd
7270
5970
  """
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})
5971
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7276
5972
  """
7277
5973
 
7278
5974
  def __init__(
@@ -7280,13 +5976,9 @@ None( (placo.Task)arg1) -> object :
7280
5976
  ) -> None:
7281
5977
  ...
7282
5978
 
7283
- b: any
5979
+ b: numpy.ndarray # Eigen::MatrixXd
7284
5980
  """
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})
5981
+ Vector b in the task Ax = b, where x are the joint delta positions.
7290
5982
  """
7291
5983
 
7292
5984
  def configure(
@@ -7322,13 +6014,9 @@ None( (placo.Task)arg1) -> object :
7322
6014
  """
7323
6015
  ...
7324
6016
 
7325
- name: any
6017
+ name: str # std::string
7326
6018
  """
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})
6019
+ Object name.
7332
6020
  """
7333
6021
 
7334
6022
  priority: str
@@ -7347,13 +6035,6 @@ None( (placo.Prioritized)arg1) -> str :
7347
6035
 
7348
6036
  class RelativeFrameTask:
7349
6037
  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
6038
 
7358
6039
  def __init__(
7359
6040
  self,
@@ -7397,22 +6078,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
7397
6078
 
7398
6079
 
7399
6080
  class RelativeOrientationTask:
7400
- A: any
6081
+ A: numpy.ndarray # Eigen::MatrixXd
7401
6082
  """
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})
6083
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7407
6084
  """
7408
6085
 
7409
- R_a_b: any
6086
+ R_a_b: numpy.ndarray # Eigen::Matrix3d
7410
6087
  """
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})
6088
+ Target relative orientation of b in a.
7416
6089
  """
7417
6090
 
7418
6091
  def __init__(
@@ -7426,13 +6099,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
7426
6099
  """
7427
6100
  ...
7428
6101
 
7429
- b: any
6102
+ b: numpy.ndarray # Eigen::MatrixXd
7430
6103
  """
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})
6104
+ Vector b in the task Ax = b, where x are the joint delta positions.
7436
6105
  """
7437
6106
 
7438
6107
  def configure(
@@ -7468,40 +6137,24 @@ None( (placo.Task)arg1) -> object :
7468
6137
  """
7469
6138
  ...
7470
6139
 
7471
- frame_a: any
6140
+ frame_a: any # pinocchio::FrameIndex
7472
6141
  """
7473
-
7474
- None( (placo.RelativeOrientationTask)arg1) -> int :
7475
-
7476
- C++ signature :
7477
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6142
+ Frame A.
7478
6143
  """
7479
6144
 
7480
- frame_b: any
6145
+ frame_b: any # pinocchio::FrameIndex
7481
6146
  """
7482
-
7483
- None( (placo.RelativeOrientationTask)arg1) -> int :
7484
-
7485
- C++ signature :
7486
- unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6147
+ Frame B.
7487
6148
  """
7488
6149
 
7489
- mask: any
6150
+ mask: AxisesMask # placo::tools::AxisesMask
7490
6151
  """
7491
-
7492
- None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
7493
-
7494
- C++ signature :
7495
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
6152
+ Mask.
7496
6153
  """
7497
6154
 
7498
- name: any
6155
+ name: str # std::string
7499
6156
  """
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})
6157
+ Object name.
7505
6158
  """
7506
6159
 
7507
6160
  priority: str
@@ -7519,13 +6172,9 @@ None( (placo.Prioritized)arg1) -> str :
7519
6172
 
7520
6173
 
7521
6174
  class RelativePositionTask:
7522
- A: any
6175
+ A: numpy.ndarray # Eigen::MatrixXd
7523
6176
  """
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})
6177
+ Matrix A in the task Ax = b, where x are the joint delta positions.
7529
6178
  """
7530
6179
 
7531
6180
  def __init__(
@@ -7539,13 +6188,9 @@ None( (placo.Task)arg1) -> object :
7539
6188
  """
7540
6189
  ...
7541
6190
 
7542
- b: any
6191
+ b: numpy.ndarray # Eigen::MatrixXd
7543
6192
  """
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})
6193
+ Vector b in the task Ax = b, where x are the joint delta positions.
7549
6194
  """
7550
6195
 
7551
6196
  def configure(
@@ -7581,40 +6226,24 @@ None( (placo.Task)arg1) -> object :
7581
6226
  """
7582
6227
  ...
7583
6228
 
7584
- frame_a: any
6229
+ frame_a: any # pinocchio::FrameIndex
7585
6230
  """
7586
-
7587
- None( (placo.RelativePositionTask)arg1) -> int :
7588
-
7589
- C++ signature :
7590
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6231
+ Frame A.
7591
6232
  """
7592
6233
 
7593
- frame_b: any
6234
+ frame_b: any # pinocchio::FrameIndex
7594
6235
  """
7595
-
7596
- None( (placo.RelativePositionTask)arg1) -> int :
7597
-
7598
- C++ signature :
7599
- unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6236
+ Frame B.
7600
6237
  """
7601
6238
 
7602
- mask: any
6239
+ mask: AxisesMask # placo::tools::AxisesMask
7603
6240
  """
7604
-
7605
- None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
7606
-
7607
- C++ signature :
7608
- placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
6241
+ Mask.
7609
6242
  """
7610
6243
 
7611
- name: any
6244
+ name: str # std::string
7612
6245
  """
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})
6246
+ Object name.
7618
6247
  """
7619
6248
 
7620
6249
  priority: str
@@ -7622,13 +6251,9 @@ None( (placo.Prioritized)arg1) -> str :
7622
6251
  Priority [str]
7623
6252
  """
7624
6253
 
7625
- target: any
6254
+ target: numpy.ndarray # Eigen::Vector3d
7626
6255
  """
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})
6256
+ Target position of B in A.
7632
6257
  """
7633
6258
 
7634
6259
  def update(
@@ -7675,13 +6300,9 @@ class RobotWrapper:
7675
6300
  """
7676
6301
  ...
7677
6302
 
7678
- collision_model: any
6303
+ collision_model: any # pinocchio::GeometryModel
7679
6304
  """
7680
-
7681
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
7682
-
7683
- C++ signature :
7684
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6305
+ Pinocchio collision model.
7685
6306
  """
7686
6307
 
7687
6308
  def com_jacobian(
@@ -7722,7 +6343,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7722
6343
  """
7723
6344
  Computes all minimum distances between current collision pairs.
7724
6345
 
7725
- :return: <Element 'para' at 0x107585d00>
6346
+ :return: <Element 'para' at 0x1074edee0>
7726
6347
  """
7727
6348
  ...
7728
6349
 
@@ -7736,7 +6357,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7736
6357
 
7737
6358
  :param any frame: the frame for which we want the jacobian
7738
6359
 
7739
- :return: <Element 'para' at 0x1075867f0>
6360
+ :return: <Element 'para' at 0x1074ee9d0>
7740
6361
  """
7741
6362
  ...
7742
6363
 
@@ -7750,7 +6371,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7750
6371
 
7751
6372
  :param any frame: the frame for which we want the jacobian time variation
7752
6373
 
7753
- :return: <Element 'para' at 0x107594220>
6374
+ :return: <Element 'para' at 0x1074fc400>
7754
6375
  """
7755
6376
  ...
7756
6377
 
@@ -7935,13 +6556,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
7935
6556
  """
7936
6557
  ...
7937
6558
 
7938
- model: any
6559
+ model: any # pinocchio::Model
7939
6560
  """
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})
6561
+ Pinocchio model.
7945
6562
  """
7946
6563
 
7947
6564
  def neutral_state(
@@ -7991,7 +6608,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
7991
6608
 
7992
6609
  :param bool stop_at_first: whether to stop at the first collision found
7993
6610
 
7994
- :return: <Element 'para' at 0x1075855d0>
6611
+ :return: <Element 'para' at 0x1074ed7b0>
7995
6612
  """
7996
6613
  ...
7997
6614
 
@@ -8147,13 +6764,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
8147
6764
  """
8148
6765
  ...
8149
6766
 
8150
- state: any
6767
+ state: RobotWrapper_State # placo::model::RobotWrapper::State
8151
6768
  """
8152
-
8153
- None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8154
-
8155
- C++ signature :
8156
- placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
6769
+ Robot's current state.
8157
6770
  """
8158
6771
 
8159
6772
  def static_gravity_compensation_torques(
@@ -8209,13 +6822,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
8209
6822
  """
8210
6823
  ...
8211
6824
 
8212
- visual_model: any
6825
+ visual_model: any # pinocchio::GeometryModel
8213
6826
  """
8214
-
8215
- None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
8216
-
8217
- C++ signature :
8218
- pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
6827
+ Pinocchio visual model.
8219
6828
  """
8220
6829
 
8221
6830
 
@@ -8225,31 +6834,19 @@ class RobotWrapper_State:
8225
6834
  ) -> None:
8226
6835
  ...
8227
6836
 
8228
- q: any
6837
+ q: numpy.ndarray # Eigen::VectorXd
8229
6838
  """
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})
6839
+ joints configuration $q$
8235
6840
  """
8236
6841
 
8237
- qd: any
6842
+ qd: numpy.ndarray # Eigen::VectorXd
8238
6843
  """
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})
6844
+ joints velocity $\dot q$
8244
6845
  """
8245
6846
 
8246
- qdd: any
6847
+ qdd: numpy.ndarray # Eigen::VectorXd
8247
6848
  """
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})
6849
+ joints acceleration $\ddot q$
8253
6850
  """
8254
6851
 
8255
6852
 
@@ -8259,14 +6856,7 @@ class Segment:
8259
6856
  ) -> any:
8260
6857
  ...
8261
6858
 
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
- """
6859
+ end: numpy.ndarray # Eigen::Vector2d
8270
6860
 
8271
6861
  def half_line_pass_through(
8272
6862
  self,
@@ -8373,14 +6963,7 @@ None( (placo.Segment)arg1) -> object :
8373
6963
  ) -> float:
8374
6964
  ...
8375
6965
 
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
- """
6966
+ start: numpy.ndarray # Eigen::Vector2d
8384
6967
 
8385
6968
 
8386
6969
  class Sparsity:
@@ -8415,13 +6998,9 @@ class Sparsity:
8415
6998
  """
8416
6999
  ...
8417
7000
 
8418
- intervals: any
7001
+ intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
8419
7002
  """
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)
7003
+ Intervals of non-sparse columns.
8425
7004
  """
8426
7005
 
8427
7006
  def print_intervals(
@@ -8439,22 +7018,14 @@ class SparsityInterval:
8439
7018
  ) -> None:
8440
7019
  ...
8441
7020
 
8442
- end: any
7021
+ end: int # int
8443
7022
  """
8444
-
8445
- None( (placo.SparsityInterval)arg1) -> int :
8446
-
8447
- C++ signature :
8448
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7023
+ End of interval.
8449
7024
  """
8450
7025
 
8451
- start: any
7026
+ start: int # int
8452
7027
  """
8453
-
8454
- None( (placo.SparsityInterval)arg1) -> int :
8455
-
8456
- C++ signature :
8457
- int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
7028
+ Start of interval.
8458
7029
  """
8459
7030
 
8460
7031
 
@@ -8470,23 +7041,9 @@ class Support:
8470
7041
  ) -> None:
8471
7042
  ...
8472
7043
 
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 :
7044
+ elapsed_ratio: float # double
8486
7045
 
8487
- C++ signature :
8488
- bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8489
- """
7046
+ end: bool # bool
8490
7047
 
8491
7048
  def footstep_frame(
8492
7049
  self,
@@ -8499,14 +7056,7 @@ None( (placo.Support)arg1) -> bool :
8499
7056
  """
8500
7057
  ...
8501
7058
 
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
- """
7059
+ footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
8510
7060
 
8511
7061
  def frame(
8512
7062
  self,
@@ -8544,46 +7094,18 @@ None( (placo.Support)arg1) -> object :
8544
7094
  """
8545
7095
  ...
8546
7096
 
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
- """
7097
+ start: bool # bool
8555
7098
 
8556
7099
  def support_polygon(
8557
7100
  self,
8558
7101
  ) -> list[numpy.ndarray]:
8559
7102
  ...
8560
7103
 
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
- """
7104
+ t_start: float # double
8578
7105
 
8579
- time_ratio: any
8580
- """
8581
-
8582
- None( (placo.Support)arg1) -> float :
7106
+ target_world_dcm: numpy.ndarray # Eigen::Vector2d
8583
7107
 
8584
- C++ signature :
8585
- double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
8586
- """
7108
+ time_ratio: float # double
8587
7109
 
8588
7110
 
8589
7111
  class Supports:
@@ -8732,26 +7254,18 @@ class SwingFootTrajectory:
8732
7254
 
8733
7255
 
8734
7256
  class Task:
8735
- A: any
7257
+ A: numpy.ndarray # Eigen::MatrixXd
8736
7258
  """
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})
7259
+ Matrix A in the task Ax = b, where x are the joint delta positions.
8742
7260
  """
8743
7261
 
8744
7262
  def __init__(
8745
7263
  ) -> any:
8746
7264
  ...
8747
7265
 
8748
- b: any
7266
+ b: numpy.ndarray # Eigen::MatrixXd
8749
7267
  """
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})
7268
+ Vector b in the task Ax = b, where x are the joint delta positions.
8755
7269
  """
8756
7270
 
8757
7271
  def configure(
@@ -8787,13 +7301,9 @@ None( (placo.Task)arg1) -> object :
8787
7301
  """
8788
7302
  ...
8789
7303
 
8790
- name: any
7304
+ name: str # std::string
8791
7305
  """
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})
7306
+ Object name.
8797
7307
  """
8798
7308
 
8799
7309
  priority: str
@@ -8820,58 +7330,34 @@ class TaskContact:
8820
7330
  """
8821
7331
  ...
8822
7332
 
8823
- active: any
7333
+ active: bool # bool
8824
7334
  """
8825
-
8826
- None( (placo.Contact)arg1) -> bool :
8827
-
8828
- C++ signature :
8829
- bool {lvalue} None(placo::dynamics::Contact {lvalue})
7335
+ 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
7336
  """
8831
7337
 
8832
- mu: any
7338
+ mu: float # double
8833
7339
  """
8834
-
8835
- None( (placo.Contact)arg1) -> float :
8836
-
8837
- C++ signature :
8838
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7340
+ Coefficient of friction (if relevant)
8839
7341
  """
8840
7342
 
8841
- weight_forces: any
7343
+ weight_forces: float # double
8842
7344
  """
8843
-
8844
- None( (placo.Contact)arg1) -> float :
8845
-
8846
- C++ signature :
8847
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7345
+ Weight of forces for the optimization (if relevant)
8848
7346
  """
8849
7347
 
8850
- weight_moments: any
7348
+ weight_moments: float # double
8851
7349
  """
8852
-
8853
- None( (placo.Contact)arg1) -> float :
8854
-
8855
- C++ signature :
8856
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7350
+ Weight of moments for optimization (if relevant)
8857
7351
  """
8858
7352
 
8859
- weight_tangentials: any
7353
+ weight_tangentials: float # double
8860
7354
  """
8861
-
8862
- None( (placo.Contact)arg1) -> float :
8863
-
8864
- C++ signature :
8865
- double {lvalue} None(placo::dynamics::Contact {lvalue})
7355
+ Extra cost for tangential forces.
8866
7356
  """
8867
7357
 
8868
- wrench: any
7358
+ wrench: numpy.ndarray # Eigen::VectorXd
8869
7359
  """
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})
7360
+ Wrench populated after the DynamicsSolver::solve call.
8875
7361
  """
8876
7362
 
8877
7363
 
@@ -8898,31 +7384,19 @@ class Variable:
8898
7384
  """
8899
7385
  ...
8900
7386
 
8901
- k_end: any
7387
+ k_end: int # int
8902
7388
  """
8903
-
8904
- None( (placo.Variable)arg1) -> int :
8905
-
8906
- C++ signature :
8907
- int {lvalue} None(placo::problem::Variable {lvalue})
7389
+ End offset in the Problem.
8908
7390
  """
8909
7391
 
8910
- k_start: any
7392
+ k_start: int # int
8911
7393
  """
8912
-
8913
- None( (placo.Variable)arg1) -> int :
8914
-
8915
- C++ signature :
8916
- int {lvalue} None(placo::problem::Variable {lvalue})
7394
+ Start offset in the Problem.
8917
7395
  """
8918
7396
 
8919
- value: any
7397
+ value: numpy.ndarray # Eigen::VectorXd
8920
7398
  """
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})
7399
+ Variable value, populated by Problem after a solve.
8926
7400
  """
8927
7401
 
8928
7402
 
@@ -8945,14 +7419,7 @@ class WPGTrajectory:
8945
7419
  """
8946
7420
  ...
8947
7421
 
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
- """
7422
+ com_target_z: float # double
8956
7423
 
8957
7424
  def get_R_world_trunk(
8958
7425
  self,
@@ -9104,28 +7571,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
9104
7571
  ) -> numpy.ndarray:
9105
7572
  ...
9106
7573
 
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
- """
7574
+ parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
9115
7575
 
9116
7576
  def print_parts_timings(
9117
7577
  self,
9118
7578
  ) -> None:
9119
7579
  ...
9120
7580
 
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
- """
7581
+ replan_success: bool # bool
9129
7582
 
9130
7583
  def support_is_both(
9131
7584
  self,
@@ -9139,41 +7592,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
9139
7592
  ) -> any:
9140
7593
  ...
9141
7594
 
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
- """
7595
+ t_end: float # double
9159
7596
 
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
- """
7597
+ t_start: float # double
9168
7598
 
9169
- trunk_roll: any
9170
- """
9171
-
9172
- None( (placo.WPGTrajectory)arg1) -> float :
7599
+ trunk_pitch: float # double
9173
7600
 
9174
- C++ signature :
9175
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
9176
- """
7601
+ trunk_roll: float # double
9177
7602
 
9178
7603
 
9179
7604
  class WPGTrajectoryPart:
@@ -9184,32 +7609,11 @@ class WPGTrajectoryPart:
9184
7609
  ) -> None:
9185
7610
  ...
9186
7611
 
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
- """
7612
+ support: Support # placo::humanoid::FootstepsPlanner::Support
9204
7613
 
9205
- t_start: any
9206
- """
9207
-
9208
- None( (placo.WPGTrajectoryPart)arg1) -> float :
7614
+ t_end: float # double
9209
7615
 
9210
- C++ signature :
9211
- double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
9212
- """
7616
+ t_start: float # double
9213
7617
 
9214
7618
 
9215
7619
  class WalkPatternGenerator:
@@ -9292,23 +7696,9 @@ class WalkPatternGenerator:
9292
7696
  """
9293
7697
  ...
9294
7698
 
9295
- soft: any
9296
- """
9297
-
9298
- None( (placo.WalkPatternGenerator)arg1) -> bool :
9299
-
9300
- C++ signature :
9301
- bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
9302
- """
7699
+ soft: bool # bool
9303
7700
 
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
- """
7701
+ stop_end_support_weight: float # double
9312
7702
 
9313
7703
  def support_default_duration(
9314
7704
  self,
@@ -9339,14 +7729,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
9339
7729
  """
9340
7730
  ...
9341
7731
 
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
- """
7732
+ zmp_in_support_weight: float # double
9350
7733
 
9351
7734
 
9352
7735
  class WalkTasks:
@@ -9355,32 +7738,11 @@ class WalkTasks:
9355
7738
  ) -> None:
9356
7739
  ...
9357
7740
 
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
- """
7741
+ com_task: CoMTask # placo::kinematics::CoMTask
9375
7742
 
9376
- com_y: any
9377
- """
9378
-
9379
- None( (placo.WalkTasks)arg1) -> float :
7743
+ com_x: float # double
9380
7744
 
9381
- C++ signature :
9382
- double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9383
- """
7745
+ com_y: float # double
9384
7746
 
9385
7747
  def get_tasks_error(
9386
7748
  self,
@@ -9394,14 +7756,7 @@ None( (placo.WalkTasks)arg1) -> float :
9394
7756
  ) -> None:
9395
7757
  ...
9396
7758
 
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
- """
7759
+ left_foot_task: FrameTask # placo::kinematics::FrameTask
9405
7760
 
9406
7761
  def reach_initial_pose(
9407
7762
  self,
@@ -9417,59 +7772,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
9417
7772
  ) -> None:
9418
7773
  ...
9419
7774
 
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 :
7775
+ right_foot_task: FrameTask # placo::kinematics::FrameTask
9451
7776
 
9452
- C++ signature :
9453
- bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9454
- """
7777
+ scaled: bool # bool
9455
7778
 
9456
- trunk_orientation_task: any
9457
- """
9458
-
9459
- None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
7779
+ solver: KinematicsSolver # placo::kinematics::KinematicsSolver
9460
7780
 
9461
- C++ signature :
9462
- placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9463
- """
7781
+ trunk_mode: bool # bool
9464
7782
 
9465
- trunk_task: any
9466
- """
9467
-
9468
- None( (placo.WalkTasks)arg1) -> placo.PositionTask :
7783
+ trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
9469
7784
 
9470
- C++ signature :
9471
- placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
9472
- """
7785
+ trunk_task: PositionTask # placo::kinematics::PositionTask
9473
7786
 
9474
7787
  def update_tasks(
9475
7788
  self,
@@ -9487,22 +7800,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
9487
7800
 
9488
7801
 
9489
7802
  class WheelTask:
9490
- A: any
7803
+ A: numpy.ndarray # Eigen::MatrixXd
9491
7804
  """
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})
7805
+ Matrix A in the task Ax = b, where x are the joint delta positions.
9497
7806
  """
9498
7807
 
9499
- T_world_surface: any
7808
+ T_world_surface: numpy.ndarray # Eigen::Affine3d
9500
7809
  """
9501
-
9502
- None( (placo.WheelTask)arg1) -> object :
9503
-
9504
- C++ signature :
9505
- Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
7810
+ Target position in the world.
9506
7811
  """
9507
7812
 
9508
7813
  def __init__(
@@ -9516,13 +7821,9 @@ None( (placo.WheelTask)arg1) -> object :
9516
7821
  """
9517
7822
  ...
9518
7823
 
9519
- b: any
7824
+ b: numpy.ndarray # Eigen::MatrixXd
9520
7825
  """
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})
7826
+ Vector b in the task Ax = b, where x are the joint delta positions.
9526
7827
  """
9527
7828
 
9528
7829
  def configure(
@@ -9558,31 +7859,19 @@ None( (placo.Task)arg1) -> object :
9558
7859
  """
9559
7860
  ...
9560
7861
 
9561
- joint: any
7862
+ joint: str # std::string
9562
7863
  """
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})
7864
+ Frame.
9568
7865
  """
9569
7866
 
9570
- name: any
7867
+ name: str # std::string
9571
7868
  """
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})
7869
+ Object name.
9577
7870
  """
9578
7871
 
9579
- omniwheel: any
7872
+ omniwheel: bool # bool
9580
7873
  """
9581
-
9582
- None( (placo.WheelTask)arg1) -> bool :
9583
-
9584
- C++ signature :
9585
- bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
7874
+ Omniwheel (can slide laterally)
9586
7875
  """
9587
7876
 
9588
7877
  priority: str
@@ -9590,13 +7879,9 @@ None( (placo.WheelTask)arg1) -> bool :
9590
7879
  Priority [str]
9591
7880
  """
9592
7881
 
9593
- radius: any
7882
+ radius: float # double
9594
7883
  """
9595
-
9596
- None( (placo.WheelTask)arg1) -> float :
9597
-
9598
- C++ signature :
9599
- double {lvalue} None(placo::kinematics::WheelTask {lvalue})
7884
+ Wheel radius.
9600
7885
  """
9601
7886
 
9602
7887
  def update(
@@ -9626,13 +7911,9 @@ class YawConstraint:
9626
7911
  """
9627
7912
  ...
9628
7913
 
9629
- angle_max: any
7914
+ angle_max: float # double
9630
7915
  """
9631
-
9632
- None( (placo.YawConstraint)arg1) -> float :
9633
-
9634
- C++ signature :
9635
- double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
7916
+ Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
9636
7917
  """
9637
7918
 
9638
7919
  def configure(
@@ -9652,13 +7933,9 @@ None( (placo.YawConstraint)arg1) -> float :
9652
7933
  """
9653
7934
  ...
9654
7935
 
9655
- name: any
7936
+ name: str # std::string
9656
7937
  """
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})
7938
+ Object name.
9662
7939
  """
9663
7940
 
9664
7941
  priority: str