placo 0.9.6__0-cp39-cp39-macosx_11_0_arm64.whl → 0.9.7__0-cp39-cp39-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.
- cmeel.prefix/lib/liblibplaco.dylib +0 -0
- cmeel.prefix/lib/python3.9/site-packages/placo.pyi +726 -2464
- cmeel.prefix/lib/python3.9/site-packages/placo.so +0 -0
- {placo-0.9.6.dist-info → placo-0.9.7.dist-info}/METADATA +2 -2
- placo-0.9.7.dist-info/RECORD +12 -0
- placo-0.9.6.dist-info/RECORD +0 -12
- {placo-0.9.6.dist-info → placo-0.9.7.dist-info}/WHEEL +0 -0
- {placo-0.9.6.dist-info → placo-0.9.7.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.6.dist-info → placo-0.9.7.dist-info}/top_level.txt +0 -0
|
@@ -123,13 +123,9 @@ class AvoidSelfCollisionsDynamicsConstraint:
|
|
|
123
123
|
"""
|
|
124
124
|
...
|
|
125
125
|
|
|
126
|
-
name:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
1096
|
+
T_world_right: numpy.ndarray # Eigen::Affine3d
|
|
1381
1097
|
"""
|
|
1382
|
-
|
|
1383
|
-
None( (placo.DummyWalk)arg1) -> object :
|
|
1384
|
-
|
|
1385
|
-
C++ signature :
|
|
1386
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1098
|
+
right foot in world, at begining of current step
|
|
1387
1099
|
"""
|
|
1388
1100
|
|
|
1389
1101
|
def __init__(
|
|
@@ -1392,22 +1104,14 @@ None( (placo.DummyWalk)arg1) -> object :
|
|
|
1392
1104
|
) -> any:
|
|
1393
1105
|
...
|
|
1394
1106
|
|
|
1395
|
-
feet_spacing:
|
|
1107
|
+
feet_spacing: float # double
|
|
1396
1108
|
"""
|
|
1397
|
-
|
|
1398
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1399
|
-
|
|
1400
|
-
C++ signature :
|
|
1401
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1109
|
+
Feet spacing [m].
|
|
1402
1110
|
"""
|
|
1403
1111
|
|
|
1404
|
-
lift_height:
|
|
1112
|
+
lift_height: float # double
|
|
1405
1113
|
"""
|
|
1406
|
-
|
|
1407
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1408
|
-
|
|
1409
|
-
C++ signature :
|
|
1410
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1114
|
+
Lift height [m].
|
|
1411
1115
|
"""
|
|
1412
1116
|
|
|
1413
1117
|
def next_step(
|
|
@@ -1438,49 +1142,29 @@ None( (placo.DummyWalk)arg1) -> float :
|
|
|
1438
1142
|
"""
|
|
1439
1143
|
...
|
|
1440
1144
|
|
|
1441
|
-
robot:
|
|
1145
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
1442
1146
|
"""
|
|
1443
|
-
|
|
1444
|
-
None( (placo.DummyWalk)arg1) -> placo.RobotWrapper :
|
|
1445
|
-
|
|
1446
|
-
C++ signature :
|
|
1447
|
-
placo::model::RobotWrapper {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1147
|
+
Robot wrapper.
|
|
1448
1148
|
"""
|
|
1449
1149
|
|
|
1450
|
-
solver:
|
|
1150
|
+
solver: KinematicsSolver # placo::kinematics::KinematicsSolver
|
|
1451
1151
|
"""
|
|
1452
|
-
|
|
1453
|
-
None( (placo.DummyWalk)arg1) -> placo.KinematicsSolver :
|
|
1454
|
-
|
|
1455
|
-
C++ signature :
|
|
1456
|
-
placo::kinematics::KinematicsSolver {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1152
|
+
Kinematics solver.
|
|
1457
1153
|
"""
|
|
1458
1154
|
|
|
1459
|
-
support_left:
|
|
1155
|
+
support_left: bool # bool
|
|
1460
1156
|
"""
|
|
1461
|
-
|
|
1462
|
-
None( (placo.DummyWalk)arg1) -> bool :
|
|
1463
|
-
|
|
1464
|
-
C++ signature :
|
|
1465
|
-
bool {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1157
|
+
Whether the current support is left or right.
|
|
1466
1158
|
"""
|
|
1467
1159
|
|
|
1468
|
-
trunk_height:
|
|
1160
|
+
trunk_height: float # double
|
|
1469
1161
|
"""
|
|
1470
|
-
|
|
1471
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1472
|
-
|
|
1473
|
-
C++ signature :
|
|
1474
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1162
|
+
Trunk height [m].
|
|
1475
1163
|
"""
|
|
1476
1164
|
|
|
1477
|
-
trunk_pitch:
|
|
1165
|
+
trunk_pitch: float # double
|
|
1478
1166
|
"""
|
|
1479
|
-
|
|
1480
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1481
|
-
|
|
1482
|
-
C++ signature :
|
|
1483
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1167
|
+
Trunk pitch angle [rad].
|
|
1484
1168
|
"""
|
|
1485
1169
|
|
|
1486
1170
|
def update(
|
|
@@ -1507,13 +1191,9 @@ None( (placo.DummyWalk)arg1) -> float :
|
|
|
1507
1191
|
|
|
1508
1192
|
|
|
1509
1193
|
class DynamicsCoMTask:
|
|
1510
|
-
A:
|
|
1194
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1511
1195
|
"""
|
|
1512
|
-
|
|
1513
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1514
|
-
|
|
1515
|
-
C++ signature :
|
|
1516
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1196
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1517
1197
|
"""
|
|
1518
1198
|
|
|
1519
1199
|
def __init__(
|
|
@@ -1522,13 +1202,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1522
1202
|
) -> None:
|
|
1523
1203
|
...
|
|
1524
1204
|
|
|
1525
|
-
b:
|
|
1205
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1526
1206
|
"""
|
|
1527
|
-
|
|
1528
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1529
|
-
|
|
1530
|
-
C++ signature :
|
|
1531
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1207
|
+
b vector in Ax = b, where x is the accelerations
|
|
1532
1208
|
"""
|
|
1533
1209
|
|
|
1534
1210
|
def configure(
|
|
@@ -1548,76 +1224,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1548
1224
|
"""
|
|
1549
1225
|
...
|
|
1550
1226
|
|
|
1551
|
-
ddtarget_world:
|
|
1227
|
+
ddtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
1552
1228
|
"""
|
|
1553
|
-
|
|
1554
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1555
|
-
|
|
1556
|
-
C++ signature :
|
|
1557
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1229
|
+
Target acceleration in the world.
|
|
1558
1230
|
"""
|
|
1559
1231
|
|
|
1560
|
-
derror:
|
|
1232
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1561
1233
|
"""
|
|
1562
|
-
|
|
1563
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1564
|
-
|
|
1565
|
-
C++ signature :
|
|
1566
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1234
|
+
Current velocity error vector.
|
|
1567
1235
|
"""
|
|
1568
1236
|
|
|
1569
|
-
dtarget_world:
|
|
1237
|
+
dtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
1570
1238
|
"""
|
|
1571
|
-
|
|
1572
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1573
|
-
|
|
1574
|
-
C++ signature :
|
|
1575
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1239
|
+
Target velocity to reach in robot frame.
|
|
1576
1240
|
"""
|
|
1577
1241
|
|
|
1578
|
-
error:
|
|
1242
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1579
1243
|
"""
|
|
1580
|
-
|
|
1581
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1582
|
-
|
|
1583
|
-
C++ signature :
|
|
1584
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1244
|
+
Current error vector.
|
|
1585
1245
|
"""
|
|
1586
1246
|
|
|
1587
|
-
kd:
|
|
1247
|
+
kd: float # double
|
|
1588
1248
|
"""
|
|
1589
|
-
|
|
1590
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1591
|
-
|
|
1592
|
-
C++ signature :
|
|
1593
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1249
|
+
D gain for position control (if negative, will be critically damped)
|
|
1594
1250
|
"""
|
|
1595
1251
|
|
|
1596
|
-
kp:
|
|
1252
|
+
kp: float # double
|
|
1597
1253
|
"""
|
|
1598
|
-
|
|
1599
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1600
|
-
|
|
1601
|
-
C++ signature :
|
|
1602
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1254
|
+
K gain for position control.
|
|
1603
1255
|
"""
|
|
1604
1256
|
|
|
1605
|
-
mask:
|
|
1257
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
1606
1258
|
"""
|
|
1607
|
-
|
|
1608
|
-
None( (placo.DynamicsCoMTask)arg1) -> placo.AxisesMask :
|
|
1609
|
-
|
|
1610
|
-
C++ signature :
|
|
1611
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1259
|
+
Axises mask.
|
|
1612
1260
|
"""
|
|
1613
1261
|
|
|
1614
|
-
name:
|
|
1262
|
+
name: str # std::string
|
|
1615
1263
|
"""
|
|
1616
|
-
|
|
1617
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1618
|
-
|
|
1619
|
-
C++ signature :
|
|
1620
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1264
|
+
Object name.
|
|
1621
1265
|
"""
|
|
1622
1266
|
|
|
1623
1267
|
priority: str
|
|
@@ -1625,13 +1269,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1625
1269
|
Priority [str]
|
|
1626
1270
|
"""
|
|
1627
1271
|
|
|
1628
|
-
target_world:
|
|
1272
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
1629
1273
|
"""
|
|
1630
|
-
|
|
1631
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1632
|
-
|
|
1633
|
-
C++ signature :
|
|
1634
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1274
|
+
Target to reach in world frame.
|
|
1635
1275
|
"""
|
|
1636
1276
|
|
|
1637
1277
|
|
|
@@ -1657,13 +1297,9 @@ class DynamicsConstraint:
|
|
|
1657
1297
|
"""
|
|
1658
1298
|
...
|
|
1659
1299
|
|
|
1660
|
-
name:
|
|
1300
|
+
name: str # std::string
|
|
1661
1301
|
"""
|
|
1662
|
-
|
|
1663
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1664
|
-
|
|
1665
|
-
C++ signature :
|
|
1666
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1302
|
+
Object name.
|
|
1667
1303
|
"""
|
|
1668
1304
|
|
|
1669
1305
|
priority: str
|
|
@@ -1674,13 +1310,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1674
1310
|
|
|
1675
1311
|
class DynamicsFrameTask:
|
|
1676
1312
|
T_world_frame: any
|
|
1677
|
-
"""
|
|
1678
|
-
|
|
1679
|
-
None( (placo.DynamicsFrameTask)arg1) -> object :
|
|
1680
|
-
|
|
1681
|
-
C++ signature :
|
|
1682
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::FrameTask {lvalue})
|
|
1683
|
-
"""
|
|
1684
1313
|
|
|
1685
1314
|
def __init__(
|
|
1686
1315
|
arg1: object,
|
|
@@ -1719,13 +1348,9 @@ None( (placo.DynamicsFrameTask)arg1) -> object :
|
|
|
1719
1348
|
|
|
1720
1349
|
|
|
1721
1350
|
class DynamicsGearTask:
|
|
1722
|
-
A:
|
|
1351
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1723
1352
|
"""
|
|
1724
|
-
|
|
1725
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1726
|
-
|
|
1727
|
-
C++ signature :
|
|
1728
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1353
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1729
1354
|
"""
|
|
1730
1355
|
|
|
1731
1356
|
def __init__(
|
|
@@ -1750,13 +1375,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1750
1375
|
"""
|
|
1751
1376
|
...
|
|
1752
1377
|
|
|
1753
|
-
b:
|
|
1378
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1754
1379
|
"""
|
|
1755
|
-
|
|
1756
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1757
|
-
|
|
1758
|
-
C++ signature :
|
|
1759
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1380
|
+
b vector in Ax = b, where x is the accelerations
|
|
1760
1381
|
"""
|
|
1761
1382
|
|
|
1762
1383
|
def configure(
|
|
@@ -1776,49 +1397,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1776
1397
|
"""
|
|
1777
1398
|
...
|
|
1778
1399
|
|
|
1779
|
-
derror:
|
|
1400
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1780
1401
|
"""
|
|
1781
|
-
|
|
1782
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1783
|
-
|
|
1784
|
-
C++ signature :
|
|
1785
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1402
|
+
Current velocity error vector.
|
|
1786
1403
|
"""
|
|
1787
1404
|
|
|
1788
|
-
error:
|
|
1405
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1789
1406
|
"""
|
|
1790
|
-
|
|
1791
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1792
|
-
|
|
1793
|
-
C++ signature :
|
|
1794
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1407
|
+
Current error vector.
|
|
1795
1408
|
"""
|
|
1796
1409
|
|
|
1797
|
-
kd:
|
|
1410
|
+
kd: float # double
|
|
1798
1411
|
"""
|
|
1799
|
-
|
|
1800
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1801
|
-
|
|
1802
|
-
C++ signature :
|
|
1803
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1412
|
+
D gain for position control (if negative, will be critically damped)
|
|
1804
1413
|
"""
|
|
1805
1414
|
|
|
1806
|
-
kp:
|
|
1415
|
+
kp: float # double
|
|
1807
1416
|
"""
|
|
1808
|
-
|
|
1809
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1810
|
-
|
|
1811
|
-
C++ signature :
|
|
1812
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1417
|
+
K gain for position control.
|
|
1813
1418
|
"""
|
|
1814
1419
|
|
|
1815
|
-
name:
|
|
1420
|
+
name: str # std::string
|
|
1816
1421
|
"""
|
|
1817
|
-
|
|
1818
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1819
|
-
|
|
1820
|
-
C++ signature :
|
|
1821
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1422
|
+
Object name.
|
|
1822
1423
|
"""
|
|
1823
1424
|
|
|
1824
1425
|
priority: str
|
|
@@ -1845,13 +1446,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1845
1446
|
|
|
1846
1447
|
|
|
1847
1448
|
class DynamicsJointsTask:
|
|
1848
|
-
A:
|
|
1449
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1849
1450
|
"""
|
|
1850
|
-
|
|
1851
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1852
|
-
|
|
1853
|
-
C++ signature :
|
|
1854
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1451
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1855
1452
|
"""
|
|
1856
1453
|
|
|
1857
1454
|
def __init__(
|
|
@@ -1859,13 +1456,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1859
1456
|
) -> None:
|
|
1860
1457
|
...
|
|
1861
1458
|
|
|
1862
|
-
b:
|
|
1459
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1863
1460
|
"""
|
|
1864
|
-
|
|
1865
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1866
|
-
|
|
1867
|
-
C++ signature :
|
|
1868
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1461
|
+
b vector in Ax = b, where x is the accelerations
|
|
1869
1462
|
"""
|
|
1870
1463
|
|
|
1871
1464
|
def configure(
|
|
@@ -1885,22 +1478,14 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1885
1478
|
"""
|
|
1886
1479
|
...
|
|
1887
1480
|
|
|
1888
|
-
derror:
|
|
1481
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1889
1482
|
"""
|
|
1890
|
-
|
|
1891
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1892
|
-
|
|
1893
|
-
C++ signature :
|
|
1894
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1483
|
+
Current velocity error vector.
|
|
1895
1484
|
"""
|
|
1896
1485
|
|
|
1897
|
-
error:
|
|
1486
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1898
1487
|
"""
|
|
1899
|
-
|
|
1900
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1901
|
-
|
|
1902
|
-
C++ signature :
|
|
1903
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1488
|
+
Current error vector.
|
|
1904
1489
|
"""
|
|
1905
1490
|
|
|
1906
1491
|
def get_joint(
|
|
@@ -1914,31 +1499,19 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1914
1499
|
"""
|
|
1915
1500
|
...
|
|
1916
1501
|
|
|
1917
|
-
kd:
|
|
1502
|
+
kd: float # double
|
|
1918
1503
|
"""
|
|
1919
|
-
|
|
1920
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1921
|
-
|
|
1922
|
-
C++ signature :
|
|
1923
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1504
|
+
D gain for position control (if negative, will be critically damped)
|
|
1924
1505
|
"""
|
|
1925
1506
|
|
|
1926
|
-
kp:
|
|
1507
|
+
kp: float # double
|
|
1927
1508
|
"""
|
|
1928
|
-
|
|
1929
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1930
|
-
|
|
1931
|
-
C++ signature :
|
|
1932
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1509
|
+
K gain for position control.
|
|
1933
1510
|
"""
|
|
1934
1511
|
|
|
1935
|
-
name:
|
|
1512
|
+
name: str # std::string
|
|
1936
1513
|
"""
|
|
1937
|
-
|
|
1938
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1939
|
-
|
|
1940
|
-
C++ signature :
|
|
1941
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1514
|
+
Object name.
|
|
1942
1515
|
"""
|
|
1943
1516
|
|
|
1944
1517
|
priority: str
|
|
@@ -1980,22 +1553,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1980
1553
|
|
|
1981
1554
|
|
|
1982
1555
|
class DynamicsOrientationTask:
|
|
1983
|
-
A:
|
|
1556
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1984
1557
|
"""
|
|
1985
|
-
|
|
1986
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1987
|
-
|
|
1988
|
-
C++ signature :
|
|
1989
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1558
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1990
1559
|
"""
|
|
1991
1560
|
|
|
1992
|
-
R_world_frame:
|
|
1561
|
+
R_world_frame: numpy.ndarray # Eigen::Matrix3d
|
|
1993
1562
|
"""
|
|
1994
|
-
|
|
1995
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
1996
|
-
|
|
1997
|
-
C++ signature :
|
|
1998
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1563
|
+
Target orientation.
|
|
1999
1564
|
"""
|
|
2000
1565
|
|
|
2001
1566
|
def __init__(
|
|
@@ -2005,13 +1570,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
|
2005
1570
|
) -> None:
|
|
2006
1571
|
...
|
|
2007
1572
|
|
|
2008
|
-
b:
|
|
1573
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2009
1574
|
"""
|
|
2010
|
-
|
|
2011
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2012
|
-
|
|
2013
|
-
C++ signature :
|
|
2014
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1575
|
+
b vector in Ax = b, where x is the accelerations
|
|
2015
1576
|
"""
|
|
2016
1577
|
|
|
2017
1578
|
def configure(
|
|
@@ -2031,76 +1592,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2031
1592
|
"""
|
|
2032
1593
|
...
|
|
2033
1594
|
|
|
2034
|
-
derror:
|
|
1595
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2035
1596
|
"""
|
|
2036
|
-
|
|
2037
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2038
|
-
|
|
2039
|
-
C++ signature :
|
|
2040
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1597
|
+
Current velocity error vector.
|
|
2041
1598
|
"""
|
|
2042
1599
|
|
|
2043
|
-
domega_world:
|
|
1600
|
+
domega_world: numpy.ndarray # Eigen::Vector3d
|
|
2044
1601
|
"""
|
|
2045
|
-
|
|
2046
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
2047
|
-
|
|
2048
|
-
C++ signature :
|
|
2049
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1602
|
+
Target angular acceleration.
|
|
2050
1603
|
"""
|
|
2051
1604
|
|
|
2052
|
-
error:
|
|
1605
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2053
1606
|
"""
|
|
2054
|
-
|
|
2055
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2056
|
-
|
|
2057
|
-
C++ signature :
|
|
2058
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1607
|
+
Current error vector.
|
|
2059
1608
|
"""
|
|
2060
1609
|
|
|
2061
|
-
kd:
|
|
1610
|
+
kd: float # double
|
|
2062
1611
|
"""
|
|
2063
|
-
|
|
2064
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2065
|
-
|
|
2066
|
-
C++ signature :
|
|
2067
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1612
|
+
D gain for position control (if negative, will be critically damped)
|
|
2068
1613
|
"""
|
|
2069
1614
|
|
|
2070
|
-
kp:
|
|
1615
|
+
kp: float # double
|
|
2071
1616
|
"""
|
|
2072
|
-
|
|
2073
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2074
|
-
|
|
2075
|
-
C++ signature :
|
|
2076
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1617
|
+
K gain for position control.
|
|
2077
1618
|
"""
|
|
2078
1619
|
|
|
2079
|
-
mask:
|
|
1620
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2080
1621
|
"""
|
|
2081
|
-
|
|
2082
|
-
None( (placo.DynamicsOrientationTask)arg1) -> placo.AxisesMask :
|
|
2083
|
-
|
|
2084
|
-
C++ signature :
|
|
2085
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1622
|
+
Mask.
|
|
2086
1623
|
"""
|
|
2087
1624
|
|
|
2088
|
-
name:
|
|
1625
|
+
name: str # std::string
|
|
2089
1626
|
"""
|
|
2090
|
-
|
|
2091
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2092
|
-
|
|
2093
|
-
C++ signature :
|
|
2094
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1627
|
+
Object name.
|
|
2095
1628
|
"""
|
|
2096
1629
|
|
|
2097
|
-
omega_world:
|
|
1630
|
+
omega_world: numpy.ndarray # Eigen::Vector3d
|
|
2098
1631
|
"""
|
|
2099
|
-
|
|
2100
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
2101
|
-
|
|
2102
|
-
C++ signature :
|
|
2103
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1632
|
+
Target angular velocity.
|
|
2104
1633
|
"""
|
|
2105
1634
|
|
|
2106
1635
|
priority: str
|
|
@@ -2110,13 +1639,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
|
2110
1639
|
|
|
2111
1640
|
|
|
2112
1641
|
class DynamicsPositionTask:
|
|
2113
|
-
A:
|
|
1642
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2114
1643
|
"""
|
|
2115
|
-
|
|
2116
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2117
|
-
|
|
2118
|
-
C++ signature :
|
|
2119
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1644
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2120
1645
|
"""
|
|
2121
1646
|
|
|
2122
1647
|
def __init__(
|
|
@@ -2126,13 +1651,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2126
1651
|
) -> None:
|
|
2127
1652
|
...
|
|
2128
1653
|
|
|
2129
|
-
b:
|
|
1654
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2130
1655
|
"""
|
|
2131
|
-
|
|
2132
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2133
|
-
|
|
2134
|
-
C++ signature :
|
|
2135
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1656
|
+
b vector in Ax = b, where x is the accelerations
|
|
2136
1657
|
"""
|
|
2137
1658
|
|
|
2138
1659
|
def configure(
|
|
@@ -2152,85 +1673,49 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2152
1673
|
"""
|
|
2153
1674
|
...
|
|
2154
1675
|
|
|
2155
|
-
ddtarget_world:
|
|
1676
|
+
ddtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
2156
1677
|
"""
|
|
2157
|
-
|
|
2158
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2159
|
-
|
|
2160
|
-
C++ signature :
|
|
2161
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1678
|
+
Target acceleration in the world.
|
|
2162
1679
|
"""
|
|
2163
1680
|
|
|
2164
|
-
derror:
|
|
1681
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2165
1682
|
"""
|
|
2166
|
-
|
|
2167
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2168
|
-
|
|
2169
|
-
C++ signature :
|
|
2170
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1683
|
+
Current velocity error vector.
|
|
2171
1684
|
"""
|
|
2172
1685
|
|
|
2173
|
-
dtarget_world:
|
|
1686
|
+
dtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
2174
1687
|
"""
|
|
2175
|
-
|
|
2176
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2177
|
-
|
|
2178
|
-
C++ signature :
|
|
2179
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1688
|
+
Target velocity in the world.
|
|
2180
1689
|
"""
|
|
2181
1690
|
|
|
2182
|
-
error:
|
|
1691
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2183
1692
|
"""
|
|
2184
|
-
|
|
2185
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2186
|
-
|
|
2187
|
-
C++ signature :
|
|
2188
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1693
|
+
Current error vector.
|
|
2189
1694
|
"""
|
|
2190
1695
|
|
|
2191
|
-
frame_index: any
|
|
1696
|
+
frame_index: any # pinocchio::FrameIndex
|
|
2192
1697
|
"""
|
|
2193
|
-
|
|
2194
|
-
None( (placo.DynamicsPositionTask)arg1) -> int :
|
|
2195
|
-
|
|
2196
|
-
C++ signature :
|
|
2197
|
-
unsigned long {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1698
|
+
Frame.
|
|
2198
1699
|
"""
|
|
2199
1700
|
|
|
2200
|
-
kd:
|
|
1701
|
+
kd: float # double
|
|
2201
1702
|
"""
|
|
2202
|
-
|
|
2203
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2204
|
-
|
|
2205
|
-
C++ signature :
|
|
2206
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1703
|
+
D gain for position control (if negative, will be critically damped)
|
|
2207
1704
|
"""
|
|
2208
1705
|
|
|
2209
|
-
kp:
|
|
1706
|
+
kp: float # double
|
|
2210
1707
|
"""
|
|
2211
|
-
|
|
2212
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2213
|
-
|
|
2214
|
-
C++ signature :
|
|
2215
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1708
|
+
K gain for position control.
|
|
2216
1709
|
"""
|
|
2217
1710
|
|
|
2218
|
-
mask:
|
|
1711
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2219
1712
|
"""
|
|
2220
|
-
|
|
2221
|
-
None( (placo.DynamicsPositionTask)arg1) -> placo.AxisesMask :
|
|
2222
|
-
|
|
2223
|
-
C++ signature :
|
|
2224
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1713
|
+
Mask.
|
|
2225
1714
|
"""
|
|
2226
1715
|
|
|
2227
|
-
name:
|
|
1716
|
+
name: str # std::string
|
|
2228
1717
|
"""
|
|
2229
|
-
|
|
2230
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2231
|
-
|
|
2232
|
-
C++ signature :
|
|
2233
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1718
|
+
Object name.
|
|
2234
1719
|
"""
|
|
2235
1720
|
|
|
2236
1721
|
priority: str
|
|
@@ -2238,25 +1723,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
2238
1723
|
Priority [str]
|
|
2239
1724
|
"""
|
|
2240
1725
|
|
|
2241
|
-
target_world:
|
|
1726
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
2242
1727
|
"""
|
|
2243
|
-
|
|
2244
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2245
|
-
|
|
2246
|
-
C++ signature :
|
|
2247
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1728
|
+
Target position in the world.
|
|
2248
1729
|
"""
|
|
2249
1730
|
|
|
2250
1731
|
|
|
2251
1732
|
class DynamicsRelativeFrameTask:
|
|
2252
1733
|
T_a_b: any
|
|
2253
|
-
"""
|
|
2254
|
-
|
|
2255
|
-
None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
|
|
2256
|
-
|
|
2257
|
-
C++ signature :
|
|
2258
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::RelativeFrameTask {lvalue})
|
|
2259
|
-
"""
|
|
2260
1734
|
|
|
2261
1735
|
def __init__(
|
|
2262
1736
|
arg1: object,
|
|
@@ -2295,22 +1769,14 @@ None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
|
|
|
2295
1769
|
|
|
2296
1770
|
|
|
2297
1771
|
class DynamicsRelativeOrientationTask:
|
|
2298
|
-
A:
|
|
1772
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2299
1773
|
"""
|
|
2300
|
-
|
|
2301
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2302
|
-
|
|
2303
|
-
C++ signature :
|
|
2304
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1774
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2305
1775
|
"""
|
|
2306
1776
|
|
|
2307
|
-
R_a_b:
|
|
1777
|
+
R_a_b: numpy.ndarray # Eigen::Matrix3d
|
|
2308
1778
|
"""
|
|
2309
|
-
|
|
2310
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2311
|
-
|
|
2312
|
-
C++ signature :
|
|
2313
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1779
|
+
Target relative orientation.
|
|
2314
1780
|
"""
|
|
2315
1781
|
|
|
2316
1782
|
def __init__(
|
|
@@ -2321,13 +1787,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
|
2321
1787
|
) -> None:
|
|
2322
1788
|
...
|
|
2323
1789
|
|
|
2324
|
-
b:
|
|
1790
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2325
1791
|
"""
|
|
2326
|
-
|
|
2327
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2328
|
-
|
|
2329
|
-
C++ signature :
|
|
2330
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1792
|
+
b vector in Ax = b, where x is the accelerations
|
|
2331
1793
|
"""
|
|
2332
1794
|
|
|
2333
1795
|
def configure(
|
|
@@ -2347,76 +1809,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2347
1809
|
"""
|
|
2348
1810
|
...
|
|
2349
1811
|
|
|
2350
|
-
derror:
|
|
1812
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2351
1813
|
"""
|
|
2352
|
-
|
|
2353
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2354
|
-
|
|
2355
|
-
C++ signature :
|
|
2356
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1814
|
+
Current velocity error vector.
|
|
2357
1815
|
"""
|
|
2358
1816
|
|
|
2359
|
-
domega_a_b:
|
|
1817
|
+
domega_a_b: numpy.ndarray # Eigen::Vector3d
|
|
2360
1818
|
"""
|
|
2361
|
-
|
|
2362
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2363
|
-
|
|
2364
|
-
C++ signature :
|
|
2365
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1819
|
+
Target relative angular velocity.
|
|
2366
1820
|
"""
|
|
2367
1821
|
|
|
2368
|
-
error:
|
|
1822
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2369
1823
|
"""
|
|
2370
|
-
|
|
2371
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2372
|
-
|
|
2373
|
-
C++ signature :
|
|
2374
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1824
|
+
Current error vector.
|
|
2375
1825
|
"""
|
|
2376
1826
|
|
|
2377
|
-
kd:
|
|
1827
|
+
kd: float # double
|
|
2378
1828
|
"""
|
|
2379
|
-
|
|
2380
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2381
|
-
|
|
2382
|
-
C++ signature :
|
|
2383
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1829
|
+
D gain for position control (if negative, will be critically damped)
|
|
2384
1830
|
"""
|
|
2385
1831
|
|
|
2386
|
-
kp:
|
|
1832
|
+
kp: float # double
|
|
2387
1833
|
"""
|
|
2388
|
-
|
|
2389
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2390
|
-
|
|
2391
|
-
C++ signature :
|
|
2392
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1834
|
+
K gain for position control.
|
|
2393
1835
|
"""
|
|
2394
1836
|
|
|
2395
|
-
mask:
|
|
1837
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2396
1838
|
"""
|
|
2397
|
-
|
|
2398
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> placo.AxisesMask :
|
|
2399
|
-
|
|
2400
|
-
C++ signature :
|
|
2401
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1839
|
+
Mask.
|
|
2402
1840
|
"""
|
|
2403
1841
|
|
|
2404
|
-
name:
|
|
1842
|
+
name: str # std::string
|
|
2405
1843
|
"""
|
|
2406
|
-
|
|
2407
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2408
|
-
|
|
2409
|
-
C++ signature :
|
|
2410
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1844
|
+
Object name.
|
|
2411
1845
|
"""
|
|
2412
1846
|
|
|
2413
|
-
omega_a_b:
|
|
1847
|
+
omega_a_b: numpy.ndarray # Eigen::Vector3d
|
|
2414
1848
|
"""
|
|
2415
|
-
|
|
2416
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2417
|
-
|
|
2418
|
-
C++ signature :
|
|
2419
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1849
|
+
Target relative angular velocity.
|
|
2420
1850
|
"""
|
|
2421
1851
|
|
|
2422
1852
|
priority: str
|
|
@@ -2426,13 +1856,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
|
2426
1856
|
|
|
2427
1857
|
|
|
2428
1858
|
class DynamicsRelativePositionTask:
|
|
2429
|
-
A:
|
|
1859
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2430
1860
|
"""
|
|
2431
|
-
|
|
2432
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2433
|
-
|
|
2434
|
-
C++ signature :
|
|
2435
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1861
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2436
1862
|
"""
|
|
2437
1863
|
|
|
2438
1864
|
def __init__(
|
|
@@ -2443,13 +1869,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2443
1869
|
) -> None:
|
|
2444
1870
|
...
|
|
2445
1871
|
|
|
2446
|
-
b:
|
|
1872
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2447
1873
|
"""
|
|
2448
|
-
|
|
2449
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2450
|
-
|
|
2451
|
-
C++ signature :
|
|
2452
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1874
|
+
b vector in Ax = b, where x is the accelerations
|
|
2453
1875
|
"""
|
|
2454
1876
|
|
|
2455
1877
|
def configure(
|
|
@@ -2469,76 +1891,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2469
1891
|
"""
|
|
2470
1892
|
...
|
|
2471
1893
|
|
|
2472
|
-
ddtarget:
|
|
1894
|
+
ddtarget: numpy.ndarray # Eigen::Vector3d
|
|
2473
1895
|
"""
|
|
2474
|
-
|
|
2475
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2476
|
-
|
|
2477
|
-
C++ signature :
|
|
2478
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1896
|
+
Target relative acceleration.
|
|
2479
1897
|
"""
|
|
2480
1898
|
|
|
2481
|
-
derror:
|
|
1899
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2482
1900
|
"""
|
|
2483
|
-
|
|
2484
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2485
|
-
|
|
2486
|
-
C++ signature :
|
|
2487
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1901
|
+
Current velocity error vector.
|
|
2488
1902
|
"""
|
|
2489
1903
|
|
|
2490
|
-
dtarget:
|
|
1904
|
+
dtarget: numpy.ndarray # Eigen::Vector3d
|
|
2491
1905
|
"""
|
|
2492
|
-
|
|
2493
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2494
|
-
|
|
2495
|
-
C++ signature :
|
|
2496
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1906
|
+
Target relative velocity.
|
|
2497
1907
|
"""
|
|
2498
1908
|
|
|
2499
|
-
error:
|
|
1909
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2500
1910
|
"""
|
|
2501
|
-
|
|
2502
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2503
|
-
|
|
2504
|
-
C++ signature :
|
|
2505
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1911
|
+
Current error vector.
|
|
2506
1912
|
"""
|
|
2507
1913
|
|
|
2508
|
-
kd:
|
|
1914
|
+
kd: float # double
|
|
2509
1915
|
"""
|
|
2510
|
-
|
|
2511
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2512
|
-
|
|
2513
|
-
C++ signature :
|
|
2514
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1916
|
+
D gain for position control (if negative, will be critically damped)
|
|
2515
1917
|
"""
|
|
2516
1918
|
|
|
2517
|
-
kp:
|
|
1919
|
+
kp: float # double
|
|
2518
1920
|
"""
|
|
2519
|
-
|
|
2520
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2521
|
-
|
|
2522
|
-
C++ signature :
|
|
2523
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1921
|
+
K gain for position control.
|
|
2524
1922
|
"""
|
|
2525
1923
|
|
|
2526
|
-
mask:
|
|
1924
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2527
1925
|
"""
|
|
2528
|
-
|
|
2529
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> placo.AxisesMask :
|
|
2530
|
-
|
|
2531
|
-
C++ signature :
|
|
2532
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1926
|
+
Mask.
|
|
2533
1927
|
"""
|
|
2534
1928
|
|
|
2535
|
-
name:
|
|
1929
|
+
name: str # std::string
|
|
2536
1930
|
"""
|
|
2537
|
-
|
|
2538
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2539
|
-
|
|
2540
|
-
C++ signature :
|
|
2541
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1931
|
+
Object name.
|
|
2542
1932
|
"""
|
|
2543
1933
|
|
|
2544
1934
|
priority: str
|
|
@@ -2546,13 +1936,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
2546
1936
|
Priority [str]
|
|
2547
1937
|
"""
|
|
2548
1938
|
|
|
2549
|
-
target:
|
|
1939
|
+
target: numpy.ndarray # Eigen::Vector3d
|
|
2550
1940
|
"""
|
|
2551
|
-
|
|
2552
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2553
|
-
|
|
2554
|
-
C++ signature :
|
|
2555
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1941
|
+
Target relative position.
|
|
2556
1942
|
"""
|
|
2557
1943
|
|
|
2558
1944
|
|
|
@@ -2813,22 +2199,14 @@ class DynamicsSolver:
|
|
|
2813
2199
|
) -> int:
|
|
2814
2200
|
...
|
|
2815
2201
|
|
|
2816
|
-
damping:
|
|
2202
|
+
damping: float # double
|
|
2817
2203
|
"""
|
|
2818
|
-
|
|
2819
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
2820
|
-
|
|
2821
|
-
C++ signature :
|
|
2822
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2204
|
+
Global damping that is added to all the joints.
|
|
2823
2205
|
"""
|
|
2824
2206
|
|
|
2825
|
-
dt:
|
|
2207
|
+
dt: float # double
|
|
2826
2208
|
"""
|
|
2827
|
-
|
|
2828
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
2829
|
-
|
|
2830
|
-
C++ signature :
|
|
2831
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2209
|
+
Solver dt (seconds)
|
|
2832
2210
|
"""
|
|
2833
2211
|
|
|
2834
2212
|
def dump_status(
|
|
@@ -2875,13 +2253,9 @@ None( (placo.DynamicsSolver)arg1) -> float :
|
|
|
2875
2253
|
"""
|
|
2876
2254
|
...
|
|
2877
2255
|
|
|
2878
|
-
extra_force:
|
|
2256
|
+
extra_force: numpy.ndarray # Eigen::VectorXd
|
|
2879
2257
|
"""
|
|
2880
|
-
|
|
2881
|
-
None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
|
|
2882
|
-
|
|
2883
|
-
C++ signature :
|
|
2884
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2258
|
+
Extra force to be added to the system (similar to non-linear terms)
|
|
2885
2259
|
"""
|
|
2886
2260
|
|
|
2887
2261
|
def get_contact(
|
|
@@ -2890,13 +2264,9 @@ None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
|
|
|
2890
2264
|
) -> Contact:
|
|
2891
2265
|
...
|
|
2892
2266
|
|
|
2893
|
-
gravity_only:
|
|
2267
|
+
gravity_only: bool # bool
|
|
2894
2268
|
"""
|
|
2895
|
-
|
|
2896
|
-
None( (placo.DynamicsSolver)arg1) -> bool :
|
|
2897
|
-
|
|
2898
|
-
C++ signature :
|
|
2899
|
-
bool {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2269
|
+
Use gravity only (no coriolis, no centrifugal)
|
|
2900
2270
|
"""
|
|
2901
2271
|
|
|
2902
2272
|
def mask_fbase(
|
|
@@ -2908,13 +2278,9 @@ None( (placo.DynamicsSolver)arg1) -> bool :
|
|
|
2908
2278
|
"""
|
|
2909
2279
|
...
|
|
2910
2280
|
|
|
2911
|
-
problem:
|
|
2281
|
+
problem: Problem # placo::problem::Problem
|
|
2912
2282
|
"""
|
|
2913
|
-
|
|
2914
|
-
None( (placo.DynamicsSolver)arg1) -> object :
|
|
2915
|
-
|
|
2916
|
-
C++ signature :
|
|
2917
|
-
placo::problem::Problem {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2283
|
+
Instance of the problem.
|
|
2918
2284
|
"""
|
|
2919
2285
|
|
|
2920
2286
|
def remove_constraint(
|
|
@@ -2950,14 +2316,7 @@ None( (placo.DynamicsSolver)arg1) -> object :
|
|
|
2950
2316
|
"""
|
|
2951
2317
|
...
|
|
2952
2318
|
|
|
2953
|
-
robot:
|
|
2954
|
-
"""
|
|
2955
|
-
|
|
2956
|
-
None( (placo.DynamicsSolver)arg1) -> object :
|
|
2957
|
-
|
|
2958
|
-
C++ signature :
|
|
2959
|
-
placo::model::RobotWrapper None(placo::dynamics::DynamicsSolver)
|
|
2960
|
-
"""
|
|
2319
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
2961
2320
|
|
|
2962
2321
|
def set_kd(
|
|
2963
2322
|
self,
|
|
@@ -3013,13 +2372,9 @@ None( (placo.DynamicsSolver)arg1) -> object :
|
|
|
3013
2372
|
) -> DynamicsSolverResult:
|
|
3014
2373
|
...
|
|
3015
2374
|
|
|
3016
|
-
torque_cost:
|
|
2375
|
+
torque_cost: float # double
|
|
3017
2376
|
"""
|
|
3018
|
-
|
|
3019
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
3020
|
-
|
|
3021
|
-
C++ signature :
|
|
3022
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2377
|
+
Cost for torque regularization (1e-3 by default)
|
|
3023
2378
|
"""
|
|
3024
2379
|
|
|
3025
2380
|
|
|
@@ -3029,41 +2384,13 @@ class DynamicsSolverResult:
|
|
|
3029
2384
|
) -> None:
|
|
3030
2385
|
...
|
|
3031
2386
|
|
|
3032
|
-
qdd:
|
|
3033
|
-
"""
|
|
3034
|
-
|
|
3035
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
2387
|
+
qdd: numpy.ndarray # Eigen::VectorXd
|
|
3036
2388
|
|
|
3037
|
-
|
|
3038
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3039
|
-
"""
|
|
2389
|
+
success: bool # bool
|
|
3040
2390
|
|
|
3041
|
-
|
|
3042
|
-
"""
|
|
3043
|
-
|
|
3044
|
-
None( (placo.DynamicsSolverResult)arg1) -> bool :
|
|
3045
|
-
|
|
3046
|
-
C++ signature :
|
|
3047
|
-
bool {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3048
|
-
"""
|
|
3049
|
-
|
|
3050
|
-
tau: any
|
|
3051
|
-
"""
|
|
3052
|
-
|
|
3053
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
2391
|
+
tau: numpy.ndarray # Eigen::VectorXd
|
|
3054
2392
|
|
|
3055
|
-
|
|
3056
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3057
|
-
"""
|
|
3058
|
-
|
|
3059
|
-
tau_contacts: any
|
|
3060
|
-
"""
|
|
3061
|
-
|
|
3062
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
3063
|
-
|
|
3064
|
-
C++ signature :
|
|
3065
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3066
|
-
"""
|
|
2393
|
+
tau_contacts: numpy.ndarray # Eigen::VectorXd
|
|
3067
2394
|
|
|
3068
2395
|
def tau_dict(
|
|
3069
2396
|
arg1: DynamicsSolverResult,
|
|
@@ -3073,26 +2400,18 @@ None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
|
3073
2400
|
|
|
3074
2401
|
|
|
3075
2402
|
class DynamicsTask:
|
|
3076
|
-
A:
|
|
2403
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3077
2404
|
"""
|
|
3078
|
-
|
|
3079
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3080
|
-
|
|
3081
|
-
C++ signature :
|
|
3082
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2405
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
3083
2406
|
"""
|
|
3084
2407
|
|
|
3085
2408
|
def __init__(
|
|
3086
2409
|
) -> any:
|
|
3087
2410
|
...
|
|
3088
2411
|
|
|
3089
|
-
b:
|
|
2412
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3090
2413
|
"""
|
|
3091
|
-
|
|
3092
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3093
|
-
|
|
3094
|
-
C++ signature :
|
|
3095
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2414
|
+
b vector in Ax = b, where x is the accelerations
|
|
3096
2415
|
"""
|
|
3097
2416
|
|
|
3098
2417
|
def configure(
|
|
@@ -3112,49 +2431,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3112
2431
|
"""
|
|
3113
2432
|
...
|
|
3114
2433
|
|
|
3115
|
-
derror:
|
|
2434
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
3116
2435
|
"""
|
|
3117
|
-
|
|
3118
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3119
|
-
|
|
3120
|
-
C++ signature :
|
|
3121
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2436
|
+
Current velocity error vector.
|
|
3122
2437
|
"""
|
|
3123
2438
|
|
|
3124
|
-
error:
|
|
2439
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
3125
2440
|
"""
|
|
3126
|
-
|
|
3127
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3128
|
-
|
|
3129
|
-
C++ signature :
|
|
3130
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2441
|
+
Current error vector.
|
|
3131
2442
|
"""
|
|
3132
2443
|
|
|
3133
|
-
kd:
|
|
2444
|
+
kd: float # double
|
|
3134
2445
|
"""
|
|
3135
|
-
|
|
3136
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3137
|
-
|
|
3138
|
-
C++ signature :
|
|
3139
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2446
|
+
D gain for position control (if negative, will be critically damped)
|
|
3140
2447
|
"""
|
|
3141
2448
|
|
|
3142
|
-
kp:
|
|
2449
|
+
kp: float # double
|
|
3143
2450
|
"""
|
|
3144
|
-
|
|
3145
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3146
|
-
|
|
3147
|
-
C++ signature :
|
|
3148
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2451
|
+
K gain for position control.
|
|
3149
2452
|
"""
|
|
3150
2453
|
|
|
3151
|
-
name:
|
|
2454
|
+
name: str # std::string
|
|
3152
2455
|
"""
|
|
3153
|
-
|
|
3154
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
3155
|
-
|
|
3156
|
-
C++ signature :
|
|
3157
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
2456
|
+
Object name.
|
|
3158
2457
|
"""
|
|
3159
2458
|
|
|
3160
2459
|
priority: str
|
|
@@ -3164,13 +2463,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3164
2463
|
|
|
3165
2464
|
|
|
3166
2465
|
class DynamicsTorqueTask:
|
|
3167
|
-
A:
|
|
2466
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3168
2467
|
"""
|
|
3169
|
-
|
|
3170
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3171
|
-
|
|
3172
|
-
C++ signature :
|
|
3173
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2468
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
3174
2469
|
"""
|
|
3175
2470
|
|
|
3176
2471
|
def __init__(
|
|
@@ -3178,13 +2473,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3178
2473
|
) -> None:
|
|
3179
2474
|
...
|
|
3180
2475
|
|
|
3181
|
-
b:
|
|
2476
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3182
2477
|
"""
|
|
3183
|
-
|
|
3184
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3185
|
-
|
|
3186
|
-
C++ signature :
|
|
3187
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2478
|
+
b vector in Ax = b, where x is the accelerations
|
|
3188
2479
|
"""
|
|
3189
2480
|
|
|
3190
2481
|
def configure(
|
|
@@ -3204,49 +2495,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3204
2495
|
"""
|
|
3205
2496
|
...
|
|
3206
2497
|
|
|
3207
|
-
derror:
|
|
2498
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
3208
2499
|
"""
|
|
3209
|
-
|
|
3210
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3211
|
-
|
|
3212
|
-
C++ signature :
|
|
3213
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2500
|
+
Current velocity error vector.
|
|
3214
2501
|
"""
|
|
3215
2502
|
|
|
3216
|
-
error:
|
|
2503
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
3217
2504
|
"""
|
|
3218
|
-
|
|
3219
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3220
|
-
|
|
3221
|
-
C++ signature :
|
|
3222
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2505
|
+
Current error vector.
|
|
3223
2506
|
"""
|
|
3224
2507
|
|
|
3225
|
-
kd:
|
|
2508
|
+
kd: float # double
|
|
3226
2509
|
"""
|
|
3227
|
-
|
|
3228
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3229
|
-
|
|
3230
|
-
C++ signature :
|
|
3231
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2510
|
+
D gain for position control (if negative, will be critically damped)
|
|
3232
2511
|
"""
|
|
3233
2512
|
|
|
3234
|
-
kp:
|
|
2513
|
+
kp: float # double
|
|
3235
2514
|
"""
|
|
3236
|
-
|
|
3237
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3238
|
-
|
|
3239
|
-
C++ signature :
|
|
3240
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2515
|
+
K gain for position control.
|
|
3241
2516
|
"""
|
|
3242
2517
|
|
|
3243
|
-
name:
|
|
2518
|
+
name: str # std::string
|
|
3244
2519
|
"""
|
|
3245
|
-
|
|
3246
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
3247
|
-
|
|
3248
|
-
C++ signature :
|
|
3249
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
2520
|
+
Object name.
|
|
3250
2521
|
"""
|
|
3251
2522
|
|
|
3252
2523
|
priority: str
|
|
@@ -3287,13 +2558,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3287
2558
|
|
|
3288
2559
|
|
|
3289
2560
|
class Expression:
|
|
3290
|
-
A:
|
|
2561
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3291
2562
|
"""
|
|
3292
|
-
|
|
3293
|
-
None( (placo.Expression)arg1) -> object :
|
|
3294
|
-
|
|
3295
|
-
C++ signature :
|
|
3296
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Expression {lvalue})
|
|
2563
|
+
Expression A matrix, in Ax + b.
|
|
3297
2564
|
"""
|
|
3298
2565
|
|
|
3299
2566
|
def __init__(
|
|
@@ -3301,13 +2568,9 @@ None( (placo.Expression)arg1) -> object :
|
|
|
3301
2568
|
) -> any:
|
|
3302
2569
|
...
|
|
3303
2570
|
|
|
3304
|
-
b:
|
|
2571
|
+
b: numpy.ndarray # Eigen::VectorXd
|
|
3305
2572
|
"""
|
|
3306
|
-
|
|
3307
|
-
None( (placo.Expression)arg1) -> object :
|
|
3308
|
-
|
|
3309
|
-
C++ signature :
|
|
3310
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Expression {lvalue})
|
|
2573
|
+
Expression b vector, in Ax + b.
|
|
3311
2574
|
"""
|
|
3312
2575
|
|
|
3313
2576
|
def cols(
|
|
@@ -3441,76 +2704,38 @@ class ExternalWrenchContact:
|
|
|
3441
2704
|
"""
|
|
3442
2705
|
...
|
|
3443
2706
|
|
|
3444
|
-
active:
|
|
3445
|
-
"""
|
|
3446
|
-
|
|
3447
|
-
None( (placo.Contact)arg1) -> bool :
|
|
3448
|
-
|
|
3449
|
-
C++ signature :
|
|
3450
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
3451
|
-
"""
|
|
3452
|
-
|
|
3453
|
-
frame_index: any
|
|
2707
|
+
active: bool # bool
|
|
3454
2708
|
"""
|
|
3455
|
-
|
|
3456
|
-
None( (placo.ExternalWrenchContact)arg1) -> int :
|
|
3457
|
-
|
|
3458
|
-
C++ signature :
|
|
3459
|
-
unsigned long {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
|
|
2709
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
3460
2710
|
"""
|
|
3461
2711
|
|
|
3462
|
-
|
|
3463
|
-
"""
|
|
3464
|
-
|
|
3465
|
-
None( (placo.Contact)arg1) -> float :
|
|
2712
|
+
frame_index: any # pinocchio::FrameIndex
|
|
3466
2713
|
|
|
3467
|
-
|
|
3468
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2714
|
+
mu: float # double
|
|
3469
2715
|
"""
|
|
3470
|
-
|
|
3471
|
-
w_ext: any
|
|
2716
|
+
Coefficient of friction (if relevant)
|
|
3472
2717
|
"""
|
|
3473
|
-
|
|
3474
|
-
None( (placo.ExternalWrenchContact)arg1) -> object :
|
|
3475
2718
|
|
|
3476
|
-
|
|
3477
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
|
|
3478
|
-
"""
|
|
2719
|
+
w_ext: numpy.ndarray # Eigen::VectorXd
|
|
3479
2720
|
|
|
3480
|
-
weight_forces:
|
|
2721
|
+
weight_forces: float # double
|
|
3481
2722
|
"""
|
|
3482
|
-
|
|
3483
|
-
None( (placo.Contact)arg1) -> float :
|
|
3484
|
-
|
|
3485
|
-
C++ signature :
|
|
3486
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2723
|
+
Weight of forces for the optimization (if relevant)
|
|
3487
2724
|
"""
|
|
3488
2725
|
|
|
3489
|
-
weight_moments:
|
|
2726
|
+
weight_moments: float # double
|
|
3490
2727
|
"""
|
|
3491
|
-
|
|
3492
|
-
None( (placo.Contact)arg1) -> float :
|
|
3493
|
-
|
|
3494
|
-
C++ signature :
|
|
3495
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2728
|
+
Weight of moments for optimization (if relevant)
|
|
3496
2729
|
"""
|
|
3497
2730
|
|
|
3498
|
-
weight_tangentials:
|
|
2731
|
+
weight_tangentials: float # double
|
|
3499
2732
|
"""
|
|
3500
|
-
|
|
3501
|
-
None( (placo.Contact)arg1) -> float :
|
|
3502
|
-
|
|
3503
|
-
C++ signature :
|
|
3504
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2733
|
+
Extra cost for tangential forces.
|
|
3505
2734
|
"""
|
|
3506
2735
|
|
|
3507
|
-
wrench:
|
|
2736
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
3508
2737
|
"""
|
|
3509
|
-
|
|
3510
|
-
None( (placo.Contact)arg1) -> object :
|
|
3511
|
-
|
|
3512
|
-
C++ signature :
|
|
3513
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2738
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
3514
2739
|
"""
|
|
3515
2740
|
|
|
3516
2741
|
|
|
@@ -3600,32 +2825,11 @@ class Footstep:
|
|
|
3600
2825
|
) -> any:
|
|
3601
2826
|
...
|
|
3602
2827
|
|
|
3603
|
-
foot_length:
|
|
3604
|
-
"""
|
|
3605
|
-
|
|
3606
|
-
None( (placo.Footstep)arg1) -> float :
|
|
2828
|
+
foot_length: float # double
|
|
3607
2829
|
|
|
3608
|
-
|
|
3609
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3610
|
-
"""
|
|
3611
|
-
|
|
3612
|
-
foot_width: any
|
|
3613
|
-
"""
|
|
3614
|
-
|
|
3615
|
-
None( (placo.Footstep)arg1) -> float :
|
|
3616
|
-
|
|
3617
|
-
C++ signature :
|
|
3618
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3619
|
-
"""
|
|
3620
|
-
|
|
3621
|
-
frame: any
|
|
3622
|
-
"""
|
|
3623
|
-
|
|
3624
|
-
None( (placo.Footstep)arg1) -> object :
|
|
2830
|
+
foot_width: float # double
|
|
3625
2831
|
|
|
3626
|
-
|
|
3627
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3628
|
-
"""
|
|
2832
|
+
frame: numpy.ndarray # Eigen::Affine3d
|
|
3629
2833
|
|
|
3630
2834
|
def overlap(
|
|
3631
2835
|
self,
|
|
@@ -3649,14 +2853,7 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3649
2853
|
) -> None:
|
|
3650
2854
|
...
|
|
3651
2855
|
|
|
3652
|
-
side: any
|
|
3653
|
-
"""
|
|
3654
|
-
|
|
3655
|
-
None( (placo.Footstep)arg1) -> placo.HumanoidRobot_Side :
|
|
3656
|
-
|
|
3657
|
-
C++ signature :
|
|
3658
|
-
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3659
|
-
"""
|
|
2856
|
+
side: any # placo::humanoid::HumanoidRobot::Side
|
|
3660
2857
|
|
|
3661
2858
|
def support_polygon(
|
|
3662
2859
|
self,
|
|
@@ -3899,13 +3096,6 @@ class FootstepsPlannerRepetitive:
|
|
|
3899
3096
|
|
|
3900
3097
|
class FrameTask:
|
|
3901
3098
|
T_world_frame: any
|
|
3902
|
-
"""
|
|
3903
|
-
|
|
3904
|
-
None( (placo.FrameTask)arg1) -> object :
|
|
3905
|
-
|
|
3906
|
-
C++ signature :
|
|
3907
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::FrameTask {lvalue})
|
|
3908
|
-
"""
|
|
3909
3099
|
|
|
3910
3100
|
def __init__(
|
|
3911
3101
|
self,
|
|
@@ -3947,13 +3137,9 @@ None( (placo.FrameTask)arg1) -> object :
|
|
|
3947
3137
|
|
|
3948
3138
|
|
|
3949
3139
|
class GearTask:
|
|
3950
|
-
A:
|
|
3140
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3951
3141
|
"""
|
|
3952
|
-
|
|
3953
|
-
None( (placo.Task)arg1) -> object :
|
|
3954
|
-
|
|
3955
|
-
C++ signature :
|
|
3956
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
3142
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
3957
3143
|
"""
|
|
3958
3144
|
|
|
3959
3145
|
def __init__(
|
|
@@ -3981,13 +3167,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
3981
3167
|
"""
|
|
3982
3168
|
...
|
|
3983
3169
|
|
|
3984
|
-
b:
|
|
3170
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3985
3171
|
"""
|
|
3986
|
-
|
|
3987
|
-
None( (placo.Task)arg1) -> object :
|
|
3988
|
-
|
|
3989
|
-
C++ signature :
|
|
3990
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
3172
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
3991
3173
|
"""
|
|
3992
3174
|
|
|
3993
3175
|
def configure(
|
|
@@ -4023,13 +3205,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
4023
3205
|
"""
|
|
4024
3206
|
...
|
|
4025
3207
|
|
|
4026
|
-
name:
|
|
3208
|
+
name: str # std::string
|
|
4027
3209
|
"""
|
|
4028
|
-
|
|
4029
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
4030
|
-
|
|
4031
|
-
C++ signature :
|
|
4032
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
3210
|
+
Object name.
|
|
4033
3211
|
"""
|
|
4034
3212
|
|
|
4035
3213
|
priority: str
|
|
@@ -4069,14 +3247,7 @@ class HumanoidParameters:
|
|
|
4069
3247
|
) -> None:
|
|
4070
3248
|
...
|
|
4071
3249
|
|
|
4072
|
-
dcm_offset_polygon:
|
|
4073
|
-
"""
|
|
4074
|
-
|
|
4075
|
-
None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
4076
|
-
|
|
4077
|
-
C++ signature :
|
|
4078
|
-
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})
|
|
4079
|
-
"""
|
|
3250
|
+
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4080
3251
|
|
|
4081
3252
|
def double_support_duration(
|
|
4082
3253
|
self,
|
|
@@ -4086,13 +3257,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
|
4086
3257
|
"""
|
|
4087
3258
|
...
|
|
4088
3259
|
|
|
4089
|
-
double_support_ratio:
|
|
3260
|
+
double_support_ratio: float # double
|
|
4090
3261
|
"""
|
|
4091
|
-
|
|
4092
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4093
|
-
|
|
4094
|
-
C++ signature :
|
|
4095
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3262
|
+
Duration ratio between single support and double support.
|
|
4096
3263
|
"""
|
|
4097
3264
|
|
|
4098
3265
|
def double_support_timesteps(
|
|
@@ -4120,49 +3287,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4120
3287
|
"""
|
|
4121
3288
|
...
|
|
4122
3289
|
|
|
4123
|
-
feet_spacing:
|
|
3290
|
+
feet_spacing: float # double
|
|
4124
3291
|
"""
|
|
4125
|
-
|
|
4126
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4127
|
-
|
|
4128
|
-
C++ signature :
|
|
4129
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3292
|
+
Lateral spacing between feet [m].
|
|
4130
3293
|
"""
|
|
4131
3294
|
|
|
4132
|
-
foot_length:
|
|
3295
|
+
foot_length: float # double
|
|
4133
3296
|
"""
|
|
4134
|
-
|
|
4135
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4136
|
-
|
|
4137
|
-
C++ signature :
|
|
4138
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3297
|
+
Foot length [m].
|
|
4139
3298
|
"""
|
|
4140
3299
|
|
|
4141
|
-
foot_width:
|
|
3300
|
+
foot_width: float # double
|
|
4142
3301
|
"""
|
|
4143
|
-
|
|
4144
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4145
|
-
|
|
4146
|
-
C++ signature :
|
|
4147
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3302
|
+
Foot width [m].
|
|
4148
3303
|
"""
|
|
4149
3304
|
|
|
4150
|
-
foot_zmp_target_x:
|
|
3305
|
+
foot_zmp_target_x: float # double
|
|
4151
3306
|
"""
|
|
4152
|
-
|
|
4153
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4154
|
-
|
|
4155
|
-
C++ signature :
|
|
4156
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3307
|
+
Target offset for the ZMP x reference trajectory in the foot frame [m].
|
|
4157
3308
|
"""
|
|
4158
3309
|
|
|
4159
|
-
foot_zmp_target_y:
|
|
3310
|
+
foot_zmp_target_y: float # double
|
|
4160
3311
|
"""
|
|
4161
|
-
|
|
4162
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4163
|
-
|
|
4164
|
-
C++ signature :
|
|
4165
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3312
|
+
Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
|
|
4166
3313
|
"""
|
|
4167
3314
|
|
|
4168
3315
|
def has_double_support(
|
|
@@ -4173,40 +3320,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4173
3320
|
"""
|
|
4174
3321
|
...
|
|
4175
3322
|
|
|
4176
|
-
op_space_polygon:
|
|
4177
|
-
"""
|
|
4178
|
-
|
|
4179
|
-
None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
4180
|
-
|
|
4181
|
-
C++ signature :
|
|
4182
|
-
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})
|
|
4183
|
-
"""
|
|
3323
|
+
op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4184
3324
|
|
|
4185
|
-
planned_timesteps:
|
|
3325
|
+
planned_timesteps: int # int
|
|
4186
3326
|
"""
|
|
4187
|
-
|
|
4188
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4189
|
-
|
|
4190
|
-
C++ signature :
|
|
4191
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3327
|
+
Planning horizon for the CoM trajectory.
|
|
4192
3328
|
"""
|
|
4193
3329
|
|
|
4194
|
-
single_support_duration:
|
|
3330
|
+
single_support_duration: float # double
|
|
4195
3331
|
"""
|
|
4196
|
-
|
|
4197
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4198
|
-
|
|
4199
|
-
C++ signature :
|
|
4200
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3332
|
+
Single support duration [s].
|
|
4201
3333
|
"""
|
|
4202
3334
|
|
|
4203
|
-
single_support_timesteps:
|
|
3335
|
+
single_support_timesteps: int # int
|
|
4204
3336
|
"""
|
|
4205
|
-
|
|
4206
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4207
|
-
|
|
4208
|
-
C++ signature :
|
|
4209
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3337
|
+
Number of timesteps for one single support.
|
|
4210
3338
|
"""
|
|
4211
3339
|
|
|
4212
3340
|
def startend_double_support_duration(
|
|
@@ -4217,13 +3345,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
|
|
|
4217
3345
|
"""
|
|
4218
3346
|
...
|
|
4219
3347
|
|
|
4220
|
-
startend_double_support_ratio:
|
|
3348
|
+
startend_double_support_ratio: float # double
|
|
4221
3349
|
"""
|
|
4222
|
-
|
|
4223
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4224
|
-
|
|
4225
|
-
C++ signature :
|
|
4226
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3350
|
+
Duration ratio between single support and start/end double support.
|
|
4227
3351
|
"""
|
|
4228
3352
|
|
|
4229
3353
|
def startend_double_support_timesteps(
|
|
@@ -4234,103 +3358,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4234
3358
|
"""
|
|
4235
3359
|
...
|
|
4236
3360
|
|
|
4237
|
-
walk_com_height:
|
|
3361
|
+
walk_com_height: float # double
|
|
4238
3362
|
"""
|
|
4239
|
-
|
|
4240
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4241
|
-
|
|
4242
|
-
C++ signature :
|
|
4243
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3363
|
+
Target CoM height while walking [m].
|
|
4244
3364
|
"""
|
|
4245
3365
|
|
|
4246
|
-
walk_dtheta_spacing:
|
|
3366
|
+
walk_dtheta_spacing: float # double
|
|
4247
3367
|
"""
|
|
4248
|
-
|
|
4249
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4250
|
-
|
|
4251
|
-
C++ signature :
|
|
4252
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3368
|
+
How much we need to space the feet per dtheta [m/rad].
|
|
4253
3369
|
"""
|
|
4254
3370
|
|
|
4255
|
-
walk_foot_height:
|
|
3371
|
+
walk_foot_height: float # double
|
|
4256
3372
|
"""
|
|
4257
|
-
|
|
4258
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4259
|
-
|
|
4260
|
-
C++ signature :
|
|
4261
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3373
|
+
How height the feet are rising while walking [m].
|
|
4262
3374
|
"""
|
|
4263
3375
|
|
|
4264
|
-
walk_foot_rise_ratio:
|
|
3376
|
+
walk_foot_rise_ratio: float # double
|
|
4265
3377
|
"""
|
|
4266
|
-
|
|
4267
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4268
|
-
|
|
4269
|
-
C++ signature :
|
|
4270
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3378
|
+
ratio of time spent at foot height during the step
|
|
4271
3379
|
"""
|
|
4272
3380
|
|
|
4273
|
-
walk_max_dtheta:
|
|
3381
|
+
walk_max_dtheta: float # double
|
|
4274
3382
|
"""
|
|
4275
|
-
|
|
4276
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4277
|
-
|
|
4278
|
-
C++ signature :
|
|
4279
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3383
|
+
Maximum step (yaw)
|
|
4280
3384
|
"""
|
|
4281
3385
|
|
|
4282
|
-
walk_max_dx_backward:
|
|
3386
|
+
walk_max_dx_backward: float # double
|
|
4283
3387
|
"""
|
|
4284
|
-
|
|
4285
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4286
|
-
|
|
4287
|
-
C++ signature :
|
|
4288
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3388
|
+
Maximum step (backward)
|
|
4289
3389
|
"""
|
|
4290
3390
|
|
|
4291
|
-
walk_max_dx_forward:
|
|
3391
|
+
walk_max_dx_forward: float # double
|
|
4292
3392
|
"""
|
|
4293
|
-
|
|
4294
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4295
|
-
|
|
4296
|
-
C++ signature :
|
|
4297
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3393
|
+
Maximum step (forward)
|
|
4298
3394
|
"""
|
|
4299
3395
|
|
|
4300
|
-
walk_max_dy:
|
|
3396
|
+
walk_max_dy: float # double
|
|
4301
3397
|
"""
|
|
4302
|
-
|
|
4303
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4304
|
-
|
|
4305
|
-
C++ signature :
|
|
4306
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3398
|
+
Maximum step (lateral)
|
|
4307
3399
|
"""
|
|
4308
3400
|
|
|
4309
|
-
walk_trunk_pitch:
|
|
3401
|
+
walk_trunk_pitch: float # double
|
|
4310
3402
|
"""
|
|
4311
|
-
|
|
4312
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4313
|
-
|
|
4314
|
-
C++ signature :
|
|
4315
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3403
|
+
Trunk pitch while walking [rad].
|
|
4316
3404
|
"""
|
|
4317
3405
|
|
|
4318
|
-
zmp_margin:
|
|
3406
|
+
zmp_margin: float # double
|
|
4319
3407
|
"""
|
|
4320
|
-
|
|
4321
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4322
|
-
|
|
4323
|
-
C++ signature :
|
|
4324
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3408
|
+
Margin for the ZMP to live in the support polygon [m].
|
|
4325
3409
|
"""
|
|
4326
3410
|
|
|
4327
|
-
zmp_reference_weight:
|
|
3411
|
+
zmp_reference_weight: float # double
|
|
4328
3412
|
"""
|
|
4329
|
-
|
|
4330
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4331
|
-
|
|
4332
|
-
C++ signature :
|
|
4333
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3413
|
+
Weight for ZMP reference in the solver.
|
|
4334
3414
|
"""
|
|
4335
3415
|
|
|
4336
3416
|
|
|
@@ -4360,13 +3440,9 @@ class HumanoidRobot:
|
|
|
4360
3440
|
"""
|
|
4361
3441
|
...
|
|
4362
3442
|
|
|
4363
|
-
collision_model: any
|
|
3443
|
+
collision_model: any # pinocchio::GeometryModel
|
|
4364
3444
|
"""
|
|
4365
|
-
|
|
4366
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4367
|
-
|
|
4368
|
-
C++ signature :
|
|
4369
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
3445
|
+
Pinocchio collision model.
|
|
4370
3446
|
"""
|
|
4371
3447
|
|
|
4372
3448
|
def com_jacobian(
|
|
@@ -4421,7 +3497,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4421
3497
|
"""
|
|
4422
3498
|
Computes all minimum distances between current collision pairs.
|
|
4423
3499
|
|
|
4424
|
-
:return: <Element 'para' at
|
|
3500
|
+
:return: <Element 'para' at 0x107dd9720>
|
|
4425
3501
|
"""
|
|
4426
3502
|
...
|
|
4427
3503
|
|
|
@@ -4454,7 +3530,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4454
3530
|
|
|
4455
3531
|
:param any frame: the frame for which we want the jacobian
|
|
4456
3532
|
|
|
4457
|
-
:return: <Element 'para' at
|
|
3533
|
+
:return: <Element 'para' at 0x107dd6270>
|
|
4458
3534
|
"""
|
|
4459
3535
|
...
|
|
4460
3536
|
|
|
@@ -4468,7 +3544,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4468
3544
|
|
|
4469
3545
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4470
3546
|
|
|
4471
|
-
:return: <Element 'para' at
|
|
3547
|
+
:return: <Element 'para' at 0x107dd3310>
|
|
4472
3548
|
"""
|
|
4473
3549
|
...
|
|
4474
3550
|
|
|
@@ -4717,13 +3793,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4717
3793
|
"""
|
|
4718
3794
|
...
|
|
4719
3795
|
|
|
4720
|
-
model: any
|
|
3796
|
+
model: any # pinocchio::Model
|
|
4721
3797
|
"""
|
|
4722
|
-
|
|
4723
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4724
|
-
|
|
4725
|
-
C++ signature :
|
|
4726
|
-
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
3798
|
+
Pinocchio model.
|
|
4727
3799
|
"""
|
|
4728
3800
|
|
|
4729
3801
|
def neutral_state(
|
|
@@ -4780,7 +3852,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4780
3852
|
|
|
4781
3853
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4782
3854
|
|
|
4783
|
-
:return: <Element 'para' at
|
|
3855
|
+
:return: <Element 'para' at 0x107ddff90>
|
|
4784
3856
|
"""
|
|
4785
3857
|
...
|
|
4786
3858
|
|
|
@@ -4942,13 +4014,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4942
4014
|
"""
|
|
4943
4015
|
...
|
|
4944
4016
|
|
|
4945
|
-
state:
|
|
4017
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
4946
4018
|
"""
|
|
4947
|
-
|
|
4948
|
-
None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
4949
|
-
|
|
4950
|
-
C++ signature :
|
|
4951
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4019
|
+
Robot's current state.
|
|
4952
4020
|
"""
|
|
4953
4021
|
|
|
4954
4022
|
def static_gravity_compensation_torques(
|
|
@@ -4966,22 +4034,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
|
4966
4034
|
) -> dict:
|
|
4967
4035
|
...
|
|
4968
4036
|
|
|
4969
|
-
support_is_both:
|
|
4037
|
+
support_is_both: bool # bool
|
|
4970
4038
|
"""
|
|
4971
|
-
|
|
4972
|
-
None( (placo.HumanoidRobot)arg1) -> bool :
|
|
4973
|
-
|
|
4974
|
-
C++ signature :
|
|
4975
|
-
bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4039
|
+
Are both feet supporting the robot.
|
|
4976
4040
|
"""
|
|
4977
4041
|
|
|
4978
|
-
support_side: any
|
|
4042
|
+
support_side: any # placo::humanoid::HumanoidRobot::Side
|
|
4979
4043
|
"""
|
|
4980
|
-
|
|
4981
|
-
None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
4982
|
-
|
|
4983
|
-
C++ signature :
|
|
4984
|
-
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4044
|
+
The current side (left or right) associated with T_world_support.
|
|
4985
4045
|
"""
|
|
4986
4046
|
|
|
4987
4047
|
def torques_from_acceleration_with_fixed_frame(
|
|
@@ -5042,13 +4102,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
5042
4102
|
"""
|
|
5043
4103
|
...
|
|
5044
4104
|
|
|
5045
|
-
visual_model: any
|
|
4105
|
+
visual_model: any # pinocchio::GeometryModel
|
|
5046
4106
|
"""
|
|
5047
|
-
|
|
5048
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
5049
|
-
|
|
5050
|
-
C++ signature :
|
|
5051
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4107
|
+
Pinocchio visual model.
|
|
5052
4108
|
"""
|
|
5053
4109
|
|
|
5054
4110
|
def zmp(
|
|
@@ -5148,31 +4204,19 @@ class Integrator:
|
|
|
5148
4204
|
"""
|
|
5149
4205
|
Integrator can be used to efficiently build expressions and values over a decision variable that is integrated over time with a given linear system.
|
|
5150
4206
|
"""
|
|
5151
|
-
A:
|
|
4207
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5152
4208
|
"""
|
|
5153
|
-
|
|
5154
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5155
|
-
|
|
5156
|
-
C++ signature :
|
|
5157
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4209
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5158
4210
|
"""
|
|
5159
4211
|
|
|
5160
|
-
B:
|
|
4212
|
+
B: numpy.ndarray # Eigen::MatrixXd
|
|
5161
4213
|
"""
|
|
5162
|
-
|
|
5163
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5164
|
-
|
|
5165
|
-
C++ signature :
|
|
5166
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4214
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5167
4215
|
"""
|
|
5168
4216
|
|
|
5169
|
-
M:
|
|
4217
|
+
M: numpy.ndarray # Eigen::MatrixXd
|
|
5170
4218
|
"""
|
|
5171
|
-
|
|
5172
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5173
|
-
|
|
5174
|
-
C++ signature :
|
|
5175
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4219
|
+
The continuous system matrix.
|
|
5176
4220
|
"""
|
|
5177
4221
|
|
|
5178
4222
|
def __init__(
|
|
@@ -5208,13 +4252,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5208
4252
|
"""
|
|
5209
4253
|
...
|
|
5210
4254
|
|
|
5211
|
-
final_transition_matrix:
|
|
4255
|
+
final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
|
|
5212
4256
|
"""
|
|
5213
|
-
|
|
5214
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5215
|
-
|
|
5216
|
-
C++ signature :
|
|
5217
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4257
|
+
Caching the discrete matrix for the last step.
|
|
5218
4258
|
"""
|
|
5219
4259
|
|
|
5220
4260
|
def get_trajectory(
|
|
@@ -5225,13 +4265,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5225
4265
|
"""
|
|
5226
4266
|
...
|
|
5227
4267
|
|
|
5228
|
-
t_start:
|
|
4268
|
+
t_start: float # double
|
|
5229
4269
|
"""
|
|
5230
|
-
|
|
5231
|
-
None( (placo.Integrator)arg1) -> float :
|
|
5232
|
-
|
|
5233
|
-
C++ signature :
|
|
5234
|
-
double {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4270
|
+
Time offset for the trajectory.
|
|
5235
4271
|
"""
|
|
5236
4272
|
|
|
5237
4273
|
@staticmethod
|
|
@@ -5289,13 +4325,9 @@ class IntegratorTrajectory:
|
|
|
5289
4325
|
|
|
5290
4326
|
|
|
5291
4327
|
class JointSpaceHalfSpacesConstraint:
|
|
5292
|
-
A:
|
|
4328
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5293
4329
|
"""
|
|
5294
|
-
|
|
5295
|
-
None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
5296
|
-
|
|
5297
|
-
C++ signature :
|
|
5298
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
|
|
4330
|
+
Matrix A in Aq <= b.
|
|
5299
4331
|
"""
|
|
5300
4332
|
|
|
5301
4333
|
def __init__(
|
|
@@ -5308,13 +4340,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5308
4340
|
"""
|
|
5309
4341
|
...
|
|
5310
4342
|
|
|
5311
|
-
b:
|
|
4343
|
+
b: numpy.ndarray # Eigen::VectorXd
|
|
5312
4344
|
"""
|
|
5313
|
-
|
|
5314
|
-
None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
5315
|
-
|
|
5316
|
-
C++ signature :
|
|
5317
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
|
|
4345
|
+
Vector b in Aq <= b.
|
|
5318
4346
|
"""
|
|
5319
4347
|
|
|
5320
4348
|
def configure(
|
|
@@ -5334,13 +4362,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5334
4362
|
"""
|
|
5335
4363
|
...
|
|
5336
4364
|
|
|
5337
|
-
name:
|
|
4365
|
+
name: str # std::string
|
|
5338
4366
|
"""
|
|
5339
|
-
|
|
5340
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5341
|
-
|
|
5342
|
-
C++ signature :
|
|
5343
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4367
|
+
Object name.
|
|
5344
4368
|
"""
|
|
5345
4369
|
|
|
5346
4370
|
priority: str
|
|
@@ -5350,13 +4374,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5350
4374
|
|
|
5351
4375
|
|
|
5352
4376
|
class JointsTask:
|
|
5353
|
-
A:
|
|
4377
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5354
4378
|
"""
|
|
5355
|
-
|
|
5356
|
-
None( (placo.Task)arg1) -> object :
|
|
5357
|
-
|
|
5358
|
-
C++ signature :
|
|
5359
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4379
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
5360
4380
|
"""
|
|
5361
4381
|
|
|
5362
4382
|
def __init__(
|
|
@@ -5367,13 +4387,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5367
4387
|
"""
|
|
5368
4388
|
...
|
|
5369
4389
|
|
|
5370
|
-
b:
|
|
4390
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
5371
4391
|
"""
|
|
5372
|
-
|
|
5373
|
-
None( (placo.Task)arg1) -> object :
|
|
5374
|
-
|
|
5375
|
-
C++ signature :
|
|
5376
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4392
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
5377
4393
|
"""
|
|
5378
4394
|
|
|
5379
4395
|
def configure(
|
|
@@ -5420,13 +4436,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5420
4436
|
"""
|
|
5421
4437
|
...
|
|
5422
4438
|
|
|
5423
|
-
name:
|
|
4439
|
+
name: str # std::string
|
|
5424
4440
|
"""
|
|
5425
|
-
|
|
5426
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5427
|
-
|
|
5428
|
-
C++ signature :
|
|
5429
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4441
|
+
Object name.
|
|
5430
4442
|
"""
|
|
5431
4443
|
|
|
5432
4444
|
priority: str
|
|
@@ -5485,13 +4497,9 @@ class KinematicsConstraint:
|
|
|
5485
4497
|
"""
|
|
5486
4498
|
...
|
|
5487
4499
|
|
|
5488
|
-
name:
|
|
4500
|
+
name: str # std::string
|
|
5489
4501
|
"""
|
|
5490
|
-
|
|
5491
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5492
|
-
|
|
5493
|
-
C++ signature :
|
|
5494
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4502
|
+
Object name.
|
|
5495
4503
|
"""
|
|
5496
4504
|
|
|
5497
4505
|
priority: str
|
|
@@ -5501,13 +4509,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5501
4509
|
|
|
5502
4510
|
|
|
5503
4511
|
class KinematicsSolver:
|
|
5504
|
-
N:
|
|
4512
|
+
N: int # int
|
|
5505
4513
|
"""
|
|
5506
|
-
|
|
5507
|
-
None( (placo.KinematicsSolver)arg1) -> int :
|
|
5508
|
-
|
|
5509
|
-
C++ signature :
|
|
5510
|
-
int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4514
|
+
Size of the problem (number of variables)
|
|
5511
4515
|
"""
|
|
5512
4516
|
|
|
5513
4517
|
def __init__(
|
|
@@ -5848,13 +4852,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5848
4852
|
"""
|
|
5849
4853
|
...
|
|
5850
4854
|
|
|
5851
|
-
dt:
|
|
4855
|
+
dt: float # double
|
|
5852
4856
|
"""
|
|
5853
|
-
|
|
5854
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5855
|
-
|
|
5856
|
-
C++ signature :
|
|
5857
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4857
|
+
solver dt (for speeds limiting)
|
|
5858
4858
|
"""
|
|
5859
4859
|
|
|
5860
4860
|
def dump_status(
|
|
@@ -5903,13 +4903,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
5903
4903
|
"""
|
|
5904
4904
|
...
|
|
5905
4905
|
|
|
5906
|
-
problem:
|
|
4906
|
+
problem: Problem # placo::problem::Problem
|
|
5907
4907
|
"""
|
|
5908
|
-
|
|
5909
|
-
None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
5910
|
-
|
|
5911
|
-
C++ signature :
|
|
5912
|
-
placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4908
|
+
The underlying QP problem.
|
|
5913
4909
|
"""
|
|
5914
4910
|
|
|
5915
4911
|
def remove_constraint(
|
|
@@ -5934,22 +4930,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
|
5934
4930
|
"""
|
|
5935
4931
|
...
|
|
5936
4932
|
|
|
5937
|
-
robot:
|
|
4933
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
5938
4934
|
"""
|
|
5939
|
-
|
|
5940
|
-
None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
|
|
5941
|
-
|
|
5942
|
-
C++ signature :
|
|
5943
|
-
placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
|
|
4935
|
+
The robot controlled by this solver.
|
|
5944
4936
|
"""
|
|
5945
4937
|
|
|
5946
|
-
scale:
|
|
4938
|
+
scale: float # double
|
|
5947
4939
|
"""
|
|
5948
|
-
|
|
5949
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5950
|
-
|
|
5951
|
-
C++ signature :
|
|
5952
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4940
|
+
scale obtained when using tasks scaling
|
|
5953
4941
|
"""
|
|
5954
4942
|
|
|
5955
4943
|
def solve(
|
|
@@ -5984,13 +4972,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
5984
4972
|
|
|
5985
4973
|
|
|
5986
4974
|
class KineticEnergyRegularizationTask:
|
|
5987
|
-
A:
|
|
4975
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5988
4976
|
"""
|
|
5989
|
-
|
|
5990
|
-
None( (placo.Task)arg1) -> object :
|
|
5991
|
-
|
|
5992
|
-
C++ signature :
|
|
5993
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4977
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
5994
4978
|
"""
|
|
5995
4979
|
|
|
5996
4980
|
def __init__(
|
|
@@ -5998,13 +4982,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5998
4982
|
) -> None:
|
|
5999
4983
|
...
|
|
6000
4984
|
|
|
6001
|
-
b:
|
|
4985
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6002
4986
|
"""
|
|
6003
|
-
|
|
6004
|
-
None( (placo.Task)arg1) -> object :
|
|
6005
|
-
|
|
6006
|
-
C++ signature :
|
|
6007
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4987
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6008
4988
|
"""
|
|
6009
4989
|
|
|
6010
4990
|
def configure(
|
|
@@ -6040,13 +5020,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6040
5020
|
"""
|
|
6041
5021
|
...
|
|
6042
5022
|
|
|
6043
|
-
name:
|
|
5023
|
+
name: str # std::string
|
|
6044
5024
|
"""
|
|
6045
|
-
|
|
6046
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6047
|
-
|
|
6048
|
-
C++ signature :
|
|
6049
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5025
|
+
Object name.
|
|
6050
5026
|
"""
|
|
6051
5027
|
|
|
6052
5028
|
priority: str
|
|
@@ -6106,14 +5082,7 @@ class LIPM:
|
|
|
6106
5082
|
) -> Expression:
|
|
6107
5083
|
...
|
|
6108
5084
|
|
|
6109
|
-
dt:
|
|
6110
|
-
"""
|
|
6111
|
-
|
|
6112
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6113
|
-
|
|
6114
|
-
C++ signature :
|
|
6115
|
-
double {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6116
|
-
"""
|
|
5085
|
+
dt: float # double
|
|
6117
5086
|
|
|
6118
5087
|
def dzmp(
|
|
6119
5088
|
self,
|
|
@@ -6143,31 +5112,10 @@ None( (placo.LIPM)arg1) -> float :
|
|
|
6143
5112
|
...
|
|
6144
5113
|
|
|
6145
5114
|
t_end: any
|
|
6146
|
-
"""
|
|
6147
|
-
|
|
6148
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6149
5115
|
|
|
6150
|
-
|
|
6151
|
-
double None(placo::humanoid::LIPM {lvalue})
|
|
6152
|
-
"""
|
|
6153
|
-
|
|
6154
|
-
t_start: any
|
|
6155
|
-
"""
|
|
6156
|
-
|
|
6157
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6158
|
-
|
|
6159
|
-
C++ signature :
|
|
6160
|
-
double {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6161
|
-
"""
|
|
6162
|
-
|
|
6163
|
-
timesteps: any
|
|
6164
|
-
"""
|
|
6165
|
-
|
|
6166
|
-
None( (placo.LIPM)arg1) -> int :
|
|
5116
|
+
t_start: float # double
|
|
6167
5117
|
|
|
6168
|
-
|
|
6169
|
-
int {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6170
|
-
"""
|
|
5118
|
+
timesteps: int # int
|
|
6171
5119
|
|
|
6172
5120
|
def vel(
|
|
6173
5121
|
self,
|
|
@@ -6175,41 +5123,13 @@ None( (placo.LIPM)arg1) -> int :
|
|
|
6175
5123
|
) -> Expression:
|
|
6176
5124
|
...
|
|
6177
5125
|
|
|
6178
|
-
x:
|
|
6179
|
-
"""
|
|
6180
|
-
|
|
6181
|
-
None( (placo.LIPM)arg1) -> placo.Integrator :
|
|
6182
|
-
|
|
6183
|
-
C++ signature :
|
|
6184
|
-
placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6185
|
-
"""
|
|
6186
|
-
|
|
6187
|
-
x_var: any
|
|
6188
|
-
"""
|
|
6189
|
-
|
|
6190
|
-
None( (placo.LIPM)arg1) -> object :
|
|
6191
|
-
|
|
6192
|
-
C++ signature :
|
|
6193
|
-
placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6194
|
-
"""
|
|
6195
|
-
|
|
6196
|
-
y: any
|
|
6197
|
-
"""
|
|
6198
|
-
|
|
6199
|
-
None( (placo.LIPM)arg1) -> placo.Integrator :
|
|
5126
|
+
x: Integrator # placo::problem::Integrator
|
|
6200
5127
|
|
|
6201
|
-
|
|
6202
|
-
placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6203
|
-
"""
|
|
5128
|
+
x_var: Variable # placo::problem::Variable
|
|
6204
5129
|
|
|
6205
|
-
|
|
6206
|
-
"""
|
|
6207
|
-
|
|
6208
|
-
None( (placo.LIPM)arg1) -> object :
|
|
5130
|
+
y: Integrator # placo::problem::Integrator
|
|
6209
5131
|
|
|
6210
|
-
|
|
6211
|
-
placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6212
|
-
"""
|
|
5132
|
+
y_var: Variable # placo::problem::Variable
|
|
6213
5133
|
|
|
6214
5134
|
def zmp(
|
|
6215
5135
|
self,
|
|
@@ -6272,13 +5192,9 @@ class LIPMTrajectory:
|
|
|
6272
5192
|
|
|
6273
5193
|
|
|
6274
5194
|
class LineContact:
|
|
6275
|
-
R_world_surface:
|
|
5195
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6276
5196
|
"""
|
|
6277
|
-
|
|
6278
|
-
None( (placo.PointContact)arg1) -> numpy.ndarray :
|
|
6279
|
-
|
|
6280
|
-
C++ signature :
|
|
6281
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> None(placo::dynamics::PointContact {lvalue})
|
|
5197
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6282
5198
|
"""
|
|
6283
5199
|
|
|
6284
5200
|
def __init__(
|
|
@@ -6291,31 +5207,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
|
|
|
6291
5207
|
"""
|
|
6292
5208
|
...
|
|
6293
5209
|
|
|
6294
|
-
active:
|
|
5210
|
+
active: bool # bool
|
|
6295
5211
|
"""
|
|
6296
|
-
|
|
6297
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6298
|
-
|
|
6299
|
-
C++ signature :
|
|
6300
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5212
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
6301
5213
|
"""
|
|
6302
5214
|
|
|
6303
|
-
length:
|
|
5215
|
+
length: float # double
|
|
6304
5216
|
"""
|
|
6305
|
-
|
|
6306
|
-
None( (placo.LineContact)arg1) -> float :
|
|
6307
|
-
|
|
6308
|
-
C++ signature :
|
|
6309
|
-
double {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5217
|
+
Rectangular contact length along local x-axis.
|
|
6310
5218
|
"""
|
|
6311
5219
|
|
|
6312
|
-
mu:
|
|
5220
|
+
mu: float # double
|
|
6313
5221
|
"""
|
|
6314
|
-
|
|
6315
|
-
None( (placo.Contact)arg1) -> float :
|
|
6316
|
-
|
|
6317
|
-
C++ signature :
|
|
6318
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5222
|
+
Coefficient of friction (if relevant)
|
|
6319
5223
|
"""
|
|
6320
5224
|
|
|
6321
5225
|
def orientation_task(
|
|
@@ -6328,49 +5232,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6328
5232
|
) -> DynamicsPositionTask:
|
|
6329
5233
|
...
|
|
6330
5234
|
|
|
6331
|
-
unilateral:
|
|
5235
|
+
unilateral: bool # bool
|
|
6332
5236
|
"""
|
|
6333
|
-
|
|
6334
|
-
None( (placo.LineContact)arg1) -> bool :
|
|
6335
|
-
|
|
6336
|
-
C++ signature :
|
|
6337
|
-
bool {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5237
|
+
true for unilateral contact with the ground
|
|
6338
5238
|
"""
|
|
6339
5239
|
|
|
6340
|
-
weight_forces:
|
|
5240
|
+
weight_forces: float # double
|
|
6341
5241
|
"""
|
|
6342
|
-
|
|
6343
|
-
None( (placo.Contact)arg1) -> float :
|
|
6344
|
-
|
|
6345
|
-
C++ signature :
|
|
6346
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5242
|
+
Weight of forces for the optimization (if relevant)
|
|
6347
5243
|
"""
|
|
6348
5244
|
|
|
6349
|
-
weight_moments:
|
|
5245
|
+
weight_moments: float # double
|
|
6350
5246
|
"""
|
|
6351
|
-
|
|
6352
|
-
None( (placo.Contact)arg1) -> float :
|
|
6353
|
-
|
|
6354
|
-
C++ signature :
|
|
6355
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5247
|
+
Weight of moments for optimization (if relevant)
|
|
6356
5248
|
"""
|
|
6357
5249
|
|
|
6358
|
-
weight_tangentials:
|
|
5250
|
+
weight_tangentials: float # double
|
|
6359
5251
|
"""
|
|
6360
|
-
|
|
6361
|
-
None( (placo.Contact)arg1) -> float :
|
|
6362
|
-
|
|
6363
|
-
C++ signature :
|
|
6364
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5252
|
+
Extra cost for tangential forces.
|
|
6365
5253
|
"""
|
|
6366
5254
|
|
|
6367
|
-
wrench:
|
|
5255
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6368
5256
|
"""
|
|
6369
|
-
|
|
6370
|
-
None( (placo.Contact)arg1) -> object :
|
|
6371
|
-
|
|
6372
|
-
C++ signature :
|
|
6373
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5257
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6374
5258
|
"""
|
|
6375
5259
|
|
|
6376
5260
|
def zmp(
|
|
@@ -6383,13 +5267,9 @@ None( (placo.Contact)arg1) -> object :
|
|
|
6383
5267
|
|
|
6384
5268
|
|
|
6385
5269
|
class ManipulabilityTask:
|
|
6386
|
-
A:
|
|
5270
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6387
5271
|
"""
|
|
6388
|
-
|
|
6389
|
-
None( (placo.Task)arg1) -> object :
|
|
6390
|
-
|
|
6391
|
-
C++ signature :
|
|
6392
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5272
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6393
5273
|
"""
|
|
6394
5274
|
|
|
6395
5275
|
def __init__(
|
|
@@ -6400,13 +5280,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6400
5280
|
) -> any:
|
|
6401
5281
|
...
|
|
6402
5282
|
|
|
6403
|
-
b:
|
|
5283
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6404
5284
|
"""
|
|
6405
|
-
|
|
6406
|
-
None( (placo.Task)arg1) -> object :
|
|
6407
|
-
|
|
6408
|
-
C++ signature :
|
|
6409
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5285
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6410
5286
|
"""
|
|
6411
5287
|
|
|
6412
5288
|
def configure(
|
|
@@ -6443,39 +5319,20 @@ None( (placo.Task)arg1) -> object :
|
|
|
6443
5319
|
...
|
|
6444
5320
|
|
|
6445
5321
|
lambda_: any
|
|
6446
|
-
"""
|
|
6447
|
-
|
|
6448
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6449
|
-
|
|
6450
|
-
C++ signature :
|
|
6451
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
6452
|
-
"""
|
|
6453
5322
|
|
|
6454
|
-
manipulability:
|
|
5323
|
+
manipulability: float # double
|
|
6455
5324
|
"""
|
|
6456
|
-
|
|
6457
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6458
|
-
|
|
6459
|
-
C++ signature :
|
|
6460
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5325
|
+
The last computed manipulability value.
|
|
6461
5326
|
"""
|
|
6462
5327
|
|
|
6463
|
-
minimize:
|
|
5328
|
+
minimize: bool # bool
|
|
6464
5329
|
"""
|
|
6465
|
-
|
|
6466
|
-
None( (placo.ManipulabilityTask)arg1) -> bool :
|
|
6467
|
-
|
|
6468
|
-
C++ signature :
|
|
6469
|
-
bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5330
|
+
Should the manipulability be minimized (can be useful to find singularities)
|
|
6470
5331
|
"""
|
|
6471
5332
|
|
|
6472
|
-
name:
|
|
5333
|
+
name: str # std::string
|
|
6473
5334
|
"""
|
|
6474
|
-
|
|
6475
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6476
|
-
|
|
6477
|
-
C++ signature :
|
|
6478
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5335
|
+
Object name.
|
|
6479
5336
|
"""
|
|
6480
5337
|
|
|
6481
5338
|
priority: str
|
|
@@ -6493,22 +5350,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6493
5350
|
|
|
6494
5351
|
|
|
6495
5352
|
class OrientationTask:
|
|
6496
|
-
A:
|
|
5353
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6497
5354
|
"""
|
|
6498
|
-
|
|
6499
|
-
None( (placo.Task)arg1) -> object :
|
|
6500
|
-
|
|
6501
|
-
C++ signature :
|
|
6502
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5355
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6503
5356
|
"""
|
|
6504
5357
|
|
|
6505
|
-
R_world_frame:
|
|
5358
|
+
R_world_frame: numpy.ndarray # Eigen::Matrix3d
|
|
6506
5359
|
"""
|
|
6507
|
-
|
|
6508
|
-
None( (placo.OrientationTask)arg1) -> object :
|
|
6509
|
-
|
|
6510
|
-
C++ signature :
|
|
6511
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5360
|
+
Target frame orientation in the world.
|
|
6512
5361
|
"""
|
|
6513
5362
|
|
|
6514
5363
|
def __init__(
|
|
@@ -6521,13 +5370,9 @@ None( (placo.OrientationTask)arg1) -> object :
|
|
|
6521
5370
|
"""
|
|
6522
5371
|
...
|
|
6523
5372
|
|
|
6524
|
-
b:
|
|
5373
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6525
5374
|
"""
|
|
6526
|
-
|
|
6527
|
-
None( (placo.Task)arg1) -> object :
|
|
6528
|
-
|
|
6529
|
-
C++ signature :
|
|
6530
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5375
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6531
5376
|
"""
|
|
6532
5377
|
|
|
6533
5378
|
def configure(
|
|
@@ -6563,31 +5408,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6563
5408
|
"""
|
|
6564
5409
|
...
|
|
6565
5410
|
|
|
6566
|
-
frame_index: any
|
|
5411
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6567
5412
|
"""
|
|
6568
|
-
|
|
6569
|
-
None( (placo.OrientationTask)arg1) -> int :
|
|
6570
|
-
|
|
6571
|
-
C++ signature :
|
|
6572
|
-
unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5413
|
+
Frame.
|
|
6573
5414
|
"""
|
|
6574
5415
|
|
|
6575
|
-
mask:
|
|
5416
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6576
5417
|
"""
|
|
6577
|
-
|
|
6578
|
-
None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
|
|
6579
|
-
|
|
6580
|
-
C++ signature :
|
|
6581
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5418
|
+
Mask.
|
|
6582
5419
|
"""
|
|
6583
5420
|
|
|
6584
|
-
name:
|
|
5421
|
+
name: str # std::string
|
|
6585
5422
|
"""
|
|
6586
|
-
|
|
6587
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6588
|
-
|
|
6589
|
-
C++ signature :
|
|
6590
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5423
|
+
Object name.
|
|
6591
5424
|
"""
|
|
6592
5425
|
|
|
6593
5426
|
priority: str
|
|
@@ -6605,13 +5438,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6605
5438
|
|
|
6606
5439
|
|
|
6607
5440
|
class PointContact:
|
|
6608
|
-
R_world_surface:
|
|
5441
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6609
5442
|
"""
|
|
6610
|
-
|
|
6611
|
-
None( (placo.PointContact)arg1) -> object :
|
|
6612
|
-
|
|
6613
|
-
C++ signature :
|
|
6614
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::PointContact {lvalue})
|
|
5443
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6615
5444
|
"""
|
|
6616
5445
|
|
|
6617
5446
|
def __init__(
|
|
@@ -6624,22 +5453,14 @@ None( (placo.PointContact)arg1) -> object :
|
|
|
6624
5453
|
"""
|
|
6625
5454
|
...
|
|
6626
5455
|
|
|
6627
|
-
active:
|
|
5456
|
+
active: bool # bool
|
|
6628
5457
|
"""
|
|
6629
|
-
|
|
6630
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6631
|
-
|
|
6632
|
-
C++ signature :
|
|
6633
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5458
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
6634
5459
|
"""
|
|
6635
5460
|
|
|
6636
|
-
mu:
|
|
5461
|
+
mu: float # double
|
|
6637
5462
|
"""
|
|
6638
|
-
|
|
6639
|
-
None( (placo.Contact)arg1) -> float :
|
|
6640
|
-
|
|
6641
|
-
C++ signature :
|
|
6642
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5463
|
+
Coefficient of friction (if relevant)
|
|
6643
5464
|
"""
|
|
6644
5465
|
|
|
6645
5466
|
def position_task(
|
|
@@ -6647,49 +5468,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6647
5468
|
) -> DynamicsPositionTask:
|
|
6648
5469
|
...
|
|
6649
5470
|
|
|
6650
|
-
unilateral:
|
|
5471
|
+
unilateral: bool # bool
|
|
6651
5472
|
"""
|
|
6652
|
-
|
|
6653
|
-
None( (placo.PointContact)arg1) -> bool :
|
|
6654
|
-
|
|
6655
|
-
C++ signature :
|
|
6656
|
-
bool {lvalue} None(placo::dynamics::PointContact {lvalue})
|
|
5473
|
+
true for unilateral contact with the ground
|
|
6657
5474
|
"""
|
|
6658
5475
|
|
|
6659
|
-
weight_forces:
|
|
5476
|
+
weight_forces: float # double
|
|
6660
5477
|
"""
|
|
6661
|
-
|
|
6662
|
-
None( (placo.Contact)arg1) -> float :
|
|
6663
|
-
|
|
6664
|
-
C++ signature :
|
|
6665
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5478
|
+
Weight of forces for the optimization (if relevant)
|
|
6666
5479
|
"""
|
|
6667
5480
|
|
|
6668
|
-
weight_moments:
|
|
5481
|
+
weight_moments: float # double
|
|
6669
5482
|
"""
|
|
6670
|
-
|
|
6671
|
-
None( (placo.Contact)arg1) -> float :
|
|
6672
|
-
|
|
6673
|
-
C++ signature :
|
|
6674
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5483
|
+
Weight of moments for optimization (if relevant)
|
|
6675
5484
|
"""
|
|
6676
5485
|
|
|
6677
|
-
weight_tangentials:
|
|
5486
|
+
weight_tangentials: float # double
|
|
6678
5487
|
"""
|
|
6679
|
-
|
|
6680
|
-
None( (placo.Contact)arg1) -> float :
|
|
6681
|
-
|
|
6682
|
-
C++ signature :
|
|
6683
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5488
|
+
Extra cost for tangential forces.
|
|
6684
5489
|
"""
|
|
6685
5490
|
|
|
6686
|
-
wrench:
|
|
5491
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6687
5492
|
"""
|
|
6688
|
-
|
|
6689
|
-
None( (placo.Contact)arg1) -> object :
|
|
6690
|
-
|
|
6691
|
-
C++ signature :
|
|
6692
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5493
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6693
5494
|
"""
|
|
6694
5495
|
|
|
6695
5496
|
|
|
@@ -6729,13 +5530,9 @@ class Polynom:
|
|
|
6729
5530
|
) -> any:
|
|
6730
5531
|
...
|
|
6731
5532
|
|
|
6732
|
-
coefficients:
|
|
5533
|
+
coefficients: numpy.ndarray # Eigen::VectorXd
|
|
6733
5534
|
"""
|
|
6734
|
-
|
|
6735
|
-
None( (placo.Polynom)arg1) -> object :
|
|
6736
|
-
|
|
6737
|
-
C++ signature :
|
|
6738
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::tools::Polynom {lvalue})
|
|
5535
|
+
coefficients, from highest to lowest
|
|
6739
5536
|
"""
|
|
6740
5537
|
|
|
6741
5538
|
@staticmethod
|
|
@@ -6769,13 +5566,9 @@ None( (placo.Polynom)arg1) -> object :
|
|
|
6769
5566
|
|
|
6770
5567
|
|
|
6771
5568
|
class PositionTask:
|
|
6772
|
-
A:
|
|
5569
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6773
5570
|
"""
|
|
6774
|
-
|
|
6775
|
-
None( (placo.Task)arg1) -> object :
|
|
6776
|
-
|
|
6777
|
-
C++ signature :
|
|
6778
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5571
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6779
5572
|
"""
|
|
6780
5573
|
|
|
6781
5574
|
def __init__(
|
|
@@ -6788,13 +5581,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6788
5581
|
"""
|
|
6789
5582
|
...
|
|
6790
5583
|
|
|
6791
|
-
b:
|
|
5584
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6792
5585
|
"""
|
|
6793
|
-
|
|
6794
|
-
None( (placo.Task)arg1) -> object :
|
|
6795
|
-
|
|
6796
|
-
C++ signature :
|
|
6797
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5586
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6798
5587
|
"""
|
|
6799
5588
|
|
|
6800
5589
|
def configure(
|
|
@@ -6830,31 +5619,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6830
5619
|
"""
|
|
6831
5620
|
...
|
|
6832
5621
|
|
|
6833
|
-
frame_index: any
|
|
5622
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6834
5623
|
"""
|
|
6835
|
-
|
|
6836
|
-
None( (placo.PositionTask)arg1) -> int :
|
|
6837
|
-
|
|
6838
|
-
C++ signature :
|
|
6839
|
-
unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5624
|
+
Frame.
|
|
6840
5625
|
"""
|
|
6841
5626
|
|
|
6842
|
-
mask:
|
|
5627
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6843
5628
|
"""
|
|
6844
|
-
|
|
6845
|
-
None( (placo.PositionTask)arg1) -> placo.AxisesMask :
|
|
6846
|
-
|
|
6847
|
-
C++ signature :
|
|
6848
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5629
|
+
Mask.
|
|
6849
5630
|
"""
|
|
6850
5631
|
|
|
6851
|
-
name:
|
|
5632
|
+
name: str # std::string
|
|
6852
5633
|
"""
|
|
6853
|
-
|
|
6854
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6855
|
-
|
|
6856
|
-
C++ signature :
|
|
6857
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5634
|
+
Object name.
|
|
6858
5635
|
"""
|
|
6859
5636
|
|
|
6860
5637
|
priority: str
|
|
@@ -6862,13 +5639,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6862
5639
|
Priority [str]
|
|
6863
5640
|
"""
|
|
6864
5641
|
|
|
6865
|
-
target_world:
|
|
5642
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
6866
5643
|
"""
|
|
6867
|
-
|
|
6868
|
-
None( (placo.PositionTask)arg1) -> numpy.ndarray :
|
|
6869
|
-
|
|
6870
|
-
C++ signature :
|
|
6871
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::PositionTask)
|
|
5644
|
+
Target position in the world.
|
|
6872
5645
|
"""
|
|
6873
5646
|
|
|
6874
5647
|
def update(
|
|
@@ -6903,13 +5676,9 @@ class Prioritized:
|
|
|
6903
5676
|
"""
|
|
6904
5677
|
...
|
|
6905
5678
|
|
|
6906
|
-
name:
|
|
5679
|
+
name: str # std::string
|
|
6907
5680
|
"""
|
|
6908
|
-
|
|
6909
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6910
|
-
|
|
6911
|
-
C++ signature :
|
|
6912
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5681
|
+
Object name.
|
|
6913
5682
|
"""
|
|
6914
5683
|
|
|
6915
5684
|
priority: str
|
|
@@ -6976,13 +5745,9 @@ class Problem:
|
|
|
6976
5745
|
"""
|
|
6977
5746
|
...
|
|
6978
5747
|
|
|
6979
|
-
determined_variables:
|
|
5748
|
+
determined_variables: int # int
|
|
6980
5749
|
"""
|
|
6981
|
-
|
|
6982
|
-
None( (placo.Problem)arg1) -> int :
|
|
6983
|
-
|
|
6984
|
-
C++ signature :
|
|
6985
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5750
|
+
Number of determined variables.
|
|
6986
5751
|
"""
|
|
6987
5752
|
|
|
6988
5753
|
def dump_status(
|
|
@@ -6990,76 +5755,44 @@ None( (placo.Problem)arg1) -> int :
|
|
|
6990
5755
|
) -> None:
|
|
6991
5756
|
...
|
|
6992
5757
|
|
|
6993
|
-
free_variables:
|
|
5758
|
+
free_variables: int # int
|
|
6994
5759
|
"""
|
|
6995
|
-
|
|
6996
|
-
None( (placo.Problem)arg1) -> int :
|
|
6997
|
-
|
|
6998
|
-
C++ signature :
|
|
6999
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5760
|
+
Number of free variables to solve.
|
|
7000
5761
|
"""
|
|
7001
5762
|
|
|
7002
|
-
n_equalities:
|
|
5763
|
+
n_equalities: int # int
|
|
7003
5764
|
"""
|
|
7004
|
-
|
|
7005
|
-
None( (placo.Problem)arg1) -> int :
|
|
7006
|
-
|
|
7007
|
-
C++ signature :
|
|
7008
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5765
|
+
Number of equalities.
|
|
7009
5766
|
"""
|
|
7010
5767
|
|
|
7011
|
-
n_inequalities:
|
|
5768
|
+
n_inequalities: int # int
|
|
7012
5769
|
"""
|
|
7013
|
-
|
|
7014
|
-
None( (placo.Problem)arg1) -> int :
|
|
7015
|
-
|
|
7016
|
-
C++ signature :
|
|
7017
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5770
|
+
Number of inequality constraints.
|
|
7018
5771
|
"""
|
|
7019
5772
|
|
|
7020
|
-
n_variables:
|
|
5773
|
+
n_variables: int # int
|
|
7021
5774
|
"""
|
|
7022
|
-
|
|
7023
|
-
None( (placo.Problem)arg1) -> int :
|
|
7024
|
-
|
|
7025
|
-
C++ signature :
|
|
7026
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5775
|
+
Number of problem variables that need to be solved.
|
|
7027
5776
|
"""
|
|
7028
5777
|
|
|
7029
|
-
regularization:
|
|
5778
|
+
regularization: float # double
|
|
7030
5779
|
"""
|
|
7031
|
-
|
|
7032
|
-
None( (placo.Problem)arg1) -> float :
|
|
7033
|
-
|
|
7034
|
-
C++ signature :
|
|
7035
|
-
double {lvalue} None(placo::problem::Problem {lvalue})
|
|
5780
|
+
Default internal regularization.
|
|
7036
5781
|
"""
|
|
7037
5782
|
|
|
7038
|
-
rewrite_equalities:
|
|
5783
|
+
rewrite_equalities: bool # bool
|
|
7039
5784
|
"""
|
|
7040
|
-
|
|
7041
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7042
|
-
|
|
7043
|
-
C++ signature :
|
|
7044
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5785
|
+
If set to true, a QR factorization will be performed on the equality constraints, and the QP will be called with free variables only.
|
|
7045
5786
|
"""
|
|
7046
5787
|
|
|
7047
|
-
slack_variables:
|
|
5788
|
+
slack_variables: int # int
|
|
7048
5789
|
"""
|
|
7049
|
-
|
|
7050
|
-
None( (placo.Problem)arg1) -> int :
|
|
7051
|
-
|
|
7052
|
-
C++ signature :
|
|
7053
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5790
|
+
Number of slack variables in the solver.
|
|
7054
5791
|
"""
|
|
7055
5792
|
|
|
7056
|
-
slacks:
|
|
5793
|
+
slacks: numpy.ndarray # Eigen::VectorXd
|
|
7057
5794
|
"""
|
|
7058
|
-
|
|
7059
|
-
None( (placo.Problem)arg1) -> numpy.ndarray :
|
|
7060
|
-
|
|
7061
|
-
C++ signature :
|
|
7062
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::problem::Problem)
|
|
5795
|
+
Computed slack variables.
|
|
7063
5796
|
"""
|
|
7064
5797
|
|
|
7065
5798
|
def solve(
|
|
@@ -7070,22 +5803,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
|
|
|
7070
5803
|
"""
|
|
7071
5804
|
...
|
|
7072
5805
|
|
|
7073
|
-
use_sparsity:
|
|
5806
|
+
use_sparsity: bool # bool
|
|
7074
5807
|
"""
|
|
7075
|
-
|
|
7076
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7077
|
-
|
|
7078
|
-
C++ signature :
|
|
7079
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5808
|
+
If set to true, some sparsity optimizations will be performed when building the problem Hessian. This optimization is generally not useful for small problems.
|
|
7080
5809
|
"""
|
|
7081
5810
|
|
|
7082
|
-
x:
|
|
5811
|
+
x: numpy.ndarray # Eigen::VectorXd
|
|
7083
5812
|
"""
|
|
7084
|
-
|
|
7085
|
-
None( (placo.Problem)arg1) -> object :
|
|
7086
|
-
|
|
7087
|
-
C++ signature :
|
|
7088
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Problem {lvalue})
|
|
5813
|
+
Computed result.
|
|
7089
5814
|
"""
|
|
7090
5815
|
|
|
7091
5816
|
|
|
@@ -7110,40 +5835,24 @@ class ProblemConstraint:
|
|
|
7110
5835
|
"""
|
|
7111
5836
|
...
|
|
7112
5837
|
|
|
7113
|
-
expression:
|
|
5838
|
+
expression: Expression # placo::problem::Expression
|
|
7114
5839
|
"""
|
|
7115
|
-
|
|
7116
|
-
None( (placo.ProblemConstraint)arg1) -> object :
|
|
7117
|
-
|
|
7118
|
-
C++ signature :
|
|
7119
|
-
placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5840
|
+
The constraint expression (Ax + b)
|
|
7120
5841
|
"""
|
|
7121
5842
|
|
|
7122
|
-
is_active:
|
|
5843
|
+
is_active: bool # bool
|
|
7123
5844
|
"""
|
|
7124
|
-
|
|
7125
|
-
None( (placo.ProblemConstraint)arg1) -> bool :
|
|
7126
|
-
|
|
7127
|
-
C++ signature :
|
|
7128
|
-
bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5845
|
+
This flag will be set by the solver if the constraint is active in the optimal solution.
|
|
7129
5846
|
"""
|
|
7130
5847
|
|
|
7131
|
-
priority: any
|
|
5848
|
+
priority: any # placo::problem::ProblemConstraint::Priority
|
|
7132
5849
|
"""
|
|
7133
|
-
|
|
7134
|
-
None( (placo.ProblemConstraint)arg1) -> str :
|
|
7135
|
-
|
|
7136
|
-
C++ signature :
|
|
7137
|
-
char const* None(placo::problem::ProblemConstraint)
|
|
5850
|
+
Constraint priority.
|
|
7138
5851
|
"""
|
|
7139
5852
|
|
|
7140
|
-
weight:
|
|
5853
|
+
weight: float # double
|
|
7141
5854
|
"""
|
|
7142
|
-
|
|
7143
|
-
None( (placo.ProblemConstraint)arg1) -> float :
|
|
7144
|
-
|
|
7145
|
-
C++ signature :
|
|
7146
|
-
double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5855
|
+
Constraint weight (for soft constraints)
|
|
7147
5856
|
"""
|
|
7148
5857
|
|
|
7149
5858
|
|
|
@@ -7186,58 +5895,34 @@ class PuppetContact:
|
|
|
7186
5895
|
"""
|
|
7187
5896
|
...
|
|
7188
5897
|
|
|
7189
|
-
active:
|
|
5898
|
+
active: bool # bool
|
|
7190
5899
|
"""
|
|
7191
|
-
|
|
7192
|
-
None( (placo.Contact)arg1) -> bool :
|
|
7193
|
-
|
|
7194
|
-
C++ signature :
|
|
7195
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5900
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
7196
5901
|
"""
|
|
7197
5902
|
|
|
7198
|
-
mu:
|
|
5903
|
+
mu: float # double
|
|
7199
5904
|
"""
|
|
7200
|
-
|
|
7201
|
-
None( (placo.Contact)arg1) -> float :
|
|
7202
|
-
|
|
7203
|
-
C++ signature :
|
|
7204
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5905
|
+
Coefficient of friction (if relevant)
|
|
7205
5906
|
"""
|
|
7206
5907
|
|
|
7207
|
-
weight_forces:
|
|
5908
|
+
weight_forces: float # double
|
|
7208
5909
|
"""
|
|
7209
|
-
|
|
7210
|
-
None( (placo.Contact)arg1) -> float :
|
|
7211
|
-
|
|
7212
|
-
C++ signature :
|
|
7213
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5910
|
+
Weight of forces for the optimization (if relevant)
|
|
7214
5911
|
"""
|
|
7215
5912
|
|
|
7216
|
-
weight_moments:
|
|
5913
|
+
weight_moments: float # double
|
|
7217
5914
|
"""
|
|
7218
|
-
|
|
7219
|
-
None( (placo.Contact)arg1) -> float :
|
|
7220
|
-
|
|
7221
|
-
C++ signature :
|
|
7222
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5915
|
+
Weight of moments for optimization (if relevant)
|
|
7223
5916
|
"""
|
|
7224
5917
|
|
|
7225
|
-
weight_tangentials:
|
|
5918
|
+
weight_tangentials: float # double
|
|
7226
5919
|
"""
|
|
7227
|
-
|
|
7228
|
-
None( (placo.Contact)arg1) -> float :
|
|
7229
|
-
|
|
7230
|
-
C++ signature :
|
|
7231
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5920
|
+
Extra cost for tangential forces.
|
|
7232
5921
|
"""
|
|
7233
5922
|
|
|
7234
|
-
wrench:
|
|
5923
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
7235
5924
|
"""
|
|
7236
|
-
|
|
7237
|
-
None( (placo.Contact)arg1) -> object :
|
|
7238
|
-
|
|
7239
|
-
C++ signature :
|
|
7240
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5925
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
7241
5926
|
"""
|
|
7242
5927
|
|
|
7243
5928
|
|
|
@@ -7258,13 +5943,9 @@ class QPError:
|
|
|
7258
5943
|
|
|
7259
5944
|
|
|
7260
5945
|
class RegularizationTask:
|
|
7261
|
-
A:
|
|
5946
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7262
5947
|
"""
|
|
7263
|
-
|
|
7264
|
-
None( (placo.Task)arg1) -> object :
|
|
7265
|
-
|
|
7266
|
-
C++ signature :
|
|
7267
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5948
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7268
5949
|
"""
|
|
7269
5950
|
|
|
7270
5951
|
def __init__(
|
|
@@ -7272,13 +5953,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7272
5953
|
) -> None:
|
|
7273
5954
|
...
|
|
7274
5955
|
|
|
7275
|
-
b:
|
|
5956
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7276
5957
|
"""
|
|
7277
|
-
|
|
7278
|
-
None( (placo.Task)arg1) -> object :
|
|
7279
|
-
|
|
7280
|
-
C++ signature :
|
|
7281
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5958
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7282
5959
|
"""
|
|
7283
5960
|
|
|
7284
5961
|
def configure(
|
|
@@ -7314,13 +5991,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7314
5991
|
"""
|
|
7315
5992
|
...
|
|
7316
5993
|
|
|
7317
|
-
name:
|
|
5994
|
+
name: str # std::string
|
|
7318
5995
|
"""
|
|
7319
|
-
|
|
7320
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7321
|
-
|
|
7322
|
-
C++ signature :
|
|
7323
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5996
|
+
Object name.
|
|
7324
5997
|
"""
|
|
7325
5998
|
|
|
7326
5999
|
priority: str
|
|
@@ -7339,13 +6012,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7339
6012
|
|
|
7340
6013
|
class RelativeFrameTask:
|
|
7341
6014
|
T_a_b: any
|
|
7342
|
-
"""
|
|
7343
|
-
|
|
7344
|
-
None( (placo.RelativeFrameTask)arg1) -> object :
|
|
7345
|
-
|
|
7346
|
-
C++ signature :
|
|
7347
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::RelativeFrameTask {lvalue})
|
|
7348
|
-
"""
|
|
7349
6015
|
|
|
7350
6016
|
def __init__(
|
|
7351
6017
|
self,
|
|
@@ -7389,22 +6055,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
|
|
|
7389
6055
|
|
|
7390
6056
|
|
|
7391
6057
|
class RelativeOrientationTask:
|
|
7392
|
-
A:
|
|
6058
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7393
6059
|
"""
|
|
7394
|
-
|
|
7395
|
-
None( (placo.Task)arg1) -> object :
|
|
7396
|
-
|
|
7397
|
-
C++ signature :
|
|
7398
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6060
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7399
6061
|
"""
|
|
7400
6062
|
|
|
7401
|
-
R_a_b:
|
|
6063
|
+
R_a_b: numpy.ndarray # Eigen::Matrix3d
|
|
7402
6064
|
"""
|
|
7403
|
-
|
|
7404
|
-
None( (placo.RelativeOrientationTask)arg1) -> object :
|
|
7405
|
-
|
|
7406
|
-
C++ signature :
|
|
7407
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6065
|
+
Target relative orientation of b in a.
|
|
7408
6066
|
"""
|
|
7409
6067
|
|
|
7410
6068
|
def __init__(
|
|
@@ -7418,13 +6076,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
|
|
|
7418
6076
|
"""
|
|
7419
6077
|
...
|
|
7420
6078
|
|
|
7421
|
-
b:
|
|
6079
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7422
6080
|
"""
|
|
7423
|
-
|
|
7424
|
-
None( (placo.Task)arg1) -> object :
|
|
7425
|
-
|
|
7426
|
-
C++ signature :
|
|
7427
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6081
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7428
6082
|
"""
|
|
7429
6083
|
|
|
7430
6084
|
def configure(
|
|
@@ -7460,40 +6114,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7460
6114
|
"""
|
|
7461
6115
|
...
|
|
7462
6116
|
|
|
7463
|
-
frame_a: any
|
|
6117
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7464
6118
|
"""
|
|
7465
|
-
|
|
7466
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7467
|
-
|
|
7468
|
-
C++ signature :
|
|
7469
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6119
|
+
Frame A.
|
|
7470
6120
|
"""
|
|
7471
6121
|
|
|
7472
|
-
frame_b: any
|
|
6122
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7473
6123
|
"""
|
|
7474
|
-
|
|
7475
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7476
|
-
|
|
7477
|
-
C++ signature :
|
|
7478
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6124
|
+
Frame B.
|
|
7479
6125
|
"""
|
|
7480
6126
|
|
|
7481
|
-
mask:
|
|
6127
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7482
6128
|
"""
|
|
7483
|
-
|
|
7484
|
-
None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
|
|
7485
|
-
|
|
7486
|
-
C++ signature :
|
|
7487
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6129
|
+
Mask.
|
|
7488
6130
|
"""
|
|
7489
6131
|
|
|
7490
|
-
name:
|
|
6132
|
+
name: str # std::string
|
|
7491
6133
|
"""
|
|
7492
|
-
|
|
7493
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7494
|
-
|
|
7495
|
-
C++ signature :
|
|
7496
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
6134
|
+
Object name.
|
|
7497
6135
|
"""
|
|
7498
6136
|
|
|
7499
6137
|
priority: str
|
|
@@ -7511,13 +6149,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7511
6149
|
|
|
7512
6150
|
|
|
7513
6151
|
class RelativePositionTask:
|
|
7514
|
-
A:
|
|
6152
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7515
6153
|
"""
|
|
7516
|
-
|
|
7517
|
-
None( (placo.Task)arg1) -> object :
|
|
7518
|
-
|
|
7519
|
-
C++ signature :
|
|
7520
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6154
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7521
6155
|
"""
|
|
7522
6156
|
|
|
7523
6157
|
def __init__(
|
|
@@ -7531,13 +6165,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7531
6165
|
"""
|
|
7532
6166
|
...
|
|
7533
6167
|
|
|
7534
|
-
b:
|
|
6168
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7535
6169
|
"""
|
|
7536
|
-
|
|
7537
|
-
None( (placo.Task)arg1) -> object :
|
|
7538
|
-
|
|
7539
|
-
C++ signature :
|
|
7540
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6170
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7541
6171
|
"""
|
|
7542
6172
|
|
|
7543
6173
|
def configure(
|
|
@@ -7573,40 +6203,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7573
6203
|
"""
|
|
7574
6204
|
...
|
|
7575
6205
|
|
|
7576
|
-
frame_a: any
|
|
6206
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7577
6207
|
"""
|
|
7578
|
-
|
|
7579
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7580
|
-
|
|
7581
|
-
C++ signature :
|
|
7582
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6208
|
+
Frame A.
|
|
7583
6209
|
"""
|
|
7584
6210
|
|
|
7585
|
-
frame_b: any
|
|
6211
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7586
6212
|
"""
|
|
7587
|
-
|
|
7588
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7589
|
-
|
|
7590
|
-
C++ signature :
|
|
7591
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6213
|
+
Frame B.
|
|
7592
6214
|
"""
|
|
7593
6215
|
|
|
7594
|
-
mask:
|
|
6216
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7595
6217
|
"""
|
|
7596
|
-
|
|
7597
|
-
None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
|
|
7598
|
-
|
|
7599
|
-
C++ signature :
|
|
7600
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6218
|
+
Mask.
|
|
7601
6219
|
"""
|
|
7602
6220
|
|
|
7603
|
-
name:
|
|
6221
|
+
name: str # std::string
|
|
7604
6222
|
"""
|
|
7605
|
-
|
|
7606
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7607
|
-
|
|
7608
|
-
C++ signature :
|
|
7609
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
6223
|
+
Object name.
|
|
7610
6224
|
"""
|
|
7611
6225
|
|
|
7612
6226
|
priority: str
|
|
@@ -7614,13 +6228,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7614
6228
|
Priority [str]
|
|
7615
6229
|
"""
|
|
7616
6230
|
|
|
7617
|
-
target:
|
|
6231
|
+
target: numpy.ndarray # Eigen::Vector3d
|
|
7618
6232
|
"""
|
|
7619
|
-
|
|
7620
|
-
None( (placo.RelativePositionTask)arg1) -> object :
|
|
7621
|
-
|
|
7622
|
-
C++ signature :
|
|
7623
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6233
|
+
Target position of B in A.
|
|
7624
6234
|
"""
|
|
7625
6235
|
|
|
7626
6236
|
def update(
|
|
@@ -7667,13 +6277,9 @@ class RobotWrapper:
|
|
|
7667
6277
|
"""
|
|
7668
6278
|
...
|
|
7669
6279
|
|
|
7670
|
-
collision_model: any
|
|
6280
|
+
collision_model: any # pinocchio::GeometryModel
|
|
7671
6281
|
"""
|
|
7672
|
-
|
|
7673
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7674
|
-
|
|
7675
|
-
C++ signature :
|
|
7676
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6282
|
+
Pinocchio collision model.
|
|
7677
6283
|
"""
|
|
7678
6284
|
|
|
7679
6285
|
def com_jacobian(
|
|
@@ -7714,7 +6320,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7714
6320
|
"""
|
|
7715
6321
|
Computes all minimum distances between current collision pairs.
|
|
7716
6322
|
|
|
7717
|
-
:return: <Element 'para' at
|
|
6323
|
+
:return: <Element 'para' at 0x1074bb3b0>
|
|
7718
6324
|
"""
|
|
7719
6325
|
...
|
|
7720
6326
|
|
|
@@ -7728,7 +6334,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7728
6334
|
|
|
7729
6335
|
:param any frame: the frame for which we want the jacobian
|
|
7730
6336
|
|
|
7731
|
-
:return: <Element 'para' at
|
|
6337
|
+
:return: <Element 'para' at 0x1074bbea0>
|
|
7732
6338
|
"""
|
|
7733
6339
|
...
|
|
7734
6340
|
|
|
@@ -7742,7 +6348,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7742
6348
|
|
|
7743
6349
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7744
6350
|
|
|
7745
|
-
:return: <Element 'para' at
|
|
6351
|
+
:return: <Element 'para' at 0x1074c4950>
|
|
7746
6352
|
"""
|
|
7747
6353
|
...
|
|
7748
6354
|
|
|
@@ -7927,13 +6533,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7927
6533
|
"""
|
|
7928
6534
|
...
|
|
7929
6535
|
|
|
7930
|
-
model: any
|
|
6536
|
+
model: any # pinocchio::Model
|
|
7931
6537
|
"""
|
|
7932
|
-
|
|
7933
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7934
|
-
|
|
7935
|
-
C++ signature :
|
|
7936
|
-
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6538
|
+
Pinocchio model.
|
|
7937
6539
|
"""
|
|
7938
6540
|
|
|
7939
6541
|
def neutral_state(
|
|
@@ -7983,7 +6585,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7983
6585
|
|
|
7984
6586
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7985
6587
|
|
|
7986
|
-
:return: <Element 'para' at
|
|
6588
|
+
:return: <Element 'para' at 0x1074b7c20>
|
|
7987
6589
|
"""
|
|
7988
6590
|
...
|
|
7989
6591
|
|
|
@@ -8139,13 +6741,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
8139
6741
|
"""
|
|
8140
6742
|
...
|
|
8141
6743
|
|
|
8142
|
-
state:
|
|
6744
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
8143
6745
|
"""
|
|
8144
|
-
|
|
8145
|
-
None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
8146
|
-
|
|
8147
|
-
C++ signature :
|
|
8148
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6746
|
+
Robot's current state.
|
|
8149
6747
|
"""
|
|
8150
6748
|
|
|
8151
6749
|
def static_gravity_compensation_torques(
|
|
@@ -8201,13 +6799,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
8201
6799
|
"""
|
|
8202
6800
|
...
|
|
8203
6801
|
|
|
8204
|
-
visual_model: any
|
|
6802
|
+
visual_model: any # pinocchio::GeometryModel
|
|
8205
6803
|
"""
|
|
8206
|
-
|
|
8207
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
8208
|
-
|
|
8209
|
-
C++ signature :
|
|
8210
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6804
|
+
Pinocchio visual model.
|
|
8211
6805
|
"""
|
|
8212
6806
|
|
|
8213
6807
|
|
|
@@ -8217,31 +6811,19 @@ class RobotWrapper_State:
|
|
|
8217
6811
|
) -> None:
|
|
8218
6812
|
...
|
|
8219
6813
|
|
|
8220
|
-
q:
|
|
6814
|
+
q: numpy.ndarray # Eigen::VectorXd
|
|
8221
6815
|
"""
|
|
8222
|
-
|
|
8223
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8224
|
-
|
|
8225
|
-
C++ signature :
|
|
8226
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6816
|
+
joints configuration $q$
|
|
8227
6817
|
"""
|
|
8228
6818
|
|
|
8229
|
-
qd:
|
|
6819
|
+
qd: numpy.ndarray # Eigen::VectorXd
|
|
8230
6820
|
"""
|
|
8231
|
-
|
|
8232
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8233
|
-
|
|
8234
|
-
C++ signature :
|
|
8235
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6821
|
+
joints velocity $\dot q$
|
|
8236
6822
|
"""
|
|
8237
6823
|
|
|
8238
|
-
qdd:
|
|
6824
|
+
qdd: numpy.ndarray # Eigen::VectorXd
|
|
8239
6825
|
"""
|
|
8240
|
-
|
|
8241
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8242
|
-
|
|
8243
|
-
C++ signature :
|
|
8244
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6826
|
+
joints acceleration $\ddot q$
|
|
8245
6827
|
"""
|
|
8246
6828
|
|
|
8247
6829
|
|
|
@@ -8251,14 +6833,7 @@ class Segment:
|
|
|
8251
6833
|
) -> any:
|
|
8252
6834
|
...
|
|
8253
6835
|
|
|
8254
|
-
end:
|
|
8255
|
-
"""
|
|
8256
|
-
|
|
8257
|
-
None( (placo.Segment)arg1) -> object :
|
|
8258
|
-
|
|
8259
|
-
C++ signature :
|
|
8260
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
|
|
8261
|
-
"""
|
|
6836
|
+
end: numpy.ndarray # Eigen::Vector2d
|
|
8262
6837
|
|
|
8263
6838
|
def half_line_pass_through(
|
|
8264
6839
|
self,
|
|
@@ -8365,14 +6940,7 @@ None( (placo.Segment)arg1) -> object :
|
|
|
8365
6940
|
) -> float:
|
|
8366
6941
|
...
|
|
8367
6942
|
|
|
8368
|
-
start:
|
|
8369
|
-
"""
|
|
8370
|
-
|
|
8371
|
-
None( (placo.Segment)arg1) -> object :
|
|
8372
|
-
|
|
8373
|
-
C++ signature :
|
|
8374
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
|
|
8375
|
-
"""
|
|
6943
|
+
start: numpy.ndarray # Eigen::Vector2d
|
|
8376
6944
|
|
|
8377
6945
|
|
|
8378
6946
|
class Sparsity:
|
|
@@ -8407,13 +6975,9 @@ class Sparsity:
|
|
|
8407
6975
|
"""
|
|
8408
6976
|
...
|
|
8409
6977
|
|
|
8410
|
-
intervals:
|
|
6978
|
+
intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
|
|
8411
6979
|
"""
|
|
8412
|
-
|
|
8413
|
-
None( (placo.Sparsity)arg1) -> numpy.ndarray :
|
|
8414
|
-
|
|
8415
|
-
C++ signature :
|
|
8416
|
-
Eigen::Matrix<int, -1, -1, 0, -1, -1> None(placo::problem::Sparsity)
|
|
6980
|
+
Intervals of non-sparse columns.
|
|
8417
6981
|
"""
|
|
8418
6982
|
|
|
8419
6983
|
def print_intervals(
|
|
@@ -8431,22 +6995,14 @@ class SparsityInterval:
|
|
|
8431
6995
|
) -> None:
|
|
8432
6996
|
...
|
|
8433
6997
|
|
|
8434
|
-
end:
|
|
6998
|
+
end: int # int
|
|
8435
6999
|
"""
|
|
8436
|
-
|
|
8437
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8438
|
-
|
|
8439
|
-
C++ signature :
|
|
8440
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7000
|
+
End of interval.
|
|
8441
7001
|
"""
|
|
8442
7002
|
|
|
8443
|
-
start:
|
|
7003
|
+
start: int # int
|
|
8444
7004
|
"""
|
|
8445
|
-
|
|
8446
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8447
|
-
|
|
8448
|
-
C++ signature :
|
|
8449
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7005
|
+
Start of interval.
|
|
8450
7006
|
"""
|
|
8451
7007
|
|
|
8452
7008
|
|
|
@@ -8462,23 +7018,9 @@ class Support:
|
|
|
8462
7018
|
) -> None:
|
|
8463
7019
|
...
|
|
8464
7020
|
|
|
8465
|
-
elapsed_ratio:
|
|
8466
|
-
"""
|
|
8467
|
-
|
|
8468
|
-
None( (placo.Support)arg1) -> float :
|
|
8469
|
-
|
|
8470
|
-
C++ signature :
|
|
8471
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8472
|
-
"""
|
|
8473
|
-
|
|
8474
|
-
end: any
|
|
8475
|
-
"""
|
|
8476
|
-
|
|
8477
|
-
None( (placo.Support)arg1) -> bool :
|
|
7021
|
+
elapsed_ratio: float # double
|
|
8478
7022
|
|
|
8479
|
-
|
|
8480
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8481
|
-
"""
|
|
7023
|
+
end: bool # bool
|
|
8482
7024
|
|
|
8483
7025
|
def footstep_frame(
|
|
8484
7026
|
self,
|
|
@@ -8491,14 +7033,7 @@ None( (placo.Support)arg1) -> bool :
|
|
|
8491
7033
|
"""
|
|
8492
7034
|
...
|
|
8493
7035
|
|
|
8494
|
-
footsteps:
|
|
8495
|
-
"""
|
|
8496
|
-
|
|
8497
|
-
None( (placo.Support)arg1) -> object :
|
|
8498
|
-
|
|
8499
|
-
C++ signature :
|
|
8500
|
-
std::__1::vector<placo::humanoid::FootstepsPlanner::Footstep, std::__1::allocator<placo::humanoid::FootstepsPlanner::Footstep>> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8501
|
-
"""
|
|
7036
|
+
footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
|
|
8502
7037
|
|
|
8503
7038
|
def frame(
|
|
8504
7039
|
self,
|
|
@@ -8536,46 +7071,18 @@ None( (placo.Support)arg1) -> object :
|
|
|
8536
7071
|
"""
|
|
8537
7072
|
...
|
|
8538
7073
|
|
|
8539
|
-
start:
|
|
8540
|
-
"""
|
|
8541
|
-
|
|
8542
|
-
None( (placo.Support)arg1) -> bool :
|
|
8543
|
-
|
|
8544
|
-
C++ signature :
|
|
8545
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8546
|
-
"""
|
|
7074
|
+
start: bool # bool
|
|
8547
7075
|
|
|
8548
7076
|
def support_polygon(
|
|
8549
7077
|
self,
|
|
8550
7078
|
) -> list[numpy.ndarray]:
|
|
8551
7079
|
...
|
|
8552
7080
|
|
|
8553
|
-
t_start:
|
|
8554
|
-
"""
|
|
8555
|
-
|
|
8556
|
-
None( (placo.Support)arg1) -> float :
|
|
8557
|
-
|
|
8558
|
-
C++ signature :
|
|
8559
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8560
|
-
"""
|
|
8561
|
-
|
|
8562
|
-
target_world_dcm: any
|
|
8563
|
-
"""
|
|
8564
|
-
|
|
8565
|
-
None( (placo.Support)arg1) -> object :
|
|
8566
|
-
|
|
8567
|
-
C++ signature :
|
|
8568
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8569
|
-
"""
|
|
7081
|
+
t_start: float # double
|
|
8570
7082
|
|
|
8571
|
-
|
|
8572
|
-
"""
|
|
8573
|
-
|
|
8574
|
-
None( (placo.Support)arg1) -> float :
|
|
7083
|
+
target_world_dcm: numpy.ndarray # Eigen::Vector2d
|
|
8575
7084
|
|
|
8576
|
-
|
|
8577
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8578
|
-
"""
|
|
7085
|
+
time_ratio: float # double
|
|
8579
7086
|
|
|
8580
7087
|
|
|
8581
7088
|
class Supports:
|
|
@@ -8724,26 +7231,18 @@ class SwingFootTrajectory:
|
|
|
8724
7231
|
|
|
8725
7232
|
|
|
8726
7233
|
class Task:
|
|
8727
|
-
A:
|
|
7234
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
8728
7235
|
"""
|
|
8729
|
-
|
|
8730
|
-
None( (placo.Task)arg1) -> object :
|
|
8731
|
-
|
|
8732
|
-
C++ signature :
|
|
8733
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7236
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
8734
7237
|
"""
|
|
8735
7238
|
|
|
8736
7239
|
def __init__(
|
|
8737
7240
|
) -> any:
|
|
8738
7241
|
...
|
|
8739
7242
|
|
|
8740
|
-
b:
|
|
7243
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
8741
7244
|
"""
|
|
8742
|
-
|
|
8743
|
-
None( (placo.Task)arg1) -> object :
|
|
8744
|
-
|
|
8745
|
-
C++ signature :
|
|
8746
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7245
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
8747
7246
|
"""
|
|
8748
7247
|
|
|
8749
7248
|
def configure(
|
|
@@ -8779,13 +7278,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
8779
7278
|
"""
|
|
8780
7279
|
...
|
|
8781
7280
|
|
|
8782
|
-
name:
|
|
7281
|
+
name: str # std::string
|
|
8783
7282
|
"""
|
|
8784
|
-
|
|
8785
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
8786
|
-
|
|
8787
|
-
C++ signature :
|
|
8788
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7283
|
+
Object name.
|
|
8789
7284
|
"""
|
|
8790
7285
|
|
|
8791
7286
|
priority: str
|
|
@@ -8812,58 +7307,34 @@ class TaskContact:
|
|
|
8812
7307
|
"""
|
|
8813
7308
|
...
|
|
8814
7309
|
|
|
8815
|
-
active:
|
|
7310
|
+
active: bool # bool
|
|
8816
7311
|
"""
|
|
8817
|
-
|
|
8818
|
-
None( (placo.Contact)arg1) -> bool :
|
|
8819
|
-
|
|
8820
|
-
C++ signature :
|
|
8821
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7312
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
8822
7313
|
"""
|
|
8823
7314
|
|
|
8824
|
-
mu:
|
|
7315
|
+
mu: float # double
|
|
8825
7316
|
"""
|
|
8826
|
-
|
|
8827
|
-
None( (placo.Contact)arg1) -> float :
|
|
8828
|
-
|
|
8829
|
-
C++ signature :
|
|
8830
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7317
|
+
Coefficient of friction (if relevant)
|
|
8831
7318
|
"""
|
|
8832
7319
|
|
|
8833
|
-
weight_forces:
|
|
7320
|
+
weight_forces: float # double
|
|
8834
7321
|
"""
|
|
8835
|
-
|
|
8836
|
-
None( (placo.Contact)arg1) -> float :
|
|
8837
|
-
|
|
8838
|
-
C++ signature :
|
|
8839
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7322
|
+
Weight of forces for the optimization (if relevant)
|
|
8840
7323
|
"""
|
|
8841
7324
|
|
|
8842
|
-
weight_moments:
|
|
7325
|
+
weight_moments: float # double
|
|
8843
7326
|
"""
|
|
8844
|
-
|
|
8845
|
-
None( (placo.Contact)arg1) -> float :
|
|
8846
|
-
|
|
8847
|
-
C++ signature :
|
|
8848
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7327
|
+
Weight of moments for optimization (if relevant)
|
|
8849
7328
|
"""
|
|
8850
7329
|
|
|
8851
|
-
weight_tangentials:
|
|
7330
|
+
weight_tangentials: float # double
|
|
8852
7331
|
"""
|
|
8853
|
-
|
|
8854
|
-
None( (placo.Contact)arg1) -> float :
|
|
8855
|
-
|
|
8856
|
-
C++ signature :
|
|
8857
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7332
|
+
Extra cost for tangential forces.
|
|
8858
7333
|
"""
|
|
8859
7334
|
|
|
8860
|
-
wrench:
|
|
7335
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
8861
7336
|
"""
|
|
8862
|
-
|
|
8863
|
-
None( (placo.Contact)arg1) -> object :
|
|
8864
|
-
|
|
8865
|
-
C++ signature :
|
|
8866
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7337
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
8867
7338
|
"""
|
|
8868
7339
|
|
|
8869
7340
|
|
|
@@ -8890,31 +7361,19 @@ class Variable:
|
|
|
8890
7361
|
"""
|
|
8891
7362
|
...
|
|
8892
7363
|
|
|
8893
|
-
k_end:
|
|
7364
|
+
k_end: int # int
|
|
8894
7365
|
"""
|
|
8895
|
-
|
|
8896
|
-
None( (placo.Variable)arg1) -> int :
|
|
8897
|
-
|
|
8898
|
-
C++ signature :
|
|
8899
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7366
|
+
End offset in the Problem.
|
|
8900
7367
|
"""
|
|
8901
7368
|
|
|
8902
|
-
k_start:
|
|
7369
|
+
k_start: int # int
|
|
8903
7370
|
"""
|
|
8904
|
-
|
|
8905
|
-
None( (placo.Variable)arg1) -> int :
|
|
8906
|
-
|
|
8907
|
-
C++ signature :
|
|
8908
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7371
|
+
Start offset in the Problem.
|
|
8909
7372
|
"""
|
|
8910
7373
|
|
|
8911
|
-
value:
|
|
7374
|
+
value: numpy.ndarray # Eigen::VectorXd
|
|
8912
7375
|
"""
|
|
8913
|
-
|
|
8914
|
-
None( (placo.Variable)arg1) -> object :
|
|
8915
|
-
|
|
8916
|
-
C++ signature :
|
|
8917
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Variable {lvalue})
|
|
7376
|
+
Variable value, populated by Problem after a solve.
|
|
8918
7377
|
"""
|
|
8919
7378
|
|
|
8920
7379
|
|
|
@@ -8937,14 +7396,7 @@ class WPGTrajectory:
|
|
|
8937
7396
|
"""
|
|
8938
7397
|
...
|
|
8939
7398
|
|
|
8940
|
-
com_target_z:
|
|
8941
|
-
"""
|
|
8942
|
-
|
|
8943
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
8944
|
-
|
|
8945
|
-
C++ signature :
|
|
8946
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8947
|
-
"""
|
|
7399
|
+
com_target_z: float # double
|
|
8948
7400
|
|
|
8949
7401
|
def get_R_world_trunk(
|
|
8950
7402
|
self,
|
|
@@ -9096,28 +7548,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
9096
7548
|
) -> numpy.ndarray:
|
|
9097
7549
|
...
|
|
9098
7550
|
|
|
9099
|
-
parts:
|
|
9100
|
-
"""
|
|
9101
|
-
|
|
9102
|
-
None( (placo.WPGTrajectory)arg1) -> object :
|
|
9103
|
-
|
|
9104
|
-
C++ signature :
|
|
9105
|
-
std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9106
|
-
"""
|
|
7551
|
+
parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
|
|
9107
7552
|
|
|
9108
7553
|
def print_parts_timings(
|
|
9109
7554
|
self,
|
|
9110
7555
|
) -> None:
|
|
9111
7556
|
...
|
|
9112
7557
|
|
|
9113
|
-
replan_success:
|
|
9114
|
-
"""
|
|
9115
|
-
|
|
9116
|
-
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
9117
|
-
|
|
9118
|
-
C++ signature :
|
|
9119
|
-
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9120
|
-
"""
|
|
7558
|
+
replan_success: bool # bool
|
|
9121
7559
|
|
|
9122
7560
|
def support_is_both(
|
|
9123
7561
|
self,
|
|
@@ -9131,41 +7569,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
|
|
|
9131
7569
|
) -> any:
|
|
9132
7570
|
...
|
|
9133
7571
|
|
|
9134
|
-
t_end:
|
|
9135
|
-
"""
|
|
9136
|
-
|
|
9137
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9138
|
-
|
|
9139
|
-
C++ signature :
|
|
9140
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9141
|
-
"""
|
|
9142
|
-
|
|
9143
|
-
t_start: any
|
|
9144
|
-
"""
|
|
9145
|
-
|
|
9146
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9147
|
-
|
|
9148
|
-
C++ signature :
|
|
9149
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9150
|
-
"""
|
|
7572
|
+
t_end: float # double
|
|
9151
7573
|
|
|
9152
|
-
|
|
9153
|
-
"""
|
|
9154
|
-
|
|
9155
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9156
|
-
|
|
9157
|
-
C++ signature :
|
|
9158
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9159
|
-
"""
|
|
7574
|
+
t_start: float # double
|
|
9160
7575
|
|
|
9161
|
-
|
|
9162
|
-
"""
|
|
9163
|
-
|
|
9164
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
7576
|
+
trunk_pitch: float # double
|
|
9165
7577
|
|
|
9166
|
-
|
|
9167
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9168
|
-
"""
|
|
7578
|
+
trunk_roll: float # double
|
|
9169
7579
|
|
|
9170
7580
|
|
|
9171
7581
|
class WPGTrajectoryPart:
|
|
@@ -9176,32 +7586,11 @@ class WPGTrajectoryPart:
|
|
|
9176
7586
|
) -> None:
|
|
9177
7587
|
...
|
|
9178
7588
|
|
|
9179
|
-
support:
|
|
9180
|
-
"""
|
|
9181
|
-
|
|
9182
|
-
None( (placo.WPGTrajectoryPart)arg1) -> placo.Support :
|
|
9183
|
-
|
|
9184
|
-
C++ signature :
|
|
9185
|
-
placo::humanoid::FootstepsPlanner::Support {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9186
|
-
"""
|
|
9187
|
-
|
|
9188
|
-
t_end: any
|
|
9189
|
-
"""
|
|
9190
|
-
|
|
9191
|
-
None( (placo.WPGTrajectoryPart)arg1) -> float :
|
|
9192
|
-
|
|
9193
|
-
C++ signature :
|
|
9194
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9195
|
-
"""
|
|
7589
|
+
support: Support # placo::humanoid::FootstepsPlanner::Support
|
|
9196
7590
|
|
|
9197
|
-
|
|
9198
|
-
"""
|
|
9199
|
-
|
|
9200
|
-
None( (placo.WPGTrajectoryPart)arg1) -> float :
|
|
7591
|
+
t_end: float # double
|
|
9201
7592
|
|
|
9202
|
-
|
|
9203
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9204
|
-
"""
|
|
7593
|
+
t_start: float # double
|
|
9205
7594
|
|
|
9206
7595
|
|
|
9207
7596
|
class WalkPatternGenerator:
|
|
@@ -9284,23 +7673,9 @@ class WalkPatternGenerator:
|
|
|
9284
7673
|
"""
|
|
9285
7674
|
...
|
|
9286
7675
|
|
|
9287
|
-
soft:
|
|
9288
|
-
"""
|
|
9289
|
-
|
|
9290
|
-
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
9291
|
-
|
|
9292
|
-
C++ signature :
|
|
9293
|
-
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9294
|
-
"""
|
|
7676
|
+
soft: bool # bool
|
|
9295
7677
|
|
|
9296
|
-
stop_end_support_weight:
|
|
9297
|
-
"""
|
|
9298
|
-
|
|
9299
|
-
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
9300
|
-
|
|
9301
|
-
C++ signature :
|
|
9302
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9303
|
-
"""
|
|
7678
|
+
stop_end_support_weight: float # double
|
|
9304
7679
|
|
|
9305
7680
|
def support_default_duration(
|
|
9306
7681
|
self,
|
|
@@ -9331,14 +7706,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
|
9331
7706
|
"""
|
|
9332
7707
|
...
|
|
9333
7708
|
|
|
9334
|
-
zmp_in_support_weight:
|
|
9335
|
-
"""
|
|
9336
|
-
|
|
9337
|
-
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
9338
|
-
|
|
9339
|
-
C++ signature :
|
|
9340
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9341
|
-
"""
|
|
7709
|
+
zmp_in_support_weight: float # double
|
|
9342
7710
|
|
|
9343
7711
|
|
|
9344
7712
|
class WalkTasks:
|
|
@@ -9347,32 +7715,11 @@ class WalkTasks:
|
|
|
9347
7715
|
) -> None:
|
|
9348
7716
|
...
|
|
9349
7717
|
|
|
9350
|
-
com_task:
|
|
9351
|
-
"""
|
|
9352
|
-
|
|
9353
|
-
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
9354
|
-
|
|
9355
|
-
C++ signature :
|
|
9356
|
-
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9357
|
-
"""
|
|
9358
|
-
|
|
9359
|
-
com_x: any
|
|
9360
|
-
"""
|
|
9361
|
-
|
|
9362
|
-
None( (placo.WalkTasks)arg1) -> float :
|
|
9363
|
-
|
|
9364
|
-
C++ signature :
|
|
9365
|
-
double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9366
|
-
"""
|
|
7718
|
+
com_task: CoMTask # placo::kinematics::CoMTask
|
|
9367
7719
|
|
|
9368
|
-
|
|
9369
|
-
"""
|
|
9370
|
-
|
|
9371
|
-
None( (placo.WalkTasks)arg1) -> float :
|
|
7720
|
+
com_x: float # double
|
|
9372
7721
|
|
|
9373
|
-
|
|
9374
|
-
double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9375
|
-
"""
|
|
7722
|
+
com_y: float # double
|
|
9376
7723
|
|
|
9377
7724
|
def get_tasks_error(
|
|
9378
7725
|
self,
|
|
@@ -9386,14 +7733,7 @@ None( (placo.WalkTasks)arg1) -> float :
|
|
|
9386
7733
|
) -> None:
|
|
9387
7734
|
...
|
|
9388
7735
|
|
|
9389
|
-
left_foot_task:
|
|
9390
|
-
"""
|
|
9391
|
-
|
|
9392
|
-
None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
9393
|
-
|
|
9394
|
-
C++ signature :
|
|
9395
|
-
placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9396
|
-
"""
|
|
7736
|
+
left_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9397
7737
|
|
|
9398
7738
|
def reach_initial_pose(
|
|
9399
7739
|
self,
|
|
@@ -9409,59 +7749,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
|
9409
7749
|
) -> None:
|
|
9410
7750
|
...
|
|
9411
7751
|
|
|
9412
|
-
right_foot_task:
|
|
9413
|
-
"""
|
|
9414
|
-
|
|
9415
|
-
None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
9416
|
-
|
|
9417
|
-
C++ signature :
|
|
9418
|
-
placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9419
|
-
"""
|
|
9420
|
-
|
|
9421
|
-
scaled: any
|
|
9422
|
-
"""
|
|
9423
|
-
|
|
9424
|
-
None( (placo.WalkTasks)arg1) -> bool :
|
|
9425
|
-
|
|
9426
|
-
C++ signature :
|
|
9427
|
-
bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9428
|
-
"""
|
|
9429
|
-
|
|
9430
|
-
solver: any
|
|
9431
|
-
"""
|
|
9432
|
-
|
|
9433
|
-
None( (placo.WalkTasks)arg1) -> placo.KinematicsSolver :
|
|
9434
|
-
|
|
9435
|
-
C++ signature :
|
|
9436
|
-
placo::kinematics::KinematicsSolver None(placo::humanoid::WalkTasks {lvalue})
|
|
9437
|
-
"""
|
|
9438
|
-
|
|
9439
|
-
trunk_mode: any
|
|
9440
|
-
"""
|
|
9441
|
-
|
|
9442
|
-
None( (placo.WalkTasks)arg1) -> bool :
|
|
7752
|
+
right_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9443
7753
|
|
|
9444
|
-
|
|
9445
|
-
bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9446
|
-
"""
|
|
7754
|
+
scaled: bool # bool
|
|
9447
7755
|
|
|
9448
|
-
|
|
9449
|
-
"""
|
|
9450
|
-
|
|
9451
|
-
None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
7756
|
+
solver: KinematicsSolver # placo::kinematics::KinematicsSolver
|
|
9452
7757
|
|
|
9453
|
-
|
|
9454
|
-
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9455
|
-
"""
|
|
7758
|
+
trunk_mode: bool # bool
|
|
9456
7759
|
|
|
9457
|
-
|
|
9458
|
-
"""
|
|
9459
|
-
|
|
9460
|
-
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
7760
|
+
trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
|
|
9461
7761
|
|
|
9462
|
-
|
|
9463
|
-
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9464
|
-
"""
|
|
7762
|
+
trunk_task: PositionTask # placo::kinematics::PositionTask
|
|
9465
7763
|
|
|
9466
7764
|
def update_tasks(
|
|
9467
7765
|
self,
|
|
@@ -9479,22 +7777,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
|
9479
7777
|
|
|
9480
7778
|
|
|
9481
7779
|
class WheelTask:
|
|
9482
|
-
A:
|
|
7780
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
9483
7781
|
"""
|
|
9484
|
-
|
|
9485
|
-
None( (placo.Task)arg1) -> object :
|
|
9486
|
-
|
|
9487
|
-
C++ signature :
|
|
9488
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7782
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
9489
7783
|
"""
|
|
9490
7784
|
|
|
9491
|
-
T_world_surface:
|
|
7785
|
+
T_world_surface: numpy.ndarray # Eigen::Affine3d
|
|
9492
7786
|
"""
|
|
9493
|
-
|
|
9494
|
-
None( (placo.WheelTask)arg1) -> object :
|
|
9495
|
-
|
|
9496
|
-
C++ signature :
|
|
9497
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7787
|
+
Target position in the world.
|
|
9498
7788
|
"""
|
|
9499
7789
|
|
|
9500
7790
|
def __init__(
|
|
@@ -9508,13 +7798,9 @@ None( (placo.WheelTask)arg1) -> object :
|
|
|
9508
7798
|
"""
|
|
9509
7799
|
...
|
|
9510
7800
|
|
|
9511
|
-
b:
|
|
7801
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
9512
7802
|
"""
|
|
9513
|
-
|
|
9514
|
-
None( (placo.Task)arg1) -> object :
|
|
9515
|
-
|
|
9516
|
-
C++ signature :
|
|
9517
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7803
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
9518
7804
|
"""
|
|
9519
7805
|
|
|
9520
7806
|
def configure(
|
|
@@ -9550,31 +7836,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
9550
7836
|
"""
|
|
9551
7837
|
...
|
|
9552
7838
|
|
|
9553
|
-
joint:
|
|
7839
|
+
joint: str # std::string
|
|
9554
7840
|
"""
|
|
9555
|
-
|
|
9556
|
-
None( (placo.WheelTask)arg1) -> str :
|
|
9557
|
-
|
|
9558
|
-
C++ signature :
|
|
9559
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7841
|
+
Frame.
|
|
9560
7842
|
"""
|
|
9561
7843
|
|
|
9562
|
-
name:
|
|
7844
|
+
name: str # std::string
|
|
9563
7845
|
"""
|
|
9564
|
-
|
|
9565
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
9566
|
-
|
|
9567
|
-
C++ signature :
|
|
9568
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7846
|
+
Object name.
|
|
9569
7847
|
"""
|
|
9570
7848
|
|
|
9571
|
-
omniwheel:
|
|
7849
|
+
omniwheel: bool # bool
|
|
9572
7850
|
"""
|
|
9573
|
-
|
|
9574
|
-
None( (placo.WheelTask)arg1) -> bool :
|
|
9575
|
-
|
|
9576
|
-
C++ signature :
|
|
9577
|
-
bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7851
|
+
Omniwheel (can slide laterally)
|
|
9578
7852
|
"""
|
|
9579
7853
|
|
|
9580
7854
|
priority: str
|
|
@@ -9582,13 +7856,9 @@ None( (placo.WheelTask)arg1) -> bool :
|
|
|
9582
7856
|
Priority [str]
|
|
9583
7857
|
"""
|
|
9584
7858
|
|
|
9585
|
-
radius:
|
|
7859
|
+
radius: float # double
|
|
9586
7860
|
"""
|
|
9587
|
-
|
|
9588
|
-
None( (placo.WheelTask)arg1) -> float :
|
|
9589
|
-
|
|
9590
|
-
C++ signature :
|
|
9591
|
-
double {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7861
|
+
Wheel radius.
|
|
9592
7862
|
"""
|
|
9593
7863
|
|
|
9594
7864
|
def update(
|
|
@@ -9618,13 +7888,9 @@ class YawConstraint:
|
|
|
9618
7888
|
"""
|
|
9619
7889
|
...
|
|
9620
7890
|
|
|
9621
|
-
angle_max:
|
|
7891
|
+
angle_max: float # double
|
|
9622
7892
|
"""
|
|
9623
|
-
|
|
9624
|
-
None( (placo.YawConstraint)arg1) -> float :
|
|
9625
|
-
|
|
9626
|
-
C++ signature :
|
|
9627
|
-
double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
|
|
7893
|
+
Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
|
|
9628
7894
|
"""
|
|
9629
7895
|
|
|
9630
7896
|
def configure(
|
|
@@ -9644,13 +7910,9 @@ None( (placo.YawConstraint)arg1) -> float :
|
|
|
9644
7910
|
"""
|
|
9645
7911
|
...
|
|
9646
7912
|
|
|
9647
|
-
name:
|
|
7913
|
+
name: str # std::string
|
|
9648
7914
|
"""
|
|
9649
|
-
|
|
9650
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
9651
|
-
|
|
9652
|
-
C++ signature :
|
|
9653
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7915
|
+
Object name.
|
|
9654
7916
|
"""
|
|
9655
7917
|
|
|
9656
7918
|
priority: str
|