placo 0.9.6__0-cp39-cp39-macosx_11_0_arm64.whl → 0.9.8__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 +739 -2462
- cmeel.prefix/lib/python3.9/site-packages/placo.so +0 -0
- {placo-0.9.6.dist-info → placo-0.9.8.dist-info}/METADATA +2 -2
- placo-0.9.8.dist-info/RECORD +12 -0
- placo-0.9.6.dist-info/RECORD +0 -12
- {placo-0.9.6.dist-info → placo-0.9.8.dist-info}/WHEEL +0 -0
- {placo-0.9.6.dist-info → placo-0.9.8.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.6.dist-info → placo-0.9.8.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,29 @@ None( (placo.DummyWalk)arg1) -> object :
|
|
|
1392
1104
|
) -> any:
|
|
1393
1105
|
...
|
|
1394
1106
|
|
|
1395
|
-
|
|
1107
|
+
dtheta: float # double
|
|
1108
|
+
"""
|
|
1109
|
+
Last requested step dtheta.
|
|
1396
1110
|
"""
|
|
1397
|
-
|
|
1398
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1399
1111
|
|
|
1400
|
-
|
|
1401
|
-
|
|
1112
|
+
dx: float # double
|
|
1113
|
+
"""
|
|
1114
|
+
Last requested step dx.
|
|
1402
1115
|
"""
|
|
1403
1116
|
|
|
1404
|
-
|
|
1117
|
+
dy: float # double
|
|
1118
|
+
"""
|
|
1119
|
+
Last requested step d-.
|
|
1405
1120
|
"""
|
|
1406
|
-
|
|
1407
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1408
1121
|
|
|
1409
|
-
|
|
1410
|
-
|
|
1122
|
+
feet_spacing: float # double
|
|
1123
|
+
"""
|
|
1124
|
+
Feet spacing [m].
|
|
1125
|
+
"""
|
|
1126
|
+
|
|
1127
|
+
lift_height: float # double
|
|
1128
|
+
"""
|
|
1129
|
+
Lift height [m].
|
|
1411
1130
|
"""
|
|
1412
1131
|
|
|
1413
1132
|
def next_step(
|
|
@@ -1438,49 +1157,29 @@ None( (placo.DummyWalk)arg1) -> float :
|
|
|
1438
1157
|
"""
|
|
1439
1158
|
...
|
|
1440
1159
|
|
|
1441
|
-
robot:
|
|
1160
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
1442
1161
|
"""
|
|
1443
|
-
|
|
1444
|
-
None( (placo.DummyWalk)arg1) -> placo.RobotWrapper :
|
|
1445
|
-
|
|
1446
|
-
C++ signature :
|
|
1447
|
-
placo::model::RobotWrapper {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1162
|
+
Robot wrapper.
|
|
1448
1163
|
"""
|
|
1449
1164
|
|
|
1450
|
-
solver:
|
|
1165
|
+
solver: KinematicsSolver # placo::kinematics::KinematicsSolver
|
|
1451
1166
|
"""
|
|
1452
|
-
|
|
1453
|
-
None( (placo.DummyWalk)arg1) -> placo.KinematicsSolver :
|
|
1454
|
-
|
|
1455
|
-
C++ signature :
|
|
1456
|
-
placo::kinematics::KinematicsSolver {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1167
|
+
Kinematics solver.
|
|
1457
1168
|
"""
|
|
1458
1169
|
|
|
1459
|
-
support_left:
|
|
1170
|
+
support_left: bool # bool
|
|
1460
1171
|
"""
|
|
1461
|
-
|
|
1462
|
-
None( (placo.DummyWalk)arg1) -> bool :
|
|
1463
|
-
|
|
1464
|
-
C++ signature :
|
|
1465
|
-
bool {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1172
|
+
Whether the current support is left or right.
|
|
1466
1173
|
"""
|
|
1467
1174
|
|
|
1468
|
-
trunk_height:
|
|
1175
|
+
trunk_height: float # double
|
|
1469
1176
|
"""
|
|
1470
|
-
|
|
1471
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1472
|
-
|
|
1473
|
-
C++ signature :
|
|
1474
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1177
|
+
Trunk height [m].
|
|
1475
1178
|
"""
|
|
1476
1179
|
|
|
1477
|
-
trunk_pitch:
|
|
1180
|
+
trunk_pitch: float # double
|
|
1478
1181
|
"""
|
|
1479
|
-
|
|
1480
|
-
None( (placo.DummyWalk)arg1) -> float :
|
|
1481
|
-
|
|
1482
|
-
C++ signature :
|
|
1483
|
-
double {lvalue} None(placo::humanoid::DummyWalk {lvalue})
|
|
1182
|
+
Trunk pitch angle [rad].
|
|
1484
1183
|
"""
|
|
1485
1184
|
|
|
1486
1185
|
def update(
|
|
@@ -1507,13 +1206,9 @@ None( (placo.DummyWalk)arg1) -> float :
|
|
|
1507
1206
|
|
|
1508
1207
|
|
|
1509
1208
|
class DynamicsCoMTask:
|
|
1510
|
-
A:
|
|
1209
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1511
1210
|
"""
|
|
1512
|
-
|
|
1513
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1514
|
-
|
|
1515
|
-
C++ signature :
|
|
1516
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1211
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1517
1212
|
"""
|
|
1518
1213
|
|
|
1519
1214
|
def __init__(
|
|
@@ -1522,13 +1217,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1522
1217
|
) -> None:
|
|
1523
1218
|
...
|
|
1524
1219
|
|
|
1525
|
-
b:
|
|
1220
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1526
1221
|
"""
|
|
1527
|
-
|
|
1528
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1529
|
-
|
|
1530
|
-
C++ signature :
|
|
1531
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1222
|
+
b vector in Ax = b, where x is the accelerations
|
|
1532
1223
|
"""
|
|
1533
1224
|
|
|
1534
1225
|
def configure(
|
|
@@ -1548,76 +1239,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1548
1239
|
"""
|
|
1549
1240
|
...
|
|
1550
1241
|
|
|
1551
|
-
ddtarget_world:
|
|
1242
|
+
ddtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
1552
1243
|
"""
|
|
1553
|
-
|
|
1554
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1555
|
-
|
|
1556
|
-
C++ signature :
|
|
1557
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1244
|
+
Target acceleration in the world.
|
|
1558
1245
|
"""
|
|
1559
1246
|
|
|
1560
|
-
derror:
|
|
1247
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1561
1248
|
"""
|
|
1562
|
-
|
|
1563
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1564
|
-
|
|
1565
|
-
C++ signature :
|
|
1566
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1249
|
+
Current velocity error vector.
|
|
1567
1250
|
"""
|
|
1568
1251
|
|
|
1569
|
-
dtarget_world:
|
|
1252
|
+
dtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
1570
1253
|
"""
|
|
1571
|
-
|
|
1572
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1573
|
-
|
|
1574
|
-
C++ signature :
|
|
1575
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1254
|
+
Target velocity to reach in robot frame.
|
|
1576
1255
|
"""
|
|
1577
1256
|
|
|
1578
|
-
error:
|
|
1257
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1579
1258
|
"""
|
|
1580
|
-
|
|
1581
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1582
|
-
|
|
1583
|
-
C++ signature :
|
|
1584
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1259
|
+
Current error vector.
|
|
1585
1260
|
"""
|
|
1586
1261
|
|
|
1587
|
-
kd:
|
|
1262
|
+
kd: float # double
|
|
1588
1263
|
"""
|
|
1589
|
-
|
|
1590
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1591
|
-
|
|
1592
|
-
C++ signature :
|
|
1593
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1264
|
+
D gain for position control (if negative, will be critically damped)
|
|
1594
1265
|
"""
|
|
1595
1266
|
|
|
1596
|
-
kp:
|
|
1267
|
+
kp: float # double
|
|
1597
1268
|
"""
|
|
1598
|
-
|
|
1599
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1600
|
-
|
|
1601
|
-
C++ signature :
|
|
1602
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1269
|
+
K gain for position control.
|
|
1603
1270
|
"""
|
|
1604
1271
|
|
|
1605
|
-
mask:
|
|
1272
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
1606
1273
|
"""
|
|
1607
|
-
|
|
1608
|
-
None( (placo.DynamicsCoMTask)arg1) -> placo.AxisesMask :
|
|
1609
|
-
|
|
1610
|
-
C++ signature :
|
|
1611
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1274
|
+
Axises mask.
|
|
1612
1275
|
"""
|
|
1613
1276
|
|
|
1614
|
-
name:
|
|
1277
|
+
name: str # std::string
|
|
1615
1278
|
"""
|
|
1616
|
-
|
|
1617
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1618
|
-
|
|
1619
|
-
C++ signature :
|
|
1620
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1279
|
+
Object name.
|
|
1621
1280
|
"""
|
|
1622
1281
|
|
|
1623
1282
|
priority: str
|
|
@@ -1625,13 +1284,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1625
1284
|
Priority [str]
|
|
1626
1285
|
"""
|
|
1627
1286
|
|
|
1628
|
-
target_world:
|
|
1287
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
1629
1288
|
"""
|
|
1630
|
-
|
|
1631
|
-
None( (placo.DynamicsCoMTask)arg1) -> object :
|
|
1632
|
-
|
|
1633
|
-
C++ signature :
|
|
1634
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::CoMTask {lvalue})
|
|
1289
|
+
Target to reach in world frame.
|
|
1635
1290
|
"""
|
|
1636
1291
|
|
|
1637
1292
|
|
|
@@ -1657,13 +1312,9 @@ class DynamicsConstraint:
|
|
|
1657
1312
|
"""
|
|
1658
1313
|
...
|
|
1659
1314
|
|
|
1660
|
-
name:
|
|
1315
|
+
name: str # std::string
|
|
1661
1316
|
"""
|
|
1662
|
-
|
|
1663
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1664
|
-
|
|
1665
|
-
C++ signature :
|
|
1666
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1317
|
+
Object name.
|
|
1667
1318
|
"""
|
|
1668
1319
|
|
|
1669
1320
|
priority: str
|
|
@@ -1674,13 +1325,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1674
1325
|
|
|
1675
1326
|
class DynamicsFrameTask:
|
|
1676
1327
|
T_world_frame: any
|
|
1677
|
-
"""
|
|
1678
|
-
|
|
1679
|
-
None( (placo.DynamicsFrameTask)arg1) -> object :
|
|
1680
|
-
|
|
1681
|
-
C++ signature :
|
|
1682
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::FrameTask {lvalue})
|
|
1683
|
-
"""
|
|
1684
1328
|
|
|
1685
1329
|
def __init__(
|
|
1686
1330
|
arg1: object,
|
|
@@ -1719,13 +1363,9 @@ None( (placo.DynamicsFrameTask)arg1) -> object :
|
|
|
1719
1363
|
|
|
1720
1364
|
|
|
1721
1365
|
class DynamicsGearTask:
|
|
1722
|
-
A:
|
|
1366
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1723
1367
|
"""
|
|
1724
|
-
|
|
1725
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1726
|
-
|
|
1727
|
-
C++ signature :
|
|
1728
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1368
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1729
1369
|
"""
|
|
1730
1370
|
|
|
1731
1371
|
def __init__(
|
|
@@ -1750,13 +1390,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1750
1390
|
"""
|
|
1751
1391
|
...
|
|
1752
1392
|
|
|
1753
|
-
b:
|
|
1393
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1754
1394
|
"""
|
|
1755
|
-
|
|
1756
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1757
|
-
|
|
1758
|
-
C++ signature :
|
|
1759
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1395
|
+
b vector in Ax = b, where x is the accelerations
|
|
1760
1396
|
"""
|
|
1761
1397
|
|
|
1762
1398
|
def configure(
|
|
@@ -1776,49 +1412,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1776
1412
|
"""
|
|
1777
1413
|
...
|
|
1778
1414
|
|
|
1779
|
-
derror:
|
|
1415
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1780
1416
|
"""
|
|
1781
|
-
|
|
1782
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1783
|
-
|
|
1784
|
-
C++ signature :
|
|
1785
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1417
|
+
Current velocity error vector.
|
|
1786
1418
|
"""
|
|
1787
1419
|
|
|
1788
|
-
error:
|
|
1420
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1789
1421
|
"""
|
|
1790
|
-
|
|
1791
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1792
|
-
|
|
1793
|
-
C++ signature :
|
|
1794
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1422
|
+
Current error vector.
|
|
1795
1423
|
"""
|
|
1796
1424
|
|
|
1797
|
-
kd:
|
|
1425
|
+
kd: float # double
|
|
1798
1426
|
"""
|
|
1799
|
-
|
|
1800
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1801
|
-
|
|
1802
|
-
C++ signature :
|
|
1803
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1427
|
+
D gain for position control (if negative, will be critically damped)
|
|
1804
1428
|
"""
|
|
1805
1429
|
|
|
1806
|
-
kp:
|
|
1430
|
+
kp: float # double
|
|
1807
1431
|
"""
|
|
1808
|
-
|
|
1809
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1810
|
-
|
|
1811
|
-
C++ signature :
|
|
1812
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1432
|
+
K gain for position control.
|
|
1813
1433
|
"""
|
|
1814
1434
|
|
|
1815
|
-
name:
|
|
1435
|
+
name: str # std::string
|
|
1816
1436
|
"""
|
|
1817
|
-
|
|
1818
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1819
|
-
|
|
1820
|
-
C++ signature :
|
|
1821
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1437
|
+
Object name.
|
|
1822
1438
|
"""
|
|
1823
1439
|
|
|
1824
1440
|
priority: str
|
|
@@ -1845,13 +1461,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1845
1461
|
|
|
1846
1462
|
|
|
1847
1463
|
class DynamicsJointsTask:
|
|
1848
|
-
A:
|
|
1464
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1849
1465
|
"""
|
|
1850
|
-
|
|
1851
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1852
|
-
|
|
1853
|
-
C++ signature :
|
|
1854
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1466
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1855
1467
|
"""
|
|
1856
1468
|
|
|
1857
1469
|
def __init__(
|
|
@@ -1859,13 +1471,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1859
1471
|
) -> None:
|
|
1860
1472
|
...
|
|
1861
1473
|
|
|
1862
|
-
b:
|
|
1474
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
1863
1475
|
"""
|
|
1864
|
-
|
|
1865
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1866
|
-
|
|
1867
|
-
C++ signature :
|
|
1868
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1476
|
+
b vector in Ax = b, where x is the accelerations
|
|
1869
1477
|
"""
|
|
1870
1478
|
|
|
1871
1479
|
def configure(
|
|
@@ -1885,22 +1493,14 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1885
1493
|
"""
|
|
1886
1494
|
...
|
|
1887
1495
|
|
|
1888
|
-
derror:
|
|
1496
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
1889
1497
|
"""
|
|
1890
|
-
|
|
1891
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1892
|
-
|
|
1893
|
-
C++ signature :
|
|
1894
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1498
|
+
Current velocity error vector.
|
|
1895
1499
|
"""
|
|
1896
1500
|
|
|
1897
|
-
error:
|
|
1501
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
1898
1502
|
"""
|
|
1899
|
-
|
|
1900
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1901
|
-
|
|
1902
|
-
C++ signature :
|
|
1903
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1503
|
+
Current error vector.
|
|
1904
1504
|
"""
|
|
1905
1505
|
|
|
1906
1506
|
def get_joint(
|
|
@@ -1914,31 +1514,19 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
1914
1514
|
"""
|
|
1915
1515
|
...
|
|
1916
1516
|
|
|
1917
|
-
kd:
|
|
1517
|
+
kd: float # double
|
|
1918
1518
|
"""
|
|
1919
|
-
|
|
1920
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1921
|
-
|
|
1922
|
-
C++ signature :
|
|
1923
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1519
|
+
D gain for position control (if negative, will be critically damped)
|
|
1924
1520
|
"""
|
|
1925
1521
|
|
|
1926
|
-
kp:
|
|
1522
|
+
kp: float # double
|
|
1927
1523
|
"""
|
|
1928
|
-
|
|
1929
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
1930
|
-
|
|
1931
|
-
C++ signature :
|
|
1932
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1524
|
+
K gain for position control.
|
|
1933
1525
|
"""
|
|
1934
1526
|
|
|
1935
|
-
name:
|
|
1527
|
+
name: str # std::string
|
|
1936
1528
|
"""
|
|
1937
|
-
|
|
1938
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
1939
|
-
|
|
1940
|
-
C++ signature :
|
|
1941
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1529
|
+
Object name.
|
|
1942
1530
|
"""
|
|
1943
1531
|
|
|
1944
1532
|
priority: str
|
|
@@ -1980,22 +1568,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
1980
1568
|
|
|
1981
1569
|
|
|
1982
1570
|
class DynamicsOrientationTask:
|
|
1983
|
-
A:
|
|
1571
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
1984
1572
|
"""
|
|
1985
|
-
|
|
1986
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
1987
|
-
|
|
1988
|
-
C++ signature :
|
|
1989
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1573
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
1990
1574
|
"""
|
|
1991
1575
|
|
|
1992
|
-
R_world_frame:
|
|
1576
|
+
R_world_frame: numpy.ndarray # Eigen::Matrix3d
|
|
1993
1577
|
"""
|
|
1994
|
-
|
|
1995
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
1996
|
-
|
|
1997
|
-
C++ signature :
|
|
1998
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1578
|
+
Target orientation.
|
|
1999
1579
|
"""
|
|
2000
1580
|
|
|
2001
1581
|
def __init__(
|
|
@@ -2005,13 +1585,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
|
2005
1585
|
) -> None:
|
|
2006
1586
|
...
|
|
2007
1587
|
|
|
2008
|
-
b:
|
|
1588
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2009
1589
|
"""
|
|
2010
|
-
|
|
2011
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2012
|
-
|
|
2013
|
-
C++ signature :
|
|
2014
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1590
|
+
b vector in Ax = b, where x is the accelerations
|
|
2015
1591
|
"""
|
|
2016
1592
|
|
|
2017
1593
|
def configure(
|
|
@@ -2031,76 +1607,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2031
1607
|
"""
|
|
2032
1608
|
...
|
|
2033
1609
|
|
|
2034
|
-
derror:
|
|
1610
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2035
1611
|
"""
|
|
2036
|
-
|
|
2037
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2038
|
-
|
|
2039
|
-
C++ signature :
|
|
2040
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1612
|
+
Current velocity error vector.
|
|
2041
1613
|
"""
|
|
2042
1614
|
|
|
2043
|
-
domega_world:
|
|
1615
|
+
domega_world: numpy.ndarray # Eigen::Vector3d
|
|
2044
1616
|
"""
|
|
2045
|
-
|
|
2046
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
2047
|
-
|
|
2048
|
-
C++ signature :
|
|
2049
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1617
|
+
Target angular acceleration.
|
|
2050
1618
|
"""
|
|
2051
1619
|
|
|
2052
|
-
error:
|
|
1620
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2053
1621
|
"""
|
|
2054
|
-
|
|
2055
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2056
|
-
|
|
2057
|
-
C++ signature :
|
|
2058
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1622
|
+
Current error vector.
|
|
2059
1623
|
"""
|
|
2060
1624
|
|
|
2061
|
-
kd:
|
|
1625
|
+
kd: float # double
|
|
2062
1626
|
"""
|
|
2063
|
-
|
|
2064
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2065
|
-
|
|
2066
|
-
C++ signature :
|
|
2067
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1627
|
+
D gain for position control (if negative, will be critically damped)
|
|
2068
1628
|
"""
|
|
2069
1629
|
|
|
2070
|
-
kp:
|
|
1630
|
+
kp: float # double
|
|
2071
1631
|
"""
|
|
2072
|
-
|
|
2073
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2074
|
-
|
|
2075
|
-
C++ signature :
|
|
2076
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1632
|
+
K gain for position control.
|
|
2077
1633
|
"""
|
|
2078
1634
|
|
|
2079
|
-
mask:
|
|
1635
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2080
1636
|
"""
|
|
2081
|
-
|
|
2082
|
-
None( (placo.DynamicsOrientationTask)arg1) -> placo.AxisesMask :
|
|
2083
|
-
|
|
2084
|
-
C++ signature :
|
|
2085
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1637
|
+
Mask.
|
|
2086
1638
|
"""
|
|
2087
1639
|
|
|
2088
|
-
name:
|
|
1640
|
+
name: str # std::string
|
|
2089
1641
|
"""
|
|
2090
|
-
|
|
2091
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2092
|
-
|
|
2093
|
-
C++ signature :
|
|
2094
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1642
|
+
Object name.
|
|
2095
1643
|
"""
|
|
2096
1644
|
|
|
2097
|
-
omega_world:
|
|
1645
|
+
omega_world: numpy.ndarray # Eigen::Vector3d
|
|
2098
1646
|
"""
|
|
2099
|
-
|
|
2100
|
-
None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
2101
|
-
|
|
2102
|
-
C++ signature :
|
|
2103
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::OrientationTask {lvalue})
|
|
1647
|
+
Target angular velocity.
|
|
2104
1648
|
"""
|
|
2105
1649
|
|
|
2106
1650
|
priority: str
|
|
@@ -2110,13 +1654,9 @@ None( (placo.DynamicsOrientationTask)arg1) -> object :
|
|
|
2110
1654
|
|
|
2111
1655
|
|
|
2112
1656
|
class DynamicsPositionTask:
|
|
2113
|
-
A:
|
|
1657
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2114
1658
|
"""
|
|
2115
|
-
|
|
2116
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2117
|
-
|
|
2118
|
-
C++ signature :
|
|
2119
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1659
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2120
1660
|
"""
|
|
2121
1661
|
|
|
2122
1662
|
def __init__(
|
|
@@ -2126,13 +1666,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2126
1666
|
) -> None:
|
|
2127
1667
|
...
|
|
2128
1668
|
|
|
2129
|
-
b:
|
|
1669
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2130
1670
|
"""
|
|
2131
|
-
|
|
2132
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2133
|
-
|
|
2134
|
-
C++ signature :
|
|
2135
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1671
|
+
b vector in Ax = b, where x is the accelerations
|
|
2136
1672
|
"""
|
|
2137
1673
|
|
|
2138
1674
|
def configure(
|
|
@@ -2152,85 +1688,49 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2152
1688
|
"""
|
|
2153
1689
|
...
|
|
2154
1690
|
|
|
2155
|
-
ddtarget_world:
|
|
1691
|
+
ddtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
2156
1692
|
"""
|
|
2157
|
-
|
|
2158
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2159
|
-
|
|
2160
|
-
C++ signature :
|
|
2161
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1693
|
+
Target acceleration in the world.
|
|
2162
1694
|
"""
|
|
2163
1695
|
|
|
2164
|
-
derror:
|
|
1696
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2165
1697
|
"""
|
|
2166
|
-
|
|
2167
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2168
|
-
|
|
2169
|
-
C++ signature :
|
|
2170
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1698
|
+
Current velocity error vector.
|
|
2171
1699
|
"""
|
|
2172
1700
|
|
|
2173
|
-
dtarget_world:
|
|
1701
|
+
dtarget_world: numpy.ndarray # Eigen::Vector3d
|
|
2174
1702
|
"""
|
|
2175
|
-
|
|
2176
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2177
|
-
|
|
2178
|
-
C++ signature :
|
|
2179
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1703
|
+
Target velocity in the world.
|
|
2180
1704
|
"""
|
|
2181
1705
|
|
|
2182
|
-
error:
|
|
1706
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2183
1707
|
"""
|
|
2184
|
-
|
|
2185
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2186
|
-
|
|
2187
|
-
C++ signature :
|
|
2188
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1708
|
+
Current error vector.
|
|
2189
1709
|
"""
|
|
2190
1710
|
|
|
2191
|
-
frame_index: any
|
|
1711
|
+
frame_index: any # pinocchio::FrameIndex
|
|
2192
1712
|
"""
|
|
2193
|
-
|
|
2194
|
-
None( (placo.DynamicsPositionTask)arg1) -> int :
|
|
2195
|
-
|
|
2196
|
-
C++ signature :
|
|
2197
|
-
unsigned long {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1713
|
+
Frame.
|
|
2198
1714
|
"""
|
|
2199
1715
|
|
|
2200
|
-
kd:
|
|
1716
|
+
kd: float # double
|
|
2201
1717
|
"""
|
|
2202
|
-
|
|
2203
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2204
|
-
|
|
2205
|
-
C++ signature :
|
|
2206
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1718
|
+
D gain for position control (if negative, will be critically damped)
|
|
2207
1719
|
"""
|
|
2208
1720
|
|
|
2209
|
-
kp:
|
|
1721
|
+
kp: float # double
|
|
2210
1722
|
"""
|
|
2211
|
-
|
|
2212
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2213
|
-
|
|
2214
|
-
C++ signature :
|
|
2215
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1723
|
+
K gain for position control.
|
|
2216
1724
|
"""
|
|
2217
1725
|
|
|
2218
|
-
mask:
|
|
1726
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2219
1727
|
"""
|
|
2220
|
-
|
|
2221
|
-
None( (placo.DynamicsPositionTask)arg1) -> placo.AxisesMask :
|
|
2222
|
-
|
|
2223
|
-
C++ signature :
|
|
2224
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1728
|
+
Mask.
|
|
2225
1729
|
"""
|
|
2226
1730
|
|
|
2227
|
-
name:
|
|
1731
|
+
name: str # std::string
|
|
2228
1732
|
"""
|
|
2229
|
-
|
|
2230
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2231
|
-
|
|
2232
|
-
C++ signature :
|
|
2233
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1733
|
+
Object name.
|
|
2234
1734
|
"""
|
|
2235
1735
|
|
|
2236
1736
|
priority: str
|
|
@@ -2238,25 +1738,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
2238
1738
|
Priority [str]
|
|
2239
1739
|
"""
|
|
2240
1740
|
|
|
2241
|
-
target_world:
|
|
1741
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
2242
1742
|
"""
|
|
2243
|
-
|
|
2244
|
-
None( (placo.DynamicsPositionTask)arg1) -> object :
|
|
2245
|
-
|
|
2246
|
-
C++ signature :
|
|
2247
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::PositionTask {lvalue})
|
|
1743
|
+
Target position in the world.
|
|
2248
1744
|
"""
|
|
2249
1745
|
|
|
2250
1746
|
|
|
2251
1747
|
class DynamicsRelativeFrameTask:
|
|
2252
1748
|
T_a_b: any
|
|
2253
|
-
"""
|
|
2254
|
-
|
|
2255
|
-
None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
|
|
2256
|
-
|
|
2257
|
-
C++ signature :
|
|
2258
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::dynamics::RelativeFrameTask {lvalue})
|
|
2259
|
-
"""
|
|
2260
1749
|
|
|
2261
1750
|
def __init__(
|
|
2262
1751
|
arg1: object,
|
|
@@ -2295,22 +1784,14 @@ None( (placo.DynamicsRelativeFrameTask)arg1) -> object :
|
|
|
2295
1784
|
|
|
2296
1785
|
|
|
2297
1786
|
class DynamicsRelativeOrientationTask:
|
|
2298
|
-
A:
|
|
1787
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2299
1788
|
"""
|
|
2300
|
-
|
|
2301
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2302
|
-
|
|
2303
|
-
C++ signature :
|
|
2304
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1789
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2305
1790
|
"""
|
|
2306
1791
|
|
|
2307
|
-
R_a_b:
|
|
1792
|
+
R_a_b: numpy.ndarray # Eigen::Matrix3d
|
|
2308
1793
|
"""
|
|
2309
|
-
|
|
2310
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2311
|
-
|
|
2312
|
-
C++ signature :
|
|
2313
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1794
|
+
Target relative orientation.
|
|
2314
1795
|
"""
|
|
2315
1796
|
|
|
2316
1797
|
def __init__(
|
|
@@ -2321,13 +1802,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
|
2321
1802
|
) -> None:
|
|
2322
1803
|
...
|
|
2323
1804
|
|
|
2324
|
-
b:
|
|
1805
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2325
1806
|
"""
|
|
2326
|
-
|
|
2327
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2328
|
-
|
|
2329
|
-
C++ signature :
|
|
2330
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1807
|
+
b vector in Ax = b, where x is the accelerations
|
|
2331
1808
|
"""
|
|
2332
1809
|
|
|
2333
1810
|
def configure(
|
|
@@ -2347,76 +1824,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2347
1824
|
"""
|
|
2348
1825
|
...
|
|
2349
1826
|
|
|
2350
|
-
derror:
|
|
1827
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2351
1828
|
"""
|
|
2352
|
-
|
|
2353
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2354
|
-
|
|
2355
|
-
C++ signature :
|
|
2356
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1829
|
+
Current velocity error vector.
|
|
2357
1830
|
"""
|
|
2358
1831
|
|
|
2359
|
-
domega_a_b:
|
|
1832
|
+
domega_a_b: numpy.ndarray # Eigen::Vector3d
|
|
2360
1833
|
"""
|
|
2361
|
-
|
|
2362
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2363
|
-
|
|
2364
|
-
C++ signature :
|
|
2365
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1834
|
+
Target relative angular velocity.
|
|
2366
1835
|
"""
|
|
2367
1836
|
|
|
2368
|
-
error:
|
|
1837
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2369
1838
|
"""
|
|
2370
|
-
|
|
2371
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2372
|
-
|
|
2373
|
-
C++ signature :
|
|
2374
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1839
|
+
Current error vector.
|
|
2375
1840
|
"""
|
|
2376
1841
|
|
|
2377
|
-
kd:
|
|
1842
|
+
kd: float # double
|
|
2378
1843
|
"""
|
|
2379
|
-
|
|
2380
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2381
|
-
|
|
2382
|
-
C++ signature :
|
|
2383
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1844
|
+
D gain for position control (if negative, will be critically damped)
|
|
2384
1845
|
"""
|
|
2385
1846
|
|
|
2386
|
-
kp:
|
|
1847
|
+
kp: float # double
|
|
2387
1848
|
"""
|
|
2388
|
-
|
|
2389
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2390
|
-
|
|
2391
|
-
C++ signature :
|
|
2392
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1849
|
+
K gain for position control.
|
|
2393
1850
|
"""
|
|
2394
1851
|
|
|
2395
|
-
mask:
|
|
1852
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2396
1853
|
"""
|
|
2397
|
-
|
|
2398
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> placo.AxisesMask :
|
|
2399
|
-
|
|
2400
|
-
C++ signature :
|
|
2401
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1854
|
+
Mask.
|
|
2402
1855
|
"""
|
|
2403
1856
|
|
|
2404
|
-
name:
|
|
1857
|
+
name: str # std::string
|
|
2405
1858
|
"""
|
|
2406
|
-
|
|
2407
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2408
|
-
|
|
2409
|
-
C++ signature :
|
|
2410
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1859
|
+
Object name.
|
|
2411
1860
|
"""
|
|
2412
1861
|
|
|
2413
|
-
omega_a_b:
|
|
1862
|
+
omega_a_b: numpy.ndarray # Eigen::Vector3d
|
|
2414
1863
|
"""
|
|
2415
|
-
|
|
2416
|
-
None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
2417
|
-
|
|
2418
|
-
C++ signature :
|
|
2419
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativeOrientationTask {lvalue})
|
|
1864
|
+
Target relative angular velocity.
|
|
2420
1865
|
"""
|
|
2421
1866
|
|
|
2422
1867
|
priority: str
|
|
@@ -2426,13 +1871,9 @@ None( (placo.DynamicsRelativeOrientationTask)arg1) -> object :
|
|
|
2426
1871
|
|
|
2427
1872
|
|
|
2428
1873
|
class DynamicsRelativePositionTask:
|
|
2429
|
-
A:
|
|
1874
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
2430
1875
|
"""
|
|
2431
|
-
|
|
2432
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2433
|
-
|
|
2434
|
-
C++ signature :
|
|
2435
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1876
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
2436
1877
|
"""
|
|
2437
1878
|
|
|
2438
1879
|
def __init__(
|
|
@@ -2443,13 +1884,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2443
1884
|
) -> None:
|
|
2444
1885
|
...
|
|
2445
1886
|
|
|
2446
|
-
b:
|
|
1887
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
2447
1888
|
"""
|
|
2448
|
-
|
|
2449
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2450
|
-
|
|
2451
|
-
C++ signature :
|
|
2452
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1889
|
+
b vector in Ax = b, where x is the accelerations
|
|
2453
1890
|
"""
|
|
2454
1891
|
|
|
2455
1892
|
def configure(
|
|
@@ -2469,76 +1906,44 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
2469
1906
|
"""
|
|
2470
1907
|
...
|
|
2471
1908
|
|
|
2472
|
-
ddtarget:
|
|
1909
|
+
ddtarget: numpy.ndarray # Eigen::Vector3d
|
|
2473
1910
|
"""
|
|
2474
|
-
|
|
2475
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2476
|
-
|
|
2477
|
-
C++ signature :
|
|
2478
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1911
|
+
Target relative acceleration.
|
|
2479
1912
|
"""
|
|
2480
1913
|
|
|
2481
|
-
derror:
|
|
1914
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
2482
1915
|
"""
|
|
2483
|
-
|
|
2484
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2485
|
-
|
|
2486
|
-
C++ signature :
|
|
2487
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1916
|
+
Current velocity error vector.
|
|
2488
1917
|
"""
|
|
2489
1918
|
|
|
2490
|
-
dtarget:
|
|
1919
|
+
dtarget: numpy.ndarray # Eigen::Vector3d
|
|
2491
1920
|
"""
|
|
2492
|
-
|
|
2493
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2494
|
-
|
|
2495
|
-
C++ signature :
|
|
2496
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1921
|
+
Target relative velocity.
|
|
2497
1922
|
"""
|
|
2498
1923
|
|
|
2499
|
-
error:
|
|
1924
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
2500
1925
|
"""
|
|
2501
|
-
|
|
2502
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
2503
|
-
|
|
2504
|
-
C++ signature :
|
|
2505
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1926
|
+
Current error vector.
|
|
2506
1927
|
"""
|
|
2507
1928
|
|
|
2508
|
-
kd:
|
|
1929
|
+
kd: float # double
|
|
2509
1930
|
"""
|
|
2510
|
-
|
|
2511
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2512
|
-
|
|
2513
|
-
C++ signature :
|
|
2514
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1931
|
+
D gain for position control (if negative, will be critically damped)
|
|
2515
1932
|
"""
|
|
2516
1933
|
|
|
2517
|
-
kp:
|
|
1934
|
+
kp: float # double
|
|
2518
1935
|
"""
|
|
2519
|
-
|
|
2520
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
2521
|
-
|
|
2522
|
-
C++ signature :
|
|
2523
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
1936
|
+
K gain for position control.
|
|
2524
1937
|
"""
|
|
2525
1938
|
|
|
2526
|
-
mask:
|
|
1939
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
2527
1940
|
"""
|
|
2528
|
-
|
|
2529
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> placo.AxisesMask :
|
|
2530
|
-
|
|
2531
|
-
C++ signature :
|
|
2532
|
-
placo::tools::AxisesMask {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1941
|
+
Mask.
|
|
2533
1942
|
"""
|
|
2534
1943
|
|
|
2535
|
-
name:
|
|
1944
|
+
name: str # std::string
|
|
2536
1945
|
"""
|
|
2537
|
-
|
|
2538
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
2539
|
-
|
|
2540
|
-
C++ signature :
|
|
2541
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
1946
|
+
Object name.
|
|
2542
1947
|
"""
|
|
2543
1948
|
|
|
2544
1949
|
priority: str
|
|
@@ -2546,13 +1951,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
2546
1951
|
Priority [str]
|
|
2547
1952
|
"""
|
|
2548
1953
|
|
|
2549
|
-
target:
|
|
1954
|
+
target: numpy.ndarray # Eigen::Vector3d
|
|
2550
1955
|
"""
|
|
2551
|
-
|
|
2552
|
-
None( (placo.DynamicsRelativePositionTask)arg1) -> object :
|
|
2553
|
-
|
|
2554
|
-
C++ signature :
|
|
2555
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::dynamics::RelativePositionTask {lvalue})
|
|
1956
|
+
Target relative position.
|
|
2556
1957
|
"""
|
|
2557
1958
|
|
|
2558
1959
|
|
|
@@ -2813,22 +2214,14 @@ class DynamicsSolver:
|
|
|
2813
2214
|
) -> int:
|
|
2814
2215
|
...
|
|
2815
2216
|
|
|
2816
|
-
damping:
|
|
2217
|
+
damping: float # double
|
|
2817
2218
|
"""
|
|
2818
|
-
|
|
2819
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
2820
|
-
|
|
2821
|
-
C++ signature :
|
|
2822
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2219
|
+
Global damping that is added to all the joints.
|
|
2823
2220
|
"""
|
|
2824
2221
|
|
|
2825
|
-
dt:
|
|
2222
|
+
dt: float # double
|
|
2826
2223
|
"""
|
|
2827
|
-
|
|
2828
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
2829
|
-
|
|
2830
|
-
C++ signature :
|
|
2831
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2224
|
+
Solver dt (seconds)
|
|
2832
2225
|
"""
|
|
2833
2226
|
|
|
2834
2227
|
def dump_status(
|
|
@@ -2875,13 +2268,9 @@ None( (placo.DynamicsSolver)arg1) -> float :
|
|
|
2875
2268
|
"""
|
|
2876
2269
|
...
|
|
2877
2270
|
|
|
2878
|
-
extra_force:
|
|
2271
|
+
extra_force: numpy.ndarray # Eigen::VectorXd
|
|
2879
2272
|
"""
|
|
2880
|
-
|
|
2881
|
-
None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
|
|
2882
|
-
|
|
2883
|
-
C++ signature :
|
|
2884
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2273
|
+
Extra force to be added to the system (similar to non-linear terms)
|
|
2885
2274
|
"""
|
|
2886
2275
|
|
|
2887
2276
|
def get_contact(
|
|
@@ -2890,13 +2279,9 @@ None( (placo.DynamicsSolver)arg1) -> numpy.ndarray :
|
|
|
2890
2279
|
) -> Contact:
|
|
2891
2280
|
...
|
|
2892
2281
|
|
|
2893
|
-
gravity_only:
|
|
2282
|
+
gravity_only: bool # bool
|
|
2894
2283
|
"""
|
|
2895
|
-
|
|
2896
|
-
None( (placo.DynamicsSolver)arg1) -> bool :
|
|
2897
|
-
|
|
2898
|
-
C++ signature :
|
|
2899
|
-
bool {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2284
|
+
Use gravity only (no coriolis, no centrifugal)
|
|
2900
2285
|
"""
|
|
2901
2286
|
|
|
2902
2287
|
def mask_fbase(
|
|
@@ -2908,13 +2293,9 @@ None( (placo.DynamicsSolver)arg1) -> bool :
|
|
|
2908
2293
|
"""
|
|
2909
2294
|
...
|
|
2910
2295
|
|
|
2911
|
-
problem:
|
|
2296
|
+
problem: Problem # placo::problem::Problem
|
|
2912
2297
|
"""
|
|
2913
|
-
|
|
2914
|
-
None( (placo.DynamicsSolver)arg1) -> object :
|
|
2915
|
-
|
|
2916
|
-
C++ signature :
|
|
2917
|
-
placo::problem::Problem {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2298
|
+
Instance of the problem.
|
|
2918
2299
|
"""
|
|
2919
2300
|
|
|
2920
2301
|
def remove_constraint(
|
|
@@ -2950,14 +2331,7 @@ None( (placo.DynamicsSolver)arg1) -> object :
|
|
|
2950
2331
|
"""
|
|
2951
2332
|
...
|
|
2952
2333
|
|
|
2953
|
-
robot:
|
|
2954
|
-
"""
|
|
2955
|
-
|
|
2956
|
-
None( (placo.DynamicsSolver)arg1) -> object :
|
|
2957
|
-
|
|
2958
|
-
C++ signature :
|
|
2959
|
-
placo::model::RobotWrapper None(placo::dynamics::DynamicsSolver)
|
|
2960
|
-
"""
|
|
2334
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
2961
2335
|
|
|
2962
2336
|
def set_kd(
|
|
2963
2337
|
self,
|
|
@@ -3013,13 +2387,9 @@ None( (placo.DynamicsSolver)arg1) -> object :
|
|
|
3013
2387
|
) -> DynamicsSolverResult:
|
|
3014
2388
|
...
|
|
3015
2389
|
|
|
3016
|
-
torque_cost:
|
|
2390
|
+
torque_cost: float # double
|
|
3017
2391
|
"""
|
|
3018
|
-
|
|
3019
|
-
None( (placo.DynamicsSolver)arg1) -> float :
|
|
3020
|
-
|
|
3021
|
-
C++ signature :
|
|
3022
|
-
double {lvalue} None(placo::dynamics::DynamicsSolver {lvalue})
|
|
2392
|
+
Cost for torque regularization (1e-3 by default)
|
|
3023
2393
|
"""
|
|
3024
2394
|
|
|
3025
2395
|
|
|
@@ -3029,41 +2399,13 @@ class DynamicsSolverResult:
|
|
|
3029
2399
|
) -> None:
|
|
3030
2400
|
...
|
|
3031
2401
|
|
|
3032
|
-
qdd:
|
|
3033
|
-
"""
|
|
3034
|
-
|
|
3035
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
2402
|
+
qdd: numpy.ndarray # Eigen::VectorXd
|
|
3036
2403
|
|
|
3037
|
-
|
|
3038
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3039
|
-
"""
|
|
3040
|
-
|
|
3041
|
-
success: any
|
|
3042
|
-
"""
|
|
3043
|
-
|
|
3044
|
-
None( (placo.DynamicsSolverResult)arg1) -> bool :
|
|
2404
|
+
success: bool # bool
|
|
3045
2405
|
|
|
3046
|
-
|
|
3047
|
-
bool {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3048
|
-
"""
|
|
3049
|
-
|
|
3050
|
-
tau: any
|
|
3051
|
-
"""
|
|
3052
|
-
|
|
3053
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
3054
|
-
|
|
3055
|
-
C++ signature :
|
|
3056
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3057
|
-
"""
|
|
3058
|
-
|
|
3059
|
-
tau_contacts: any
|
|
3060
|
-
"""
|
|
3061
|
-
|
|
3062
|
-
None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
2406
|
+
tau: numpy.ndarray # Eigen::VectorXd
|
|
3063
2407
|
|
|
3064
|
-
|
|
3065
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::DynamicsSolver::Result {lvalue})
|
|
3066
|
-
"""
|
|
2408
|
+
tau_contacts: numpy.ndarray # Eigen::VectorXd
|
|
3067
2409
|
|
|
3068
2410
|
def tau_dict(
|
|
3069
2411
|
arg1: DynamicsSolverResult,
|
|
@@ -3073,26 +2415,18 @@ None( (placo.DynamicsSolverResult)arg1) -> object :
|
|
|
3073
2415
|
|
|
3074
2416
|
|
|
3075
2417
|
class DynamicsTask:
|
|
3076
|
-
A:
|
|
2418
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3077
2419
|
"""
|
|
3078
|
-
|
|
3079
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3080
|
-
|
|
3081
|
-
C++ signature :
|
|
3082
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2420
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
3083
2421
|
"""
|
|
3084
2422
|
|
|
3085
2423
|
def __init__(
|
|
3086
2424
|
) -> any:
|
|
3087
2425
|
...
|
|
3088
2426
|
|
|
3089
|
-
b:
|
|
2427
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3090
2428
|
"""
|
|
3091
|
-
|
|
3092
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3093
|
-
|
|
3094
|
-
C++ signature :
|
|
3095
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2429
|
+
b vector in Ax = b, where x is the accelerations
|
|
3096
2430
|
"""
|
|
3097
2431
|
|
|
3098
2432
|
def configure(
|
|
@@ -3112,49 +2446,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3112
2446
|
"""
|
|
3113
2447
|
...
|
|
3114
2448
|
|
|
3115
|
-
derror:
|
|
2449
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
3116
2450
|
"""
|
|
3117
|
-
|
|
3118
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3119
|
-
|
|
3120
|
-
C++ signature :
|
|
3121
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2451
|
+
Current velocity error vector.
|
|
3122
2452
|
"""
|
|
3123
2453
|
|
|
3124
|
-
error:
|
|
2454
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
3125
2455
|
"""
|
|
3126
|
-
|
|
3127
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3128
|
-
|
|
3129
|
-
C++ signature :
|
|
3130
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2456
|
+
Current error vector.
|
|
3131
2457
|
"""
|
|
3132
2458
|
|
|
3133
|
-
kd:
|
|
2459
|
+
kd: float # double
|
|
3134
2460
|
"""
|
|
3135
|
-
|
|
3136
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3137
|
-
|
|
3138
|
-
C++ signature :
|
|
3139
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2461
|
+
D gain for position control (if negative, will be critically damped)
|
|
3140
2462
|
"""
|
|
3141
2463
|
|
|
3142
|
-
kp:
|
|
2464
|
+
kp: float # double
|
|
3143
2465
|
"""
|
|
3144
|
-
|
|
3145
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3146
|
-
|
|
3147
|
-
C++ signature :
|
|
3148
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2466
|
+
K gain for position control.
|
|
3149
2467
|
"""
|
|
3150
2468
|
|
|
3151
|
-
name:
|
|
2469
|
+
name: str # std::string
|
|
3152
2470
|
"""
|
|
3153
|
-
|
|
3154
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
3155
|
-
|
|
3156
|
-
C++ signature :
|
|
3157
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
2471
|
+
Object name.
|
|
3158
2472
|
"""
|
|
3159
2473
|
|
|
3160
2474
|
priority: str
|
|
@@ -3164,13 +2478,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3164
2478
|
|
|
3165
2479
|
|
|
3166
2480
|
class DynamicsTorqueTask:
|
|
3167
|
-
A:
|
|
2481
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3168
2482
|
"""
|
|
3169
|
-
|
|
3170
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3171
|
-
|
|
3172
|
-
C++ signature :
|
|
3173
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2483
|
+
A matrix in Ax = b, where x is the accelerations.
|
|
3174
2484
|
"""
|
|
3175
2485
|
|
|
3176
2486
|
def __init__(
|
|
@@ -3178,13 +2488,9 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3178
2488
|
) -> None:
|
|
3179
2489
|
...
|
|
3180
2490
|
|
|
3181
|
-
b:
|
|
2491
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3182
2492
|
"""
|
|
3183
|
-
|
|
3184
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3185
|
-
|
|
3186
|
-
C++ signature :
|
|
3187
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2493
|
+
b vector in Ax = b, where x is the accelerations
|
|
3188
2494
|
"""
|
|
3189
2495
|
|
|
3190
2496
|
def configure(
|
|
@@ -3204,49 +2510,29 @@ None( (placo.DynamicsTask)arg1) -> object :
|
|
|
3204
2510
|
"""
|
|
3205
2511
|
...
|
|
3206
2512
|
|
|
3207
|
-
derror:
|
|
2513
|
+
derror: numpy.ndarray # Eigen::MatrixXd
|
|
3208
2514
|
"""
|
|
3209
|
-
|
|
3210
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3211
|
-
|
|
3212
|
-
C++ signature :
|
|
3213
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2515
|
+
Current velocity error vector.
|
|
3214
2516
|
"""
|
|
3215
2517
|
|
|
3216
|
-
error:
|
|
2518
|
+
error: numpy.ndarray # Eigen::MatrixXd
|
|
3217
2519
|
"""
|
|
3218
|
-
|
|
3219
|
-
None( (placo.DynamicsTask)arg1) -> object :
|
|
3220
|
-
|
|
3221
|
-
C++ signature :
|
|
3222
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2520
|
+
Current error vector.
|
|
3223
2521
|
"""
|
|
3224
2522
|
|
|
3225
|
-
kd:
|
|
2523
|
+
kd: float # double
|
|
3226
2524
|
"""
|
|
3227
|
-
|
|
3228
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3229
|
-
|
|
3230
|
-
C++ signature :
|
|
3231
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2525
|
+
D gain for position control (if negative, will be critically damped)
|
|
3232
2526
|
"""
|
|
3233
2527
|
|
|
3234
|
-
kp:
|
|
2528
|
+
kp: float # double
|
|
3235
2529
|
"""
|
|
3236
|
-
|
|
3237
|
-
None( (placo.DynamicsTask)arg1) -> float :
|
|
3238
|
-
|
|
3239
|
-
C++ signature :
|
|
3240
|
-
double {lvalue} None(placo::dynamics::Task {lvalue})
|
|
2530
|
+
K gain for position control.
|
|
3241
2531
|
"""
|
|
3242
2532
|
|
|
3243
|
-
name:
|
|
2533
|
+
name: str # std::string
|
|
3244
2534
|
"""
|
|
3245
|
-
|
|
3246
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
3247
|
-
|
|
3248
|
-
C++ signature :
|
|
3249
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
2535
|
+
Object name.
|
|
3250
2536
|
"""
|
|
3251
2537
|
|
|
3252
2538
|
priority: str
|
|
@@ -3287,13 +2573,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
3287
2573
|
|
|
3288
2574
|
|
|
3289
2575
|
class Expression:
|
|
3290
|
-
A:
|
|
2576
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3291
2577
|
"""
|
|
3292
|
-
|
|
3293
|
-
None( (placo.Expression)arg1) -> object :
|
|
3294
|
-
|
|
3295
|
-
C++ signature :
|
|
3296
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Expression {lvalue})
|
|
2578
|
+
Expression A matrix, in Ax + b.
|
|
3297
2579
|
"""
|
|
3298
2580
|
|
|
3299
2581
|
def __init__(
|
|
@@ -3301,13 +2583,9 @@ None( (placo.Expression)arg1) -> object :
|
|
|
3301
2583
|
) -> any:
|
|
3302
2584
|
...
|
|
3303
2585
|
|
|
3304
|
-
b:
|
|
2586
|
+
b: numpy.ndarray # Eigen::VectorXd
|
|
3305
2587
|
"""
|
|
3306
|
-
|
|
3307
|
-
None( (placo.Expression)arg1) -> object :
|
|
3308
|
-
|
|
3309
|
-
C++ signature :
|
|
3310
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Expression {lvalue})
|
|
2588
|
+
Expression b vector, in Ax + b.
|
|
3311
2589
|
"""
|
|
3312
2590
|
|
|
3313
2591
|
def cols(
|
|
@@ -3441,76 +2719,38 @@ class ExternalWrenchContact:
|
|
|
3441
2719
|
"""
|
|
3442
2720
|
...
|
|
3443
2721
|
|
|
3444
|
-
active:
|
|
2722
|
+
active: bool # bool
|
|
3445
2723
|
"""
|
|
3446
|
-
|
|
3447
|
-
None( (placo.Contact)arg1) -> bool :
|
|
3448
|
-
|
|
3449
|
-
C++ signature :
|
|
3450
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2724
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
3451
2725
|
"""
|
|
3452
2726
|
|
|
3453
|
-
frame_index: any
|
|
3454
|
-
"""
|
|
3455
|
-
|
|
3456
|
-
None( (placo.ExternalWrenchContact)arg1) -> int :
|
|
2727
|
+
frame_index: any # pinocchio::FrameIndex
|
|
3457
2728
|
|
|
3458
|
-
|
|
3459
|
-
unsigned long {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
|
|
2729
|
+
mu: float # double
|
|
3460
2730
|
"""
|
|
3461
|
-
|
|
3462
|
-
mu: any
|
|
2731
|
+
Coefficient of friction (if relevant)
|
|
3463
2732
|
"""
|
|
3464
|
-
|
|
3465
|
-
None( (placo.Contact)arg1) -> float :
|
|
3466
2733
|
|
|
3467
|
-
|
|
3468
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
3469
|
-
"""
|
|
2734
|
+
w_ext: numpy.ndarray # Eigen::VectorXd
|
|
3470
2735
|
|
|
3471
|
-
|
|
2736
|
+
weight_forces: float # double
|
|
3472
2737
|
"""
|
|
3473
|
-
|
|
3474
|
-
None( (placo.ExternalWrenchContact)arg1) -> object :
|
|
3475
|
-
|
|
3476
|
-
C++ signature :
|
|
3477
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::ExternalWrenchContact {lvalue})
|
|
2738
|
+
Weight of forces for the optimization (if relevant)
|
|
3478
2739
|
"""
|
|
3479
2740
|
|
|
3480
|
-
|
|
2741
|
+
weight_moments: float # double
|
|
3481
2742
|
"""
|
|
3482
|
-
|
|
3483
|
-
None( (placo.Contact)arg1) -> float :
|
|
3484
|
-
|
|
3485
|
-
C++ signature :
|
|
3486
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2743
|
+
Weight of moments for optimization (if relevant)
|
|
3487
2744
|
"""
|
|
3488
2745
|
|
|
3489
|
-
|
|
2746
|
+
weight_tangentials: float # double
|
|
3490
2747
|
"""
|
|
3491
|
-
|
|
3492
|
-
None( (placo.Contact)arg1) -> float :
|
|
3493
|
-
|
|
3494
|
-
C++ signature :
|
|
3495
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
3496
|
-
"""
|
|
3497
|
-
|
|
3498
|
-
weight_tangentials: any
|
|
3499
|
-
"""
|
|
3500
|
-
|
|
3501
|
-
None( (placo.Contact)arg1) -> float :
|
|
3502
|
-
|
|
3503
|
-
C++ signature :
|
|
3504
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2748
|
+
Extra cost for tangential forces.
|
|
3505
2749
|
"""
|
|
3506
2750
|
|
|
3507
|
-
wrench:
|
|
2751
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
3508
2752
|
"""
|
|
3509
|
-
|
|
3510
|
-
None( (placo.Contact)arg1) -> object :
|
|
3511
|
-
|
|
3512
|
-
C++ signature :
|
|
3513
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
2753
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
3514
2754
|
"""
|
|
3515
2755
|
|
|
3516
2756
|
|
|
@@ -3600,32 +2840,11 @@ class Footstep:
|
|
|
3600
2840
|
) -> any:
|
|
3601
2841
|
...
|
|
3602
2842
|
|
|
3603
|
-
foot_length:
|
|
3604
|
-
"""
|
|
3605
|
-
|
|
3606
|
-
None( (placo.Footstep)arg1) -> float :
|
|
2843
|
+
foot_length: float # double
|
|
3607
2844
|
|
|
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 :
|
|
2845
|
+
foot_width: float # double
|
|
3625
2846
|
|
|
3626
|
-
|
|
3627
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3628
|
-
"""
|
|
2847
|
+
frame: numpy.ndarray # Eigen::Affine3d
|
|
3629
2848
|
|
|
3630
2849
|
def overlap(
|
|
3631
2850
|
self,
|
|
@@ -3649,14 +2868,7 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3649
2868
|
) -> None:
|
|
3650
2869
|
...
|
|
3651
2870
|
|
|
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
|
-
"""
|
|
2871
|
+
side: any # placo::humanoid::HumanoidRobot::Side
|
|
3660
2872
|
|
|
3661
2873
|
def support_polygon(
|
|
3662
2874
|
self,
|
|
@@ -3899,13 +3111,6 @@ class FootstepsPlannerRepetitive:
|
|
|
3899
3111
|
|
|
3900
3112
|
class FrameTask:
|
|
3901
3113
|
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
3114
|
|
|
3910
3115
|
def __init__(
|
|
3911
3116
|
self,
|
|
@@ -3947,13 +3152,9 @@ None( (placo.FrameTask)arg1) -> object :
|
|
|
3947
3152
|
|
|
3948
3153
|
|
|
3949
3154
|
class GearTask:
|
|
3950
|
-
A:
|
|
3155
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3951
3156
|
"""
|
|
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})
|
|
3157
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
3957
3158
|
"""
|
|
3958
3159
|
|
|
3959
3160
|
def __init__(
|
|
@@ -3981,13 +3182,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
3981
3182
|
"""
|
|
3982
3183
|
...
|
|
3983
3184
|
|
|
3984
|
-
b:
|
|
3185
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3985
3186
|
"""
|
|
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})
|
|
3187
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
3991
3188
|
"""
|
|
3992
3189
|
|
|
3993
3190
|
def configure(
|
|
@@ -4023,13 +3220,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
4023
3220
|
"""
|
|
4024
3221
|
...
|
|
4025
3222
|
|
|
4026
|
-
name:
|
|
3223
|
+
name: str # std::string
|
|
4027
3224
|
"""
|
|
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})
|
|
3225
|
+
Object name.
|
|
4033
3226
|
"""
|
|
4034
3227
|
|
|
4035
3228
|
priority: str
|
|
@@ -4069,14 +3262,7 @@ class HumanoidParameters:
|
|
|
4069
3262
|
) -> None:
|
|
4070
3263
|
...
|
|
4071
3264
|
|
|
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
|
-
"""
|
|
3265
|
+
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4080
3266
|
|
|
4081
3267
|
def double_support_duration(
|
|
4082
3268
|
self,
|
|
@@ -4086,13 +3272,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
|
4086
3272
|
"""
|
|
4087
3273
|
...
|
|
4088
3274
|
|
|
4089
|
-
double_support_ratio:
|
|
3275
|
+
double_support_ratio: float # double
|
|
4090
3276
|
"""
|
|
4091
|
-
|
|
4092
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4093
|
-
|
|
4094
|
-
C++ signature :
|
|
4095
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3277
|
+
Duration ratio between single support and double support.
|
|
4096
3278
|
"""
|
|
4097
3279
|
|
|
4098
3280
|
def double_support_timesteps(
|
|
@@ -4120,49 +3302,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4120
3302
|
"""
|
|
4121
3303
|
...
|
|
4122
3304
|
|
|
4123
|
-
feet_spacing:
|
|
3305
|
+
feet_spacing: float # double
|
|
4124
3306
|
"""
|
|
4125
|
-
|
|
4126
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4127
|
-
|
|
4128
|
-
C++ signature :
|
|
4129
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3307
|
+
Lateral spacing between feet [m].
|
|
4130
3308
|
"""
|
|
4131
3309
|
|
|
4132
|
-
foot_length:
|
|
3310
|
+
foot_length: float # double
|
|
4133
3311
|
"""
|
|
4134
|
-
|
|
4135
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4136
|
-
|
|
4137
|
-
C++ signature :
|
|
4138
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3312
|
+
Foot length [m].
|
|
4139
3313
|
"""
|
|
4140
3314
|
|
|
4141
|
-
foot_width:
|
|
3315
|
+
foot_width: float # double
|
|
4142
3316
|
"""
|
|
4143
|
-
|
|
4144
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4145
|
-
|
|
4146
|
-
C++ signature :
|
|
4147
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3317
|
+
Foot width [m].
|
|
4148
3318
|
"""
|
|
4149
3319
|
|
|
4150
|
-
foot_zmp_target_x:
|
|
3320
|
+
foot_zmp_target_x: float # double
|
|
4151
3321
|
"""
|
|
4152
|
-
|
|
4153
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4154
|
-
|
|
4155
|
-
C++ signature :
|
|
4156
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3322
|
+
Target offset for the ZMP x reference trajectory in the foot frame [m].
|
|
4157
3323
|
"""
|
|
4158
3324
|
|
|
4159
|
-
foot_zmp_target_y:
|
|
3325
|
+
foot_zmp_target_y: float # double
|
|
4160
3326
|
"""
|
|
4161
|
-
|
|
4162
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4163
|
-
|
|
4164
|
-
C++ signature :
|
|
4165
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3327
|
+
Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
|
|
4166
3328
|
"""
|
|
4167
3329
|
|
|
4168
3330
|
def has_double_support(
|
|
@@ -4173,40 +3335,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4173
3335
|
"""
|
|
4174
3336
|
...
|
|
4175
3337
|
|
|
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
|
-
"""
|
|
3338
|
+
op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4184
3339
|
|
|
4185
|
-
planned_timesteps:
|
|
3340
|
+
planned_timesteps: int # int
|
|
4186
3341
|
"""
|
|
4187
|
-
|
|
4188
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4189
|
-
|
|
4190
|
-
C++ signature :
|
|
4191
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3342
|
+
Planning horizon for the CoM trajectory.
|
|
4192
3343
|
"""
|
|
4193
3344
|
|
|
4194
|
-
single_support_duration:
|
|
3345
|
+
single_support_duration: float # double
|
|
4195
3346
|
"""
|
|
4196
|
-
|
|
4197
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4198
|
-
|
|
4199
|
-
C++ signature :
|
|
4200
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3347
|
+
Single support duration [s].
|
|
4201
3348
|
"""
|
|
4202
3349
|
|
|
4203
|
-
single_support_timesteps:
|
|
3350
|
+
single_support_timesteps: int # int
|
|
4204
3351
|
"""
|
|
4205
|
-
|
|
4206
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4207
|
-
|
|
4208
|
-
C++ signature :
|
|
4209
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3352
|
+
Number of timesteps for one single support.
|
|
4210
3353
|
"""
|
|
4211
3354
|
|
|
4212
3355
|
def startend_double_support_duration(
|
|
@@ -4217,13 +3360,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
|
|
|
4217
3360
|
"""
|
|
4218
3361
|
...
|
|
4219
3362
|
|
|
4220
|
-
startend_double_support_ratio:
|
|
3363
|
+
startend_double_support_ratio: float # double
|
|
4221
3364
|
"""
|
|
4222
|
-
|
|
4223
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4224
|
-
|
|
4225
|
-
C++ signature :
|
|
4226
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3365
|
+
Duration ratio between single support and start/end double support.
|
|
4227
3366
|
"""
|
|
4228
3367
|
|
|
4229
3368
|
def startend_double_support_timesteps(
|
|
@@ -4234,103 +3373,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4234
3373
|
"""
|
|
4235
3374
|
...
|
|
4236
3375
|
|
|
4237
|
-
walk_com_height:
|
|
3376
|
+
walk_com_height: float # double
|
|
4238
3377
|
"""
|
|
4239
|
-
|
|
4240
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4241
|
-
|
|
4242
|
-
C++ signature :
|
|
4243
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3378
|
+
Target CoM height while walking [m].
|
|
4244
3379
|
"""
|
|
4245
3380
|
|
|
4246
|
-
walk_dtheta_spacing:
|
|
3381
|
+
walk_dtheta_spacing: float # double
|
|
4247
3382
|
"""
|
|
4248
|
-
|
|
4249
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4250
|
-
|
|
4251
|
-
C++ signature :
|
|
4252
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3383
|
+
How much we need to space the feet per dtheta [m/rad].
|
|
4253
3384
|
"""
|
|
4254
3385
|
|
|
4255
|
-
walk_foot_height:
|
|
3386
|
+
walk_foot_height: float # double
|
|
4256
3387
|
"""
|
|
4257
|
-
|
|
4258
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4259
|
-
|
|
4260
|
-
C++ signature :
|
|
4261
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3388
|
+
How height the feet are rising while walking [m].
|
|
4262
3389
|
"""
|
|
4263
3390
|
|
|
4264
|
-
walk_foot_rise_ratio:
|
|
3391
|
+
walk_foot_rise_ratio: float # double
|
|
4265
3392
|
"""
|
|
4266
|
-
|
|
4267
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4268
|
-
|
|
4269
|
-
C++ signature :
|
|
4270
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3393
|
+
ratio of time spent at foot height during the step
|
|
4271
3394
|
"""
|
|
4272
3395
|
|
|
4273
|
-
walk_max_dtheta:
|
|
3396
|
+
walk_max_dtheta: float # double
|
|
4274
3397
|
"""
|
|
4275
|
-
|
|
4276
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4277
|
-
|
|
4278
|
-
C++ signature :
|
|
4279
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3398
|
+
Maximum step (yaw)
|
|
4280
3399
|
"""
|
|
4281
3400
|
|
|
4282
|
-
walk_max_dx_backward:
|
|
3401
|
+
walk_max_dx_backward: float # double
|
|
4283
3402
|
"""
|
|
4284
|
-
|
|
4285
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4286
|
-
|
|
4287
|
-
C++ signature :
|
|
4288
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3403
|
+
Maximum step (backward)
|
|
4289
3404
|
"""
|
|
4290
3405
|
|
|
4291
|
-
walk_max_dx_forward:
|
|
3406
|
+
walk_max_dx_forward: float # double
|
|
4292
3407
|
"""
|
|
4293
|
-
|
|
4294
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4295
|
-
|
|
4296
|
-
C++ signature :
|
|
4297
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3408
|
+
Maximum step (forward)
|
|
4298
3409
|
"""
|
|
4299
3410
|
|
|
4300
|
-
walk_max_dy:
|
|
3411
|
+
walk_max_dy: float # double
|
|
4301
3412
|
"""
|
|
4302
|
-
|
|
4303
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4304
|
-
|
|
4305
|
-
C++ signature :
|
|
4306
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3413
|
+
Maximum step (lateral)
|
|
4307
3414
|
"""
|
|
4308
3415
|
|
|
4309
|
-
walk_trunk_pitch:
|
|
3416
|
+
walk_trunk_pitch: float # double
|
|
4310
3417
|
"""
|
|
4311
|
-
|
|
4312
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4313
|
-
|
|
4314
|
-
C++ signature :
|
|
4315
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3418
|
+
Trunk pitch while walking [rad].
|
|
4316
3419
|
"""
|
|
4317
3420
|
|
|
4318
|
-
zmp_margin:
|
|
3421
|
+
zmp_margin: float # double
|
|
4319
3422
|
"""
|
|
4320
|
-
|
|
4321
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4322
|
-
|
|
4323
|
-
C++ signature :
|
|
4324
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3423
|
+
Margin for the ZMP to live in the support polygon [m].
|
|
4325
3424
|
"""
|
|
4326
3425
|
|
|
4327
|
-
zmp_reference_weight:
|
|
3426
|
+
zmp_reference_weight: float # double
|
|
4328
3427
|
"""
|
|
4329
|
-
|
|
4330
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4331
|
-
|
|
4332
|
-
C++ signature :
|
|
4333
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3428
|
+
Weight for ZMP reference in the solver.
|
|
4334
3429
|
"""
|
|
4335
3430
|
|
|
4336
3431
|
|
|
@@ -4360,13 +3455,9 @@ class HumanoidRobot:
|
|
|
4360
3455
|
"""
|
|
4361
3456
|
...
|
|
4362
3457
|
|
|
4363
|
-
collision_model: any
|
|
3458
|
+
collision_model: any # pinocchio::GeometryModel
|
|
4364
3459
|
"""
|
|
4365
|
-
|
|
4366
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4367
|
-
|
|
4368
|
-
C++ signature :
|
|
4369
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
3460
|
+
Pinocchio collision model.
|
|
4370
3461
|
"""
|
|
4371
3462
|
|
|
4372
3463
|
def com_jacobian(
|
|
@@ -4421,7 +3512,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4421
3512
|
"""
|
|
4422
3513
|
Computes all minimum distances between current collision pairs.
|
|
4423
3514
|
|
|
4424
|
-
:return: <Element 'para' at
|
|
3515
|
+
:return: <Element 'para' at 0x107552860>
|
|
4425
3516
|
"""
|
|
4426
3517
|
...
|
|
4427
3518
|
|
|
@@ -4454,7 +3545,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4454
3545
|
|
|
4455
3546
|
:param any frame: the frame for which we want the jacobian
|
|
4456
3547
|
|
|
4457
|
-
:return: <Element 'para' at
|
|
3548
|
+
:return: <Element 'para' at 0x10754b3b0>
|
|
4458
3549
|
"""
|
|
4459
3550
|
...
|
|
4460
3551
|
|
|
@@ -4468,7 +3559,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4468
3559
|
|
|
4469
3560
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4470
3561
|
|
|
4471
|
-
:return: <Element 'para' at
|
|
3562
|
+
:return: <Element 'para' at 0x107548e00>
|
|
4472
3563
|
"""
|
|
4473
3564
|
...
|
|
4474
3565
|
|
|
@@ -4717,13 +3808,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4717
3808
|
"""
|
|
4718
3809
|
...
|
|
4719
3810
|
|
|
4720
|
-
model: any
|
|
3811
|
+
model: any # pinocchio::Model
|
|
4721
3812
|
"""
|
|
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})
|
|
3813
|
+
Pinocchio model.
|
|
4727
3814
|
"""
|
|
4728
3815
|
|
|
4729
3816
|
def neutral_state(
|
|
@@ -4780,7 +3867,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4780
3867
|
|
|
4781
3868
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4782
3869
|
|
|
4783
|
-
:return: <Element 'para' at
|
|
3870
|
+
:return: <Element 'para' at 0x107552130>
|
|
4784
3871
|
"""
|
|
4785
3872
|
...
|
|
4786
3873
|
|
|
@@ -4942,13 +4029,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4942
4029
|
"""
|
|
4943
4030
|
...
|
|
4944
4031
|
|
|
4945
|
-
state:
|
|
4032
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
4946
4033
|
"""
|
|
4947
|
-
|
|
4948
|
-
None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
4949
|
-
|
|
4950
|
-
C++ signature :
|
|
4951
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4034
|
+
Robot's current state.
|
|
4952
4035
|
"""
|
|
4953
4036
|
|
|
4954
4037
|
def static_gravity_compensation_torques(
|
|
@@ -4966,22 +4049,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
|
4966
4049
|
) -> dict:
|
|
4967
4050
|
...
|
|
4968
4051
|
|
|
4969
|
-
support_is_both:
|
|
4052
|
+
support_is_both: bool # bool
|
|
4970
4053
|
"""
|
|
4971
|
-
|
|
4972
|
-
None( (placo.HumanoidRobot)arg1) -> bool :
|
|
4973
|
-
|
|
4974
|
-
C++ signature :
|
|
4975
|
-
bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4054
|
+
Are both feet supporting the robot.
|
|
4976
4055
|
"""
|
|
4977
4056
|
|
|
4978
|
-
support_side: any
|
|
4057
|
+
support_side: any # placo::humanoid::HumanoidRobot::Side
|
|
4979
4058
|
"""
|
|
4980
|
-
|
|
4981
|
-
None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
4982
|
-
|
|
4983
|
-
C++ signature :
|
|
4984
|
-
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4059
|
+
The current side (left or right) associated with T_world_support.
|
|
4985
4060
|
"""
|
|
4986
4061
|
|
|
4987
4062
|
def torques_from_acceleration_with_fixed_frame(
|
|
@@ -5042,13 +4117,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
5042
4117
|
"""
|
|
5043
4118
|
...
|
|
5044
4119
|
|
|
5045
|
-
visual_model: any
|
|
4120
|
+
visual_model: any # pinocchio::GeometryModel
|
|
5046
4121
|
"""
|
|
5047
|
-
|
|
5048
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
5049
|
-
|
|
5050
|
-
C++ signature :
|
|
5051
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4122
|
+
Pinocchio visual model.
|
|
5052
4123
|
"""
|
|
5053
4124
|
|
|
5054
4125
|
def zmp(
|
|
@@ -5148,31 +4219,19 @@ class Integrator:
|
|
|
5148
4219
|
"""
|
|
5149
4220
|
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
4221
|
"""
|
|
5151
|
-
A:
|
|
4222
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5152
4223
|
"""
|
|
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})
|
|
4224
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5158
4225
|
"""
|
|
5159
4226
|
|
|
5160
|
-
B:
|
|
4227
|
+
B: numpy.ndarray # Eigen::MatrixXd
|
|
5161
4228
|
"""
|
|
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})
|
|
4229
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5167
4230
|
"""
|
|
5168
4231
|
|
|
5169
|
-
M:
|
|
4232
|
+
M: numpy.ndarray # Eigen::MatrixXd
|
|
5170
4233
|
"""
|
|
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})
|
|
4234
|
+
The continuous system matrix.
|
|
5176
4235
|
"""
|
|
5177
4236
|
|
|
5178
4237
|
def __init__(
|
|
@@ -5208,13 +4267,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5208
4267
|
"""
|
|
5209
4268
|
...
|
|
5210
4269
|
|
|
5211
|
-
final_transition_matrix:
|
|
4270
|
+
final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
|
|
5212
4271
|
"""
|
|
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})
|
|
4272
|
+
Caching the discrete matrix for the last step.
|
|
5218
4273
|
"""
|
|
5219
4274
|
|
|
5220
4275
|
def get_trajectory(
|
|
@@ -5225,13 +4280,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5225
4280
|
"""
|
|
5226
4281
|
...
|
|
5227
4282
|
|
|
5228
|
-
t_start:
|
|
4283
|
+
t_start: float # double
|
|
5229
4284
|
"""
|
|
5230
|
-
|
|
5231
|
-
None( (placo.Integrator)arg1) -> float :
|
|
5232
|
-
|
|
5233
|
-
C++ signature :
|
|
5234
|
-
double {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4285
|
+
Time offset for the trajectory.
|
|
5235
4286
|
"""
|
|
5236
4287
|
|
|
5237
4288
|
@staticmethod
|
|
@@ -5289,13 +4340,9 @@ class IntegratorTrajectory:
|
|
|
5289
4340
|
|
|
5290
4341
|
|
|
5291
4342
|
class JointSpaceHalfSpacesConstraint:
|
|
5292
|
-
A:
|
|
4343
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5293
4344
|
"""
|
|
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})
|
|
4345
|
+
Matrix A in Aq <= b.
|
|
5299
4346
|
"""
|
|
5300
4347
|
|
|
5301
4348
|
def __init__(
|
|
@@ -5308,13 +4355,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5308
4355
|
"""
|
|
5309
4356
|
...
|
|
5310
4357
|
|
|
5311
|
-
b:
|
|
4358
|
+
b: numpy.ndarray # Eigen::VectorXd
|
|
5312
4359
|
"""
|
|
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})
|
|
4360
|
+
Vector b in Aq <= b.
|
|
5318
4361
|
"""
|
|
5319
4362
|
|
|
5320
4363
|
def configure(
|
|
@@ -5334,13 +4377,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5334
4377
|
"""
|
|
5335
4378
|
...
|
|
5336
4379
|
|
|
5337
|
-
name:
|
|
4380
|
+
name: str # std::string
|
|
5338
4381
|
"""
|
|
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})
|
|
4382
|
+
Object name.
|
|
5344
4383
|
"""
|
|
5345
4384
|
|
|
5346
4385
|
priority: str
|
|
@@ -5350,13 +4389,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5350
4389
|
|
|
5351
4390
|
|
|
5352
4391
|
class JointsTask:
|
|
5353
|
-
A:
|
|
4392
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5354
4393
|
"""
|
|
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})
|
|
4394
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
5360
4395
|
"""
|
|
5361
4396
|
|
|
5362
4397
|
def __init__(
|
|
@@ -5367,13 +4402,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5367
4402
|
"""
|
|
5368
4403
|
...
|
|
5369
4404
|
|
|
5370
|
-
b:
|
|
4405
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
5371
4406
|
"""
|
|
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})
|
|
4407
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
5377
4408
|
"""
|
|
5378
4409
|
|
|
5379
4410
|
def configure(
|
|
@@ -5420,13 +4451,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5420
4451
|
"""
|
|
5421
4452
|
...
|
|
5422
4453
|
|
|
5423
|
-
name:
|
|
4454
|
+
name: str # std::string
|
|
5424
4455
|
"""
|
|
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})
|
|
4456
|
+
Object name.
|
|
5430
4457
|
"""
|
|
5431
4458
|
|
|
5432
4459
|
priority: str
|
|
@@ -5485,13 +4512,9 @@ class KinematicsConstraint:
|
|
|
5485
4512
|
"""
|
|
5486
4513
|
...
|
|
5487
4514
|
|
|
5488
|
-
name:
|
|
4515
|
+
name: str # std::string
|
|
5489
4516
|
"""
|
|
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})
|
|
4517
|
+
Object name.
|
|
5495
4518
|
"""
|
|
5496
4519
|
|
|
5497
4520
|
priority: str
|
|
@@ -5501,13 +4524,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5501
4524
|
|
|
5502
4525
|
|
|
5503
4526
|
class KinematicsSolver:
|
|
5504
|
-
N:
|
|
4527
|
+
N: int # int
|
|
5505
4528
|
"""
|
|
5506
|
-
|
|
5507
|
-
None( (placo.KinematicsSolver)arg1) -> int :
|
|
5508
|
-
|
|
5509
|
-
C++ signature :
|
|
5510
|
-
int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4529
|
+
Size of the problem (number of variables)
|
|
5511
4530
|
"""
|
|
5512
4531
|
|
|
5513
4532
|
def __init__(
|
|
@@ -5848,13 +4867,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5848
4867
|
"""
|
|
5849
4868
|
...
|
|
5850
4869
|
|
|
5851
|
-
dt:
|
|
4870
|
+
dt: float # double
|
|
5852
4871
|
"""
|
|
5853
|
-
|
|
5854
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5855
|
-
|
|
5856
|
-
C++ signature :
|
|
5857
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4872
|
+
solver dt (for speeds limiting)
|
|
5858
4873
|
"""
|
|
5859
4874
|
|
|
5860
4875
|
def dump_status(
|
|
@@ -5903,13 +4918,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
5903
4918
|
"""
|
|
5904
4919
|
...
|
|
5905
4920
|
|
|
5906
|
-
problem:
|
|
4921
|
+
problem: Problem # placo::problem::Problem
|
|
5907
4922
|
"""
|
|
5908
|
-
|
|
5909
|
-
None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
5910
|
-
|
|
5911
|
-
C++ signature :
|
|
5912
|
-
placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4923
|
+
The underlying QP problem.
|
|
5913
4924
|
"""
|
|
5914
4925
|
|
|
5915
4926
|
def remove_constraint(
|
|
@@ -5934,22 +4945,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
|
5934
4945
|
"""
|
|
5935
4946
|
...
|
|
5936
4947
|
|
|
5937
|
-
robot:
|
|
4948
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
5938
4949
|
"""
|
|
5939
|
-
|
|
5940
|
-
None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
|
|
5941
|
-
|
|
5942
|
-
C++ signature :
|
|
5943
|
-
placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
|
|
4950
|
+
The robot controlled by this solver.
|
|
5944
4951
|
"""
|
|
5945
4952
|
|
|
5946
|
-
scale:
|
|
4953
|
+
scale: float # double
|
|
5947
4954
|
"""
|
|
5948
|
-
|
|
5949
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5950
|
-
|
|
5951
|
-
C++ signature :
|
|
5952
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4955
|
+
scale obtained when using tasks scaling
|
|
5953
4956
|
"""
|
|
5954
4957
|
|
|
5955
4958
|
def solve(
|
|
@@ -5984,13 +4987,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
5984
4987
|
|
|
5985
4988
|
|
|
5986
4989
|
class KineticEnergyRegularizationTask:
|
|
5987
|
-
A:
|
|
4990
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5988
4991
|
"""
|
|
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})
|
|
4992
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
5994
4993
|
"""
|
|
5995
4994
|
|
|
5996
4995
|
def __init__(
|
|
@@ -5998,13 +4997,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5998
4997
|
) -> None:
|
|
5999
4998
|
...
|
|
6000
4999
|
|
|
6001
|
-
b:
|
|
5000
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6002
5001
|
"""
|
|
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})
|
|
5002
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6008
5003
|
"""
|
|
6009
5004
|
|
|
6010
5005
|
def configure(
|
|
@@ -6040,13 +5035,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6040
5035
|
"""
|
|
6041
5036
|
...
|
|
6042
5037
|
|
|
6043
|
-
name:
|
|
5038
|
+
name: str # std::string
|
|
6044
5039
|
"""
|
|
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})
|
|
5040
|
+
Object name.
|
|
6050
5041
|
"""
|
|
6051
5042
|
|
|
6052
5043
|
priority: str
|
|
@@ -6106,14 +5097,7 @@ class LIPM:
|
|
|
6106
5097
|
) -> Expression:
|
|
6107
5098
|
...
|
|
6108
5099
|
|
|
6109
|
-
dt:
|
|
6110
|
-
"""
|
|
6111
|
-
|
|
6112
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6113
|
-
|
|
6114
|
-
C++ signature :
|
|
6115
|
-
double {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6116
|
-
"""
|
|
5100
|
+
dt: float # double
|
|
6117
5101
|
|
|
6118
5102
|
def dzmp(
|
|
6119
5103
|
self,
|
|
@@ -6143,31 +5127,10 @@ None( (placo.LIPM)arg1) -> float :
|
|
|
6143
5127
|
...
|
|
6144
5128
|
|
|
6145
5129
|
t_end: any
|
|
6146
|
-
"""
|
|
6147
|
-
|
|
6148
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6149
5130
|
|
|
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 :
|
|
5131
|
+
t_start: float # double
|
|
6167
5132
|
|
|
6168
|
-
|
|
6169
|
-
int {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6170
|
-
"""
|
|
5133
|
+
timesteps: int # int
|
|
6171
5134
|
|
|
6172
5135
|
def vel(
|
|
6173
5136
|
self,
|
|
@@ -6175,41 +5138,13 @@ None( (placo.LIPM)arg1) -> int :
|
|
|
6175
5138
|
) -> Expression:
|
|
6176
5139
|
...
|
|
6177
5140
|
|
|
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 :
|
|
5141
|
+
x: Integrator # placo::problem::Integrator
|
|
6200
5142
|
|
|
6201
|
-
|
|
6202
|
-
placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6203
|
-
"""
|
|
5143
|
+
x_var: Variable # placo::problem::Variable
|
|
6204
5144
|
|
|
6205
|
-
|
|
6206
|
-
"""
|
|
6207
|
-
|
|
6208
|
-
None( (placo.LIPM)arg1) -> object :
|
|
5145
|
+
y: Integrator # placo::problem::Integrator
|
|
6209
5146
|
|
|
6210
|
-
|
|
6211
|
-
placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6212
|
-
"""
|
|
5147
|
+
y_var: Variable # placo::problem::Variable
|
|
6213
5148
|
|
|
6214
5149
|
def zmp(
|
|
6215
5150
|
self,
|
|
@@ -6272,13 +5207,9 @@ class LIPMTrajectory:
|
|
|
6272
5207
|
|
|
6273
5208
|
|
|
6274
5209
|
class LineContact:
|
|
6275
|
-
R_world_surface:
|
|
5210
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6276
5211
|
"""
|
|
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})
|
|
5212
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6282
5213
|
"""
|
|
6283
5214
|
|
|
6284
5215
|
def __init__(
|
|
@@ -6291,31 +5222,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
|
|
|
6291
5222
|
"""
|
|
6292
5223
|
...
|
|
6293
5224
|
|
|
6294
|
-
active:
|
|
5225
|
+
active: bool # bool
|
|
6295
5226
|
"""
|
|
6296
|
-
|
|
6297
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6298
|
-
|
|
6299
|
-
C++ signature :
|
|
6300
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5227
|
+
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
5228
|
"""
|
|
6302
5229
|
|
|
6303
|
-
length:
|
|
5230
|
+
length: float # double
|
|
6304
5231
|
"""
|
|
6305
|
-
|
|
6306
|
-
None( (placo.LineContact)arg1) -> float :
|
|
6307
|
-
|
|
6308
|
-
C++ signature :
|
|
6309
|
-
double {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5232
|
+
Rectangular contact length along local x-axis.
|
|
6310
5233
|
"""
|
|
6311
5234
|
|
|
6312
|
-
mu:
|
|
5235
|
+
mu: float # double
|
|
6313
5236
|
"""
|
|
6314
|
-
|
|
6315
|
-
None( (placo.Contact)arg1) -> float :
|
|
6316
|
-
|
|
6317
|
-
C++ signature :
|
|
6318
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5237
|
+
Coefficient of friction (if relevant)
|
|
6319
5238
|
"""
|
|
6320
5239
|
|
|
6321
5240
|
def orientation_task(
|
|
@@ -6328,49 +5247,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6328
5247
|
) -> DynamicsPositionTask:
|
|
6329
5248
|
...
|
|
6330
5249
|
|
|
6331
|
-
unilateral:
|
|
5250
|
+
unilateral: bool # bool
|
|
6332
5251
|
"""
|
|
6333
|
-
|
|
6334
|
-
None( (placo.LineContact)arg1) -> bool :
|
|
6335
|
-
|
|
6336
|
-
C++ signature :
|
|
6337
|
-
bool {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5252
|
+
true for unilateral contact with the ground
|
|
6338
5253
|
"""
|
|
6339
5254
|
|
|
6340
|
-
weight_forces:
|
|
5255
|
+
weight_forces: float # double
|
|
6341
5256
|
"""
|
|
6342
|
-
|
|
6343
|
-
None( (placo.Contact)arg1) -> float :
|
|
6344
|
-
|
|
6345
|
-
C++ signature :
|
|
6346
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5257
|
+
Weight of forces for the optimization (if relevant)
|
|
6347
5258
|
"""
|
|
6348
5259
|
|
|
6349
|
-
weight_moments:
|
|
5260
|
+
weight_moments: float # double
|
|
6350
5261
|
"""
|
|
6351
|
-
|
|
6352
|
-
None( (placo.Contact)arg1) -> float :
|
|
6353
|
-
|
|
6354
|
-
C++ signature :
|
|
6355
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5262
|
+
Weight of moments for optimization (if relevant)
|
|
6356
5263
|
"""
|
|
6357
5264
|
|
|
6358
|
-
weight_tangentials:
|
|
5265
|
+
weight_tangentials: float # double
|
|
6359
5266
|
"""
|
|
6360
|
-
|
|
6361
|
-
None( (placo.Contact)arg1) -> float :
|
|
6362
|
-
|
|
6363
|
-
C++ signature :
|
|
6364
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5267
|
+
Extra cost for tangential forces.
|
|
6365
5268
|
"""
|
|
6366
5269
|
|
|
6367
|
-
wrench:
|
|
5270
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6368
5271
|
"""
|
|
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})
|
|
5272
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6374
5273
|
"""
|
|
6375
5274
|
|
|
6376
5275
|
def zmp(
|
|
@@ -6383,13 +5282,9 @@ None( (placo.Contact)arg1) -> object :
|
|
|
6383
5282
|
|
|
6384
5283
|
|
|
6385
5284
|
class ManipulabilityTask:
|
|
6386
|
-
A:
|
|
5285
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6387
5286
|
"""
|
|
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})
|
|
5287
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6393
5288
|
"""
|
|
6394
5289
|
|
|
6395
5290
|
def __init__(
|
|
@@ -6400,13 +5295,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6400
5295
|
) -> any:
|
|
6401
5296
|
...
|
|
6402
5297
|
|
|
6403
|
-
b:
|
|
5298
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6404
5299
|
"""
|
|
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})
|
|
5300
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6410
5301
|
"""
|
|
6411
5302
|
|
|
6412
5303
|
def configure(
|
|
@@ -6443,39 +5334,20 @@ None( (placo.Task)arg1) -> object :
|
|
|
6443
5334
|
...
|
|
6444
5335
|
|
|
6445
5336
|
lambda_: any
|
|
6446
|
-
"""
|
|
6447
|
-
|
|
6448
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6449
|
-
|
|
6450
|
-
C++ signature :
|
|
6451
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
6452
|
-
"""
|
|
6453
5337
|
|
|
6454
|
-
manipulability:
|
|
5338
|
+
manipulability: float # double
|
|
6455
5339
|
"""
|
|
6456
|
-
|
|
6457
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6458
|
-
|
|
6459
|
-
C++ signature :
|
|
6460
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5340
|
+
The last computed manipulability value.
|
|
6461
5341
|
"""
|
|
6462
5342
|
|
|
6463
|
-
minimize:
|
|
5343
|
+
minimize: bool # bool
|
|
6464
5344
|
"""
|
|
6465
|
-
|
|
6466
|
-
None( (placo.ManipulabilityTask)arg1) -> bool :
|
|
6467
|
-
|
|
6468
|
-
C++ signature :
|
|
6469
|
-
bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5345
|
+
Should the manipulability be minimized (can be useful to find singularities)
|
|
6470
5346
|
"""
|
|
6471
5347
|
|
|
6472
|
-
name:
|
|
5348
|
+
name: str # std::string
|
|
6473
5349
|
"""
|
|
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})
|
|
5350
|
+
Object name.
|
|
6479
5351
|
"""
|
|
6480
5352
|
|
|
6481
5353
|
priority: str
|
|
@@ -6493,22 +5365,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6493
5365
|
|
|
6494
5366
|
|
|
6495
5367
|
class OrientationTask:
|
|
6496
|
-
A:
|
|
5368
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6497
5369
|
"""
|
|
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})
|
|
5370
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6503
5371
|
"""
|
|
6504
5372
|
|
|
6505
|
-
R_world_frame:
|
|
5373
|
+
R_world_frame: numpy.ndarray # Eigen::Matrix3d
|
|
6506
5374
|
"""
|
|
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})
|
|
5375
|
+
Target frame orientation in the world.
|
|
6512
5376
|
"""
|
|
6513
5377
|
|
|
6514
5378
|
def __init__(
|
|
@@ -6521,13 +5385,9 @@ None( (placo.OrientationTask)arg1) -> object :
|
|
|
6521
5385
|
"""
|
|
6522
5386
|
...
|
|
6523
5387
|
|
|
6524
|
-
b:
|
|
5388
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6525
5389
|
"""
|
|
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})
|
|
5390
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6531
5391
|
"""
|
|
6532
5392
|
|
|
6533
5393
|
def configure(
|
|
@@ -6563,31 +5423,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6563
5423
|
"""
|
|
6564
5424
|
...
|
|
6565
5425
|
|
|
6566
|
-
frame_index: any
|
|
5426
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6567
5427
|
"""
|
|
6568
|
-
|
|
6569
|
-
None( (placo.OrientationTask)arg1) -> int :
|
|
6570
|
-
|
|
6571
|
-
C++ signature :
|
|
6572
|
-
unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5428
|
+
Frame.
|
|
6573
5429
|
"""
|
|
6574
5430
|
|
|
6575
|
-
mask:
|
|
5431
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6576
5432
|
"""
|
|
6577
|
-
|
|
6578
|
-
None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
|
|
6579
|
-
|
|
6580
|
-
C++ signature :
|
|
6581
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5433
|
+
Mask.
|
|
6582
5434
|
"""
|
|
6583
5435
|
|
|
6584
|
-
name:
|
|
5436
|
+
name: str # std::string
|
|
6585
5437
|
"""
|
|
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})
|
|
5438
|
+
Object name.
|
|
6591
5439
|
"""
|
|
6592
5440
|
|
|
6593
5441
|
priority: str
|
|
@@ -6605,13 +5453,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6605
5453
|
|
|
6606
5454
|
|
|
6607
5455
|
class PointContact:
|
|
6608
|
-
R_world_surface:
|
|
5456
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6609
5457
|
"""
|
|
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})
|
|
5458
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6615
5459
|
"""
|
|
6616
5460
|
|
|
6617
5461
|
def __init__(
|
|
@@ -6624,22 +5468,14 @@ None( (placo.PointContact)arg1) -> object :
|
|
|
6624
5468
|
"""
|
|
6625
5469
|
...
|
|
6626
5470
|
|
|
6627
|
-
active:
|
|
5471
|
+
active: bool # bool
|
|
6628
5472
|
"""
|
|
6629
|
-
|
|
6630
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6631
|
-
|
|
6632
|
-
C++ signature :
|
|
6633
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5473
|
+
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
5474
|
"""
|
|
6635
5475
|
|
|
6636
|
-
mu:
|
|
5476
|
+
mu: float # double
|
|
6637
5477
|
"""
|
|
6638
|
-
|
|
6639
|
-
None( (placo.Contact)arg1) -> float :
|
|
6640
|
-
|
|
6641
|
-
C++ signature :
|
|
6642
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5478
|
+
Coefficient of friction (if relevant)
|
|
6643
5479
|
"""
|
|
6644
5480
|
|
|
6645
5481
|
def position_task(
|
|
@@ -6647,49 +5483,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6647
5483
|
) -> DynamicsPositionTask:
|
|
6648
5484
|
...
|
|
6649
5485
|
|
|
6650
|
-
unilateral:
|
|
5486
|
+
unilateral: bool # bool
|
|
6651
5487
|
"""
|
|
6652
|
-
|
|
6653
|
-
None( (placo.PointContact)arg1) -> bool :
|
|
6654
|
-
|
|
6655
|
-
C++ signature :
|
|
6656
|
-
bool {lvalue} None(placo::dynamics::PointContact {lvalue})
|
|
5488
|
+
true for unilateral contact with the ground
|
|
6657
5489
|
"""
|
|
6658
5490
|
|
|
6659
|
-
weight_forces:
|
|
5491
|
+
weight_forces: float # double
|
|
6660
5492
|
"""
|
|
6661
|
-
|
|
6662
|
-
None( (placo.Contact)arg1) -> float :
|
|
6663
|
-
|
|
6664
|
-
C++ signature :
|
|
6665
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5493
|
+
Weight of forces for the optimization (if relevant)
|
|
6666
5494
|
"""
|
|
6667
5495
|
|
|
6668
|
-
weight_moments:
|
|
5496
|
+
weight_moments: float # double
|
|
6669
5497
|
"""
|
|
6670
|
-
|
|
6671
|
-
None( (placo.Contact)arg1) -> float :
|
|
6672
|
-
|
|
6673
|
-
C++ signature :
|
|
6674
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5498
|
+
Weight of moments for optimization (if relevant)
|
|
6675
5499
|
"""
|
|
6676
5500
|
|
|
6677
|
-
weight_tangentials:
|
|
5501
|
+
weight_tangentials: float # double
|
|
6678
5502
|
"""
|
|
6679
|
-
|
|
6680
|
-
None( (placo.Contact)arg1) -> float :
|
|
6681
|
-
|
|
6682
|
-
C++ signature :
|
|
6683
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5503
|
+
Extra cost for tangential forces.
|
|
6684
5504
|
"""
|
|
6685
5505
|
|
|
6686
|
-
wrench:
|
|
5506
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6687
5507
|
"""
|
|
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})
|
|
5508
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6693
5509
|
"""
|
|
6694
5510
|
|
|
6695
5511
|
|
|
@@ -6729,13 +5545,9 @@ class Polynom:
|
|
|
6729
5545
|
) -> any:
|
|
6730
5546
|
...
|
|
6731
5547
|
|
|
6732
|
-
coefficients:
|
|
5548
|
+
coefficients: numpy.ndarray # Eigen::VectorXd
|
|
6733
5549
|
"""
|
|
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})
|
|
5550
|
+
coefficients, from highest to lowest
|
|
6739
5551
|
"""
|
|
6740
5552
|
|
|
6741
5553
|
@staticmethod
|
|
@@ -6769,13 +5581,9 @@ None( (placo.Polynom)arg1) -> object :
|
|
|
6769
5581
|
|
|
6770
5582
|
|
|
6771
5583
|
class PositionTask:
|
|
6772
|
-
A:
|
|
5584
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6773
5585
|
"""
|
|
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})
|
|
5586
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6779
5587
|
"""
|
|
6780
5588
|
|
|
6781
5589
|
def __init__(
|
|
@@ -6788,13 +5596,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6788
5596
|
"""
|
|
6789
5597
|
...
|
|
6790
5598
|
|
|
6791
|
-
b:
|
|
5599
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6792
5600
|
"""
|
|
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})
|
|
5601
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6798
5602
|
"""
|
|
6799
5603
|
|
|
6800
5604
|
def configure(
|
|
@@ -6830,31 +5634,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6830
5634
|
"""
|
|
6831
5635
|
...
|
|
6832
5636
|
|
|
6833
|
-
frame_index: any
|
|
5637
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6834
5638
|
"""
|
|
6835
|
-
|
|
6836
|
-
None( (placo.PositionTask)arg1) -> int :
|
|
6837
|
-
|
|
6838
|
-
C++ signature :
|
|
6839
|
-
unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5639
|
+
Frame.
|
|
6840
5640
|
"""
|
|
6841
5641
|
|
|
6842
|
-
mask:
|
|
5642
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6843
5643
|
"""
|
|
6844
|
-
|
|
6845
|
-
None( (placo.PositionTask)arg1) -> placo.AxisesMask :
|
|
6846
|
-
|
|
6847
|
-
C++ signature :
|
|
6848
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5644
|
+
Mask.
|
|
6849
5645
|
"""
|
|
6850
5646
|
|
|
6851
|
-
name:
|
|
5647
|
+
name: str # std::string
|
|
6852
5648
|
"""
|
|
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})
|
|
5649
|
+
Object name.
|
|
6858
5650
|
"""
|
|
6859
5651
|
|
|
6860
5652
|
priority: str
|
|
@@ -6862,13 +5654,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6862
5654
|
Priority [str]
|
|
6863
5655
|
"""
|
|
6864
5656
|
|
|
6865
|
-
target_world:
|
|
5657
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
6866
5658
|
"""
|
|
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)
|
|
5659
|
+
Target position in the world.
|
|
6872
5660
|
"""
|
|
6873
5661
|
|
|
6874
5662
|
def update(
|
|
@@ -6903,13 +5691,9 @@ class Prioritized:
|
|
|
6903
5691
|
"""
|
|
6904
5692
|
...
|
|
6905
5693
|
|
|
6906
|
-
name:
|
|
5694
|
+
name: str # std::string
|
|
6907
5695
|
"""
|
|
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})
|
|
5696
|
+
Object name.
|
|
6913
5697
|
"""
|
|
6914
5698
|
|
|
6915
5699
|
priority: str
|
|
@@ -6976,13 +5760,9 @@ class Problem:
|
|
|
6976
5760
|
"""
|
|
6977
5761
|
...
|
|
6978
5762
|
|
|
6979
|
-
determined_variables:
|
|
5763
|
+
determined_variables: int # int
|
|
6980
5764
|
"""
|
|
6981
|
-
|
|
6982
|
-
None( (placo.Problem)arg1) -> int :
|
|
6983
|
-
|
|
6984
|
-
C++ signature :
|
|
6985
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5765
|
+
Number of determined variables.
|
|
6986
5766
|
"""
|
|
6987
5767
|
|
|
6988
5768
|
def dump_status(
|
|
@@ -6990,76 +5770,44 @@ None( (placo.Problem)arg1) -> int :
|
|
|
6990
5770
|
) -> None:
|
|
6991
5771
|
...
|
|
6992
5772
|
|
|
6993
|
-
free_variables:
|
|
5773
|
+
free_variables: int # int
|
|
6994
5774
|
"""
|
|
6995
|
-
|
|
6996
|
-
None( (placo.Problem)arg1) -> int :
|
|
6997
|
-
|
|
6998
|
-
C++ signature :
|
|
6999
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5775
|
+
Number of free variables to solve.
|
|
7000
5776
|
"""
|
|
7001
5777
|
|
|
7002
|
-
n_equalities:
|
|
5778
|
+
n_equalities: int # int
|
|
7003
5779
|
"""
|
|
7004
|
-
|
|
7005
|
-
None( (placo.Problem)arg1) -> int :
|
|
7006
|
-
|
|
7007
|
-
C++ signature :
|
|
7008
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5780
|
+
Number of equalities.
|
|
7009
5781
|
"""
|
|
7010
5782
|
|
|
7011
|
-
n_inequalities:
|
|
5783
|
+
n_inequalities: int # int
|
|
7012
5784
|
"""
|
|
7013
|
-
|
|
7014
|
-
None( (placo.Problem)arg1) -> int :
|
|
7015
|
-
|
|
7016
|
-
C++ signature :
|
|
7017
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5785
|
+
Number of inequality constraints.
|
|
7018
5786
|
"""
|
|
7019
5787
|
|
|
7020
|
-
n_variables:
|
|
5788
|
+
n_variables: int # int
|
|
7021
5789
|
"""
|
|
7022
|
-
|
|
7023
|
-
None( (placo.Problem)arg1) -> int :
|
|
7024
|
-
|
|
7025
|
-
C++ signature :
|
|
7026
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5790
|
+
Number of problem variables that need to be solved.
|
|
7027
5791
|
"""
|
|
7028
5792
|
|
|
7029
|
-
regularization:
|
|
5793
|
+
regularization: float # double
|
|
7030
5794
|
"""
|
|
7031
|
-
|
|
7032
|
-
None( (placo.Problem)arg1) -> float :
|
|
7033
|
-
|
|
7034
|
-
C++ signature :
|
|
7035
|
-
double {lvalue} None(placo::problem::Problem {lvalue})
|
|
5795
|
+
Default internal regularization.
|
|
7036
5796
|
"""
|
|
7037
5797
|
|
|
7038
|
-
rewrite_equalities:
|
|
5798
|
+
rewrite_equalities: bool # bool
|
|
7039
5799
|
"""
|
|
7040
|
-
|
|
7041
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7042
|
-
|
|
7043
|
-
C++ signature :
|
|
7044
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5800
|
+
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
5801
|
"""
|
|
7046
5802
|
|
|
7047
|
-
slack_variables:
|
|
5803
|
+
slack_variables: int # int
|
|
7048
5804
|
"""
|
|
7049
|
-
|
|
7050
|
-
None( (placo.Problem)arg1) -> int :
|
|
7051
|
-
|
|
7052
|
-
C++ signature :
|
|
7053
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5805
|
+
Number of slack variables in the solver.
|
|
7054
5806
|
"""
|
|
7055
5807
|
|
|
7056
|
-
slacks:
|
|
5808
|
+
slacks: numpy.ndarray # Eigen::VectorXd
|
|
7057
5809
|
"""
|
|
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)
|
|
5810
|
+
Computed slack variables.
|
|
7063
5811
|
"""
|
|
7064
5812
|
|
|
7065
5813
|
def solve(
|
|
@@ -7070,22 +5818,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
|
|
|
7070
5818
|
"""
|
|
7071
5819
|
...
|
|
7072
5820
|
|
|
7073
|
-
use_sparsity:
|
|
5821
|
+
use_sparsity: bool # bool
|
|
7074
5822
|
"""
|
|
7075
|
-
|
|
7076
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7077
|
-
|
|
7078
|
-
C++ signature :
|
|
7079
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5823
|
+
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
5824
|
"""
|
|
7081
5825
|
|
|
7082
|
-
x:
|
|
5826
|
+
x: numpy.ndarray # Eigen::VectorXd
|
|
7083
5827
|
"""
|
|
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})
|
|
5828
|
+
Computed result.
|
|
7089
5829
|
"""
|
|
7090
5830
|
|
|
7091
5831
|
|
|
@@ -7110,40 +5850,24 @@ class ProblemConstraint:
|
|
|
7110
5850
|
"""
|
|
7111
5851
|
...
|
|
7112
5852
|
|
|
7113
|
-
expression:
|
|
5853
|
+
expression: Expression # placo::problem::Expression
|
|
7114
5854
|
"""
|
|
7115
|
-
|
|
7116
|
-
None( (placo.ProblemConstraint)arg1) -> object :
|
|
7117
|
-
|
|
7118
|
-
C++ signature :
|
|
7119
|
-
placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5855
|
+
The constraint expression (Ax + b)
|
|
7120
5856
|
"""
|
|
7121
5857
|
|
|
7122
|
-
is_active:
|
|
5858
|
+
is_active: bool # bool
|
|
7123
5859
|
"""
|
|
7124
|
-
|
|
7125
|
-
None( (placo.ProblemConstraint)arg1) -> bool :
|
|
7126
|
-
|
|
7127
|
-
C++ signature :
|
|
7128
|
-
bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5860
|
+
This flag will be set by the solver if the constraint is active in the optimal solution.
|
|
7129
5861
|
"""
|
|
7130
5862
|
|
|
7131
|
-
priority: any
|
|
5863
|
+
priority: any # placo::problem::ProblemConstraint::Priority
|
|
7132
5864
|
"""
|
|
7133
|
-
|
|
7134
|
-
None( (placo.ProblemConstraint)arg1) -> str :
|
|
7135
|
-
|
|
7136
|
-
C++ signature :
|
|
7137
|
-
char const* None(placo::problem::ProblemConstraint)
|
|
5865
|
+
Constraint priority.
|
|
7138
5866
|
"""
|
|
7139
5867
|
|
|
7140
|
-
weight:
|
|
5868
|
+
weight: float # double
|
|
7141
5869
|
"""
|
|
7142
|
-
|
|
7143
|
-
None( (placo.ProblemConstraint)arg1) -> float :
|
|
7144
|
-
|
|
7145
|
-
C++ signature :
|
|
7146
|
-
double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5870
|
+
Constraint weight (for soft constraints)
|
|
7147
5871
|
"""
|
|
7148
5872
|
|
|
7149
5873
|
|
|
@@ -7186,58 +5910,34 @@ class PuppetContact:
|
|
|
7186
5910
|
"""
|
|
7187
5911
|
...
|
|
7188
5912
|
|
|
7189
|
-
active:
|
|
5913
|
+
active: bool # bool
|
|
7190
5914
|
"""
|
|
7191
|
-
|
|
7192
|
-
None( (placo.Contact)arg1) -> bool :
|
|
7193
|
-
|
|
7194
|
-
C++ signature :
|
|
7195
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5915
|
+
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
5916
|
"""
|
|
7197
5917
|
|
|
7198
|
-
mu:
|
|
5918
|
+
mu: float # double
|
|
7199
5919
|
"""
|
|
7200
|
-
|
|
7201
|
-
None( (placo.Contact)arg1) -> float :
|
|
7202
|
-
|
|
7203
|
-
C++ signature :
|
|
7204
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5920
|
+
Coefficient of friction (if relevant)
|
|
7205
5921
|
"""
|
|
7206
5922
|
|
|
7207
|
-
weight_forces:
|
|
5923
|
+
weight_forces: float # double
|
|
7208
5924
|
"""
|
|
7209
|
-
|
|
7210
|
-
None( (placo.Contact)arg1) -> float :
|
|
7211
|
-
|
|
7212
|
-
C++ signature :
|
|
7213
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5925
|
+
Weight of forces for the optimization (if relevant)
|
|
7214
5926
|
"""
|
|
7215
5927
|
|
|
7216
|
-
weight_moments:
|
|
5928
|
+
weight_moments: float # double
|
|
7217
5929
|
"""
|
|
7218
|
-
|
|
7219
|
-
None( (placo.Contact)arg1) -> float :
|
|
7220
|
-
|
|
7221
|
-
C++ signature :
|
|
7222
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5930
|
+
Weight of moments for optimization (if relevant)
|
|
7223
5931
|
"""
|
|
7224
5932
|
|
|
7225
|
-
weight_tangentials:
|
|
5933
|
+
weight_tangentials: float # double
|
|
7226
5934
|
"""
|
|
7227
|
-
|
|
7228
|
-
None( (placo.Contact)arg1) -> float :
|
|
7229
|
-
|
|
7230
|
-
C++ signature :
|
|
7231
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5935
|
+
Extra cost for tangential forces.
|
|
7232
5936
|
"""
|
|
7233
5937
|
|
|
7234
|
-
wrench:
|
|
5938
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
7235
5939
|
"""
|
|
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})
|
|
5940
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
7241
5941
|
"""
|
|
7242
5942
|
|
|
7243
5943
|
|
|
@@ -7258,13 +5958,9 @@ class QPError:
|
|
|
7258
5958
|
|
|
7259
5959
|
|
|
7260
5960
|
class RegularizationTask:
|
|
7261
|
-
A:
|
|
5961
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7262
5962
|
"""
|
|
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})
|
|
5963
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7268
5964
|
"""
|
|
7269
5965
|
|
|
7270
5966
|
def __init__(
|
|
@@ -7272,13 +5968,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7272
5968
|
) -> None:
|
|
7273
5969
|
...
|
|
7274
5970
|
|
|
7275
|
-
b:
|
|
5971
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7276
5972
|
"""
|
|
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})
|
|
5973
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7282
5974
|
"""
|
|
7283
5975
|
|
|
7284
5976
|
def configure(
|
|
@@ -7314,13 +6006,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7314
6006
|
"""
|
|
7315
6007
|
...
|
|
7316
6008
|
|
|
7317
|
-
name:
|
|
6009
|
+
name: str # std::string
|
|
7318
6010
|
"""
|
|
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})
|
|
6011
|
+
Object name.
|
|
7324
6012
|
"""
|
|
7325
6013
|
|
|
7326
6014
|
priority: str
|
|
@@ -7339,13 +6027,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7339
6027
|
|
|
7340
6028
|
class RelativeFrameTask:
|
|
7341
6029
|
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
6030
|
|
|
7350
6031
|
def __init__(
|
|
7351
6032
|
self,
|
|
@@ -7389,22 +6070,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
|
|
|
7389
6070
|
|
|
7390
6071
|
|
|
7391
6072
|
class RelativeOrientationTask:
|
|
7392
|
-
A:
|
|
6073
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7393
6074
|
"""
|
|
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})
|
|
6075
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7399
6076
|
"""
|
|
7400
6077
|
|
|
7401
|
-
R_a_b:
|
|
6078
|
+
R_a_b: numpy.ndarray # Eigen::Matrix3d
|
|
7402
6079
|
"""
|
|
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})
|
|
6080
|
+
Target relative orientation of b in a.
|
|
7408
6081
|
"""
|
|
7409
6082
|
|
|
7410
6083
|
def __init__(
|
|
@@ -7418,13 +6091,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
|
|
|
7418
6091
|
"""
|
|
7419
6092
|
...
|
|
7420
6093
|
|
|
7421
|
-
b:
|
|
6094
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7422
6095
|
"""
|
|
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})
|
|
6096
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7428
6097
|
"""
|
|
7429
6098
|
|
|
7430
6099
|
def configure(
|
|
@@ -7460,40 +6129,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7460
6129
|
"""
|
|
7461
6130
|
...
|
|
7462
6131
|
|
|
7463
|
-
frame_a: any
|
|
6132
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7464
6133
|
"""
|
|
7465
|
-
|
|
7466
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7467
|
-
|
|
7468
|
-
C++ signature :
|
|
7469
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6134
|
+
Frame A.
|
|
7470
6135
|
"""
|
|
7471
6136
|
|
|
7472
|
-
frame_b: any
|
|
6137
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7473
6138
|
"""
|
|
7474
|
-
|
|
7475
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7476
|
-
|
|
7477
|
-
C++ signature :
|
|
7478
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6139
|
+
Frame B.
|
|
7479
6140
|
"""
|
|
7480
6141
|
|
|
7481
|
-
mask:
|
|
6142
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7482
6143
|
"""
|
|
7483
|
-
|
|
7484
|
-
None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
|
|
7485
|
-
|
|
7486
|
-
C++ signature :
|
|
7487
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6144
|
+
Mask.
|
|
7488
6145
|
"""
|
|
7489
6146
|
|
|
7490
|
-
name:
|
|
6147
|
+
name: str # std::string
|
|
7491
6148
|
"""
|
|
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})
|
|
6149
|
+
Object name.
|
|
7497
6150
|
"""
|
|
7498
6151
|
|
|
7499
6152
|
priority: str
|
|
@@ -7511,13 +6164,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7511
6164
|
|
|
7512
6165
|
|
|
7513
6166
|
class RelativePositionTask:
|
|
7514
|
-
A:
|
|
6167
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7515
6168
|
"""
|
|
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})
|
|
6169
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7521
6170
|
"""
|
|
7522
6171
|
|
|
7523
6172
|
def __init__(
|
|
@@ -7531,13 +6180,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7531
6180
|
"""
|
|
7532
6181
|
...
|
|
7533
6182
|
|
|
7534
|
-
b:
|
|
6183
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7535
6184
|
"""
|
|
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})
|
|
6185
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7541
6186
|
"""
|
|
7542
6187
|
|
|
7543
6188
|
def configure(
|
|
@@ -7573,40 +6218,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7573
6218
|
"""
|
|
7574
6219
|
...
|
|
7575
6220
|
|
|
7576
|
-
frame_a: any
|
|
6221
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7577
6222
|
"""
|
|
7578
|
-
|
|
7579
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7580
|
-
|
|
7581
|
-
C++ signature :
|
|
7582
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6223
|
+
Frame A.
|
|
7583
6224
|
"""
|
|
7584
6225
|
|
|
7585
|
-
frame_b: any
|
|
6226
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7586
6227
|
"""
|
|
7587
|
-
|
|
7588
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7589
|
-
|
|
7590
|
-
C++ signature :
|
|
7591
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6228
|
+
Frame B.
|
|
7592
6229
|
"""
|
|
7593
6230
|
|
|
7594
|
-
mask:
|
|
6231
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7595
6232
|
"""
|
|
7596
|
-
|
|
7597
|
-
None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
|
|
7598
|
-
|
|
7599
|
-
C++ signature :
|
|
7600
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6233
|
+
Mask.
|
|
7601
6234
|
"""
|
|
7602
6235
|
|
|
7603
|
-
name:
|
|
6236
|
+
name: str # std::string
|
|
7604
6237
|
"""
|
|
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})
|
|
6238
|
+
Object name.
|
|
7610
6239
|
"""
|
|
7611
6240
|
|
|
7612
6241
|
priority: str
|
|
@@ -7614,13 +6243,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7614
6243
|
Priority [str]
|
|
7615
6244
|
"""
|
|
7616
6245
|
|
|
7617
|
-
target:
|
|
6246
|
+
target: numpy.ndarray # Eigen::Vector3d
|
|
7618
6247
|
"""
|
|
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})
|
|
6248
|
+
Target position of B in A.
|
|
7624
6249
|
"""
|
|
7625
6250
|
|
|
7626
6251
|
def update(
|
|
@@ -7667,13 +6292,9 @@ class RobotWrapper:
|
|
|
7667
6292
|
"""
|
|
7668
6293
|
...
|
|
7669
6294
|
|
|
7670
|
-
collision_model: any
|
|
6295
|
+
collision_model: any # pinocchio::GeometryModel
|
|
7671
6296
|
"""
|
|
7672
|
-
|
|
7673
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7674
|
-
|
|
7675
|
-
C++ signature :
|
|
7676
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6297
|
+
Pinocchio collision model.
|
|
7677
6298
|
"""
|
|
7678
6299
|
|
|
7679
6300
|
def com_jacobian(
|
|
@@ -7714,7 +6335,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7714
6335
|
"""
|
|
7715
6336
|
Computes all minimum distances between current collision pairs.
|
|
7716
6337
|
|
|
7717
|
-
:return: <Element 'para' at
|
|
6338
|
+
:return: <Element 'para' at 0x106c334f0>
|
|
7718
6339
|
"""
|
|
7719
6340
|
...
|
|
7720
6341
|
|
|
@@ -7728,7 +6349,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7728
6349
|
|
|
7729
6350
|
:param any frame: the frame for which we want the jacobian
|
|
7730
6351
|
|
|
7731
|
-
:return: <Element 'para' at
|
|
6352
|
+
:return: <Element 'para' at 0x106c38040>
|
|
7732
6353
|
"""
|
|
7733
6354
|
...
|
|
7734
6355
|
|
|
@@ -7742,7 +6363,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7742
6363
|
|
|
7743
6364
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7744
6365
|
|
|
7745
|
-
:return: <Element 'para' at
|
|
6366
|
+
:return: <Element 'para' at 0x106c3ca90>
|
|
7746
6367
|
"""
|
|
7747
6368
|
...
|
|
7748
6369
|
|
|
@@ -7927,13 +6548,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7927
6548
|
"""
|
|
7928
6549
|
...
|
|
7929
6550
|
|
|
7930
|
-
model: any
|
|
6551
|
+
model: any # pinocchio::Model
|
|
7931
6552
|
"""
|
|
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})
|
|
6553
|
+
Pinocchio model.
|
|
7937
6554
|
"""
|
|
7938
6555
|
|
|
7939
6556
|
def neutral_state(
|
|
@@ -7983,7 +6600,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7983
6600
|
|
|
7984
6601
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7985
6602
|
|
|
7986
|
-
:return: <Element 'para' at
|
|
6603
|
+
:return: <Element 'para' at 0x106c2fd60>
|
|
7987
6604
|
"""
|
|
7988
6605
|
...
|
|
7989
6606
|
|
|
@@ -8139,13 +6756,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
8139
6756
|
"""
|
|
8140
6757
|
...
|
|
8141
6758
|
|
|
8142
|
-
state:
|
|
6759
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
8143
6760
|
"""
|
|
8144
|
-
|
|
8145
|
-
None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
8146
|
-
|
|
8147
|
-
C++ signature :
|
|
8148
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6761
|
+
Robot's current state.
|
|
8149
6762
|
"""
|
|
8150
6763
|
|
|
8151
6764
|
def static_gravity_compensation_torques(
|
|
@@ -8201,13 +6814,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
8201
6814
|
"""
|
|
8202
6815
|
...
|
|
8203
6816
|
|
|
8204
|
-
visual_model: any
|
|
6817
|
+
visual_model: any # pinocchio::GeometryModel
|
|
8205
6818
|
"""
|
|
8206
|
-
|
|
8207
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
8208
|
-
|
|
8209
|
-
C++ signature :
|
|
8210
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6819
|
+
Pinocchio visual model.
|
|
8211
6820
|
"""
|
|
8212
6821
|
|
|
8213
6822
|
|
|
@@ -8217,31 +6826,19 @@ class RobotWrapper_State:
|
|
|
8217
6826
|
) -> None:
|
|
8218
6827
|
...
|
|
8219
6828
|
|
|
8220
|
-
q:
|
|
6829
|
+
q: numpy.ndarray # Eigen::VectorXd
|
|
8221
6830
|
"""
|
|
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})
|
|
6831
|
+
joints configuration $q$
|
|
8227
6832
|
"""
|
|
8228
6833
|
|
|
8229
|
-
qd:
|
|
6834
|
+
qd: numpy.ndarray # Eigen::VectorXd
|
|
8230
6835
|
"""
|
|
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})
|
|
6836
|
+
joints velocity $\dot q$
|
|
8236
6837
|
"""
|
|
8237
6838
|
|
|
8238
|
-
qdd:
|
|
6839
|
+
qdd: numpy.ndarray # Eigen::VectorXd
|
|
8239
6840
|
"""
|
|
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})
|
|
6841
|
+
joints acceleration $\ddot q$
|
|
8245
6842
|
"""
|
|
8246
6843
|
|
|
8247
6844
|
|
|
@@ -8251,14 +6848,7 @@ class Segment:
|
|
|
8251
6848
|
) -> any:
|
|
8252
6849
|
...
|
|
8253
6850
|
|
|
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
|
-
"""
|
|
6851
|
+
end: numpy.ndarray # Eigen::Vector2d
|
|
8262
6852
|
|
|
8263
6853
|
def half_line_pass_through(
|
|
8264
6854
|
self,
|
|
@@ -8365,14 +6955,7 @@ None( (placo.Segment)arg1) -> object :
|
|
|
8365
6955
|
) -> float:
|
|
8366
6956
|
...
|
|
8367
6957
|
|
|
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
|
-
"""
|
|
6958
|
+
start: numpy.ndarray # Eigen::Vector2d
|
|
8376
6959
|
|
|
8377
6960
|
|
|
8378
6961
|
class Sparsity:
|
|
@@ -8407,13 +6990,9 @@ class Sparsity:
|
|
|
8407
6990
|
"""
|
|
8408
6991
|
...
|
|
8409
6992
|
|
|
8410
|
-
intervals:
|
|
6993
|
+
intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
|
|
8411
6994
|
"""
|
|
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)
|
|
6995
|
+
Intervals of non-sparse columns.
|
|
8417
6996
|
"""
|
|
8418
6997
|
|
|
8419
6998
|
def print_intervals(
|
|
@@ -8431,22 +7010,14 @@ class SparsityInterval:
|
|
|
8431
7010
|
) -> None:
|
|
8432
7011
|
...
|
|
8433
7012
|
|
|
8434
|
-
end:
|
|
7013
|
+
end: int # int
|
|
8435
7014
|
"""
|
|
8436
|
-
|
|
8437
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8438
|
-
|
|
8439
|
-
C++ signature :
|
|
8440
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7015
|
+
End of interval.
|
|
8441
7016
|
"""
|
|
8442
7017
|
|
|
8443
|
-
start:
|
|
7018
|
+
start: int # int
|
|
8444
7019
|
"""
|
|
8445
|
-
|
|
8446
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8447
|
-
|
|
8448
|
-
C++ signature :
|
|
8449
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7020
|
+
Start of interval.
|
|
8450
7021
|
"""
|
|
8451
7022
|
|
|
8452
7023
|
|
|
@@ -8462,23 +7033,9 @@ class Support:
|
|
|
8462
7033
|
) -> None:
|
|
8463
7034
|
...
|
|
8464
7035
|
|
|
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 :
|
|
7036
|
+
elapsed_ratio: float # double
|
|
8478
7037
|
|
|
8479
|
-
|
|
8480
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8481
|
-
"""
|
|
7038
|
+
end: bool # bool
|
|
8482
7039
|
|
|
8483
7040
|
def footstep_frame(
|
|
8484
7041
|
self,
|
|
@@ -8491,14 +7048,7 @@ None( (placo.Support)arg1) -> bool :
|
|
|
8491
7048
|
"""
|
|
8492
7049
|
...
|
|
8493
7050
|
|
|
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
|
-
"""
|
|
7051
|
+
footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
|
|
8502
7052
|
|
|
8503
7053
|
def frame(
|
|
8504
7054
|
self,
|
|
@@ -8536,46 +7086,18 @@ None( (placo.Support)arg1) -> object :
|
|
|
8536
7086
|
"""
|
|
8537
7087
|
...
|
|
8538
7088
|
|
|
8539
|
-
start:
|
|
8540
|
-
"""
|
|
8541
|
-
|
|
8542
|
-
None( (placo.Support)arg1) -> bool :
|
|
8543
|
-
|
|
8544
|
-
C++ signature :
|
|
8545
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8546
|
-
"""
|
|
7089
|
+
start: bool # bool
|
|
8547
7090
|
|
|
8548
7091
|
def support_polygon(
|
|
8549
7092
|
self,
|
|
8550
7093
|
) -> list[numpy.ndarray]:
|
|
8551
7094
|
...
|
|
8552
7095
|
|
|
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
|
-
"""
|
|
7096
|
+
t_start: float # double
|
|
8570
7097
|
|
|
8571
|
-
|
|
8572
|
-
"""
|
|
8573
|
-
|
|
8574
|
-
None( (placo.Support)arg1) -> float :
|
|
7098
|
+
target_world_dcm: numpy.ndarray # Eigen::Vector2d
|
|
8575
7099
|
|
|
8576
|
-
|
|
8577
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8578
|
-
"""
|
|
7100
|
+
time_ratio: float # double
|
|
8579
7101
|
|
|
8580
7102
|
|
|
8581
7103
|
class Supports:
|
|
@@ -8724,26 +7246,18 @@ class SwingFootTrajectory:
|
|
|
8724
7246
|
|
|
8725
7247
|
|
|
8726
7248
|
class Task:
|
|
8727
|
-
A:
|
|
7249
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
8728
7250
|
"""
|
|
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})
|
|
7251
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
8734
7252
|
"""
|
|
8735
7253
|
|
|
8736
7254
|
def __init__(
|
|
8737
7255
|
) -> any:
|
|
8738
7256
|
...
|
|
8739
7257
|
|
|
8740
|
-
b:
|
|
7258
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
8741
7259
|
"""
|
|
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})
|
|
7260
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
8747
7261
|
"""
|
|
8748
7262
|
|
|
8749
7263
|
def configure(
|
|
@@ -8779,13 +7293,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
8779
7293
|
"""
|
|
8780
7294
|
...
|
|
8781
7295
|
|
|
8782
|
-
name:
|
|
7296
|
+
name: str # std::string
|
|
8783
7297
|
"""
|
|
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})
|
|
7298
|
+
Object name.
|
|
8789
7299
|
"""
|
|
8790
7300
|
|
|
8791
7301
|
priority: str
|
|
@@ -8812,58 +7322,34 @@ class TaskContact:
|
|
|
8812
7322
|
"""
|
|
8813
7323
|
...
|
|
8814
7324
|
|
|
8815
|
-
active:
|
|
7325
|
+
active: bool # bool
|
|
8816
7326
|
"""
|
|
8817
|
-
|
|
8818
|
-
None( (placo.Contact)arg1) -> bool :
|
|
8819
|
-
|
|
8820
|
-
C++ signature :
|
|
8821
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7327
|
+
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
7328
|
"""
|
|
8823
7329
|
|
|
8824
|
-
mu:
|
|
7330
|
+
mu: float # double
|
|
8825
7331
|
"""
|
|
8826
|
-
|
|
8827
|
-
None( (placo.Contact)arg1) -> float :
|
|
8828
|
-
|
|
8829
|
-
C++ signature :
|
|
8830
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7332
|
+
Coefficient of friction (if relevant)
|
|
8831
7333
|
"""
|
|
8832
7334
|
|
|
8833
|
-
weight_forces:
|
|
7335
|
+
weight_forces: float # double
|
|
8834
7336
|
"""
|
|
8835
|
-
|
|
8836
|
-
None( (placo.Contact)arg1) -> float :
|
|
8837
|
-
|
|
8838
|
-
C++ signature :
|
|
8839
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7337
|
+
Weight of forces for the optimization (if relevant)
|
|
8840
7338
|
"""
|
|
8841
7339
|
|
|
8842
|
-
weight_moments:
|
|
7340
|
+
weight_moments: float # double
|
|
8843
7341
|
"""
|
|
8844
|
-
|
|
8845
|
-
None( (placo.Contact)arg1) -> float :
|
|
8846
|
-
|
|
8847
|
-
C++ signature :
|
|
8848
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7342
|
+
Weight of moments for optimization (if relevant)
|
|
8849
7343
|
"""
|
|
8850
7344
|
|
|
8851
|
-
weight_tangentials:
|
|
7345
|
+
weight_tangentials: float # double
|
|
8852
7346
|
"""
|
|
8853
|
-
|
|
8854
|
-
None( (placo.Contact)arg1) -> float :
|
|
8855
|
-
|
|
8856
|
-
C++ signature :
|
|
8857
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7347
|
+
Extra cost for tangential forces.
|
|
8858
7348
|
"""
|
|
8859
7349
|
|
|
8860
|
-
wrench:
|
|
7350
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
8861
7351
|
"""
|
|
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})
|
|
7352
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
8867
7353
|
"""
|
|
8868
7354
|
|
|
8869
7355
|
|
|
@@ -8890,31 +7376,19 @@ class Variable:
|
|
|
8890
7376
|
"""
|
|
8891
7377
|
...
|
|
8892
7378
|
|
|
8893
|
-
k_end:
|
|
7379
|
+
k_end: int # int
|
|
8894
7380
|
"""
|
|
8895
|
-
|
|
8896
|
-
None( (placo.Variable)arg1) -> int :
|
|
8897
|
-
|
|
8898
|
-
C++ signature :
|
|
8899
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7381
|
+
End offset in the Problem.
|
|
8900
7382
|
"""
|
|
8901
7383
|
|
|
8902
|
-
k_start:
|
|
7384
|
+
k_start: int # int
|
|
8903
7385
|
"""
|
|
8904
|
-
|
|
8905
|
-
None( (placo.Variable)arg1) -> int :
|
|
8906
|
-
|
|
8907
|
-
C++ signature :
|
|
8908
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7386
|
+
Start offset in the Problem.
|
|
8909
7387
|
"""
|
|
8910
7388
|
|
|
8911
|
-
value:
|
|
7389
|
+
value: numpy.ndarray # Eigen::VectorXd
|
|
8912
7390
|
"""
|
|
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})
|
|
7391
|
+
Variable value, populated by Problem after a solve.
|
|
8918
7392
|
"""
|
|
8919
7393
|
|
|
8920
7394
|
|
|
@@ -8937,14 +7411,7 @@ class WPGTrajectory:
|
|
|
8937
7411
|
"""
|
|
8938
7412
|
...
|
|
8939
7413
|
|
|
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
|
-
"""
|
|
7414
|
+
com_target_z: float # double
|
|
8948
7415
|
|
|
8949
7416
|
def get_R_world_trunk(
|
|
8950
7417
|
self,
|
|
@@ -9096,28 +7563,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
9096
7563
|
) -> numpy.ndarray:
|
|
9097
7564
|
...
|
|
9098
7565
|
|
|
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
|
-
"""
|
|
7566
|
+
parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
|
|
9107
7567
|
|
|
9108
7568
|
def print_parts_timings(
|
|
9109
7569
|
self,
|
|
9110
7570
|
) -> None:
|
|
9111
7571
|
...
|
|
9112
7572
|
|
|
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
|
-
"""
|
|
7573
|
+
replan_success: bool # bool
|
|
9121
7574
|
|
|
9122
7575
|
def support_is_both(
|
|
9123
7576
|
self,
|
|
@@ -9131,41 +7584,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
|
|
|
9131
7584
|
) -> any:
|
|
9132
7585
|
...
|
|
9133
7586
|
|
|
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
|
-
"""
|
|
7587
|
+
t_end: float # double
|
|
9151
7588
|
|
|
9152
|
-
|
|
9153
|
-
"""
|
|
9154
|
-
|
|
9155
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9156
|
-
|
|
9157
|
-
C++ signature :
|
|
9158
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9159
|
-
"""
|
|
7589
|
+
t_start: float # double
|
|
9160
7590
|
|
|
9161
|
-
|
|
9162
|
-
"""
|
|
9163
|
-
|
|
9164
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
7591
|
+
trunk_pitch: float # double
|
|
9165
7592
|
|
|
9166
|
-
|
|
9167
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9168
|
-
"""
|
|
7593
|
+
trunk_roll: float # double
|
|
9169
7594
|
|
|
9170
7595
|
|
|
9171
7596
|
class WPGTrajectoryPart:
|
|
@@ -9176,32 +7601,11 @@ class WPGTrajectoryPart:
|
|
|
9176
7601
|
) -> None:
|
|
9177
7602
|
...
|
|
9178
7603
|
|
|
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
|
-
"""
|
|
7604
|
+
support: Support # placo::humanoid::FootstepsPlanner::Support
|
|
9196
7605
|
|
|
9197
|
-
|
|
9198
|
-
"""
|
|
9199
|
-
|
|
9200
|
-
None( (placo.WPGTrajectoryPart)arg1) -> float :
|
|
7606
|
+
t_end: float # double
|
|
9201
7607
|
|
|
9202
|
-
|
|
9203
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9204
|
-
"""
|
|
7608
|
+
t_start: float # double
|
|
9205
7609
|
|
|
9206
7610
|
|
|
9207
7611
|
class WalkPatternGenerator:
|
|
@@ -9284,23 +7688,9 @@ class WalkPatternGenerator:
|
|
|
9284
7688
|
"""
|
|
9285
7689
|
...
|
|
9286
7690
|
|
|
9287
|
-
soft:
|
|
9288
|
-
"""
|
|
9289
|
-
|
|
9290
|
-
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
9291
|
-
|
|
9292
|
-
C++ signature :
|
|
9293
|
-
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9294
|
-
"""
|
|
7691
|
+
soft: bool # bool
|
|
9295
7692
|
|
|
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
|
-
"""
|
|
7693
|
+
stop_end_support_weight: float # double
|
|
9304
7694
|
|
|
9305
7695
|
def support_default_duration(
|
|
9306
7696
|
self,
|
|
@@ -9331,14 +7721,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
|
9331
7721
|
"""
|
|
9332
7722
|
...
|
|
9333
7723
|
|
|
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
|
-
"""
|
|
7724
|
+
zmp_in_support_weight: float # double
|
|
9342
7725
|
|
|
9343
7726
|
|
|
9344
7727
|
class WalkTasks:
|
|
@@ -9347,32 +7730,11 @@ class WalkTasks:
|
|
|
9347
7730
|
) -> None:
|
|
9348
7731
|
...
|
|
9349
7732
|
|
|
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
|
-
"""
|
|
7733
|
+
com_task: CoMTask # placo::kinematics::CoMTask
|
|
9367
7734
|
|
|
9368
|
-
|
|
9369
|
-
"""
|
|
9370
|
-
|
|
9371
|
-
None( (placo.WalkTasks)arg1) -> float :
|
|
7735
|
+
com_x: float # double
|
|
9372
7736
|
|
|
9373
|
-
|
|
9374
|
-
double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9375
|
-
"""
|
|
7737
|
+
com_y: float # double
|
|
9376
7738
|
|
|
9377
7739
|
def get_tasks_error(
|
|
9378
7740
|
self,
|
|
@@ -9386,14 +7748,7 @@ None( (placo.WalkTasks)arg1) -> float :
|
|
|
9386
7748
|
) -> None:
|
|
9387
7749
|
...
|
|
9388
7750
|
|
|
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
|
-
"""
|
|
7751
|
+
left_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9397
7752
|
|
|
9398
7753
|
def reach_initial_pose(
|
|
9399
7754
|
self,
|
|
@@ -9409,59 +7764,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
|
9409
7764
|
) -> None:
|
|
9410
7765
|
...
|
|
9411
7766
|
|
|
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 :
|
|
7767
|
+
right_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9443
7768
|
|
|
9444
|
-
|
|
9445
|
-
bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9446
|
-
"""
|
|
7769
|
+
scaled: bool # bool
|
|
9447
7770
|
|
|
9448
|
-
|
|
9449
|
-
"""
|
|
9450
|
-
|
|
9451
|
-
None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
7771
|
+
solver: KinematicsSolver # placo::kinematics::KinematicsSolver
|
|
9452
7772
|
|
|
9453
|
-
|
|
9454
|
-
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9455
|
-
"""
|
|
7773
|
+
trunk_mode: bool # bool
|
|
9456
7774
|
|
|
9457
|
-
|
|
9458
|
-
"""
|
|
9459
|
-
|
|
9460
|
-
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
7775
|
+
trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
|
|
9461
7776
|
|
|
9462
|
-
|
|
9463
|
-
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9464
|
-
"""
|
|
7777
|
+
trunk_task: PositionTask # placo::kinematics::PositionTask
|
|
9465
7778
|
|
|
9466
7779
|
def update_tasks(
|
|
9467
7780
|
self,
|
|
@@ -9479,22 +7792,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
|
9479
7792
|
|
|
9480
7793
|
|
|
9481
7794
|
class WheelTask:
|
|
9482
|
-
A:
|
|
7795
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
9483
7796
|
"""
|
|
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})
|
|
7797
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
9489
7798
|
"""
|
|
9490
7799
|
|
|
9491
|
-
T_world_surface:
|
|
7800
|
+
T_world_surface: numpy.ndarray # Eigen::Affine3d
|
|
9492
7801
|
"""
|
|
9493
|
-
|
|
9494
|
-
None( (placo.WheelTask)arg1) -> object :
|
|
9495
|
-
|
|
9496
|
-
C++ signature :
|
|
9497
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7802
|
+
Target position in the world.
|
|
9498
7803
|
"""
|
|
9499
7804
|
|
|
9500
7805
|
def __init__(
|
|
@@ -9508,13 +7813,9 @@ None( (placo.WheelTask)arg1) -> object :
|
|
|
9508
7813
|
"""
|
|
9509
7814
|
...
|
|
9510
7815
|
|
|
9511
|
-
b:
|
|
7816
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
9512
7817
|
"""
|
|
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})
|
|
7818
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
9518
7819
|
"""
|
|
9519
7820
|
|
|
9520
7821
|
def configure(
|
|
@@ -9550,31 +7851,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
9550
7851
|
"""
|
|
9551
7852
|
...
|
|
9552
7853
|
|
|
9553
|
-
joint:
|
|
7854
|
+
joint: str # std::string
|
|
9554
7855
|
"""
|
|
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})
|
|
7856
|
+
Frame.
|
|
9560
7857
|
"""
|
|
9561
7858
|
|
|
9562
|
-
name:
|
|
7859
|
+
name: str # std::string
|
|
9563
7860
|
"""
|
|
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})
|
|
7861
|
+
Object name.
|
|
9569
7862
|
"""
|
|
9570
7863
|
|
|
9571
|
-
omniwheel:
|
|
7864
|
+
omniwheel: bool # bool
|
|
9572
7865
|
"""
|
|
9573
|
-
|
|
9574
|
-
None( (placo.WheelTask)arg1) -> bool :
|
|
9575
|
-
|
|
9576
|
-
C++ signature :
|
|
9577
|
-
bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7866
|
+
Omniwheel (can slide laterally)
|
|
9578
7867
|
"""
|
|
9579
7868
|
|
|
9580
7869
|
priority: str
|
|
@@ -9582,13 +7871,9 @@ None( (placo.WheelTask)arg1) -> bool :
|
|
|
9582
7871
|
Priority [str]
|
|
9583
7872
|
"""
|
|
9584
7873
|
|
|
9585
|
-
radius:
|
|
7874
|
+
radius: float # double
|
|
9586
7875
|
"""
|
|
9587
|
-
|
|
9588
|
-
None( (placo.WheelTask)arg1) -> float :
|
|
9589
|
-
|
|
9590
|
-
C++ signature :
|
|
9591
|
-
double {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7876
|
+
Wheel radius.
|
|
9592
7877
|
"""
|
|
9593
7878
|
|
|
9594
7879
|
def update(
|
|
@@ -9618,13 +7903,9 @@ class YawConstraint:
|
|
|
9618
7903
|
"""
|
|
9619
7904
|
...
|
|
9620
7905
|
|
|
9621
|
-
angle_max:
|
|
7906
|
+
angle_max: float # double
|
|
9622
7907
|
"""
|
|
9623
|
-
|
|
9624
|
-
None( (placo.YawConstraint)arg1) -> float :
|
|
9625
|
-
|
|
9626
|
-
C++ signature :
|
|
9627
|
-
double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
|
|
7908
|
+
Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
|
|
9628
7909
|
"""
|
|
9629
7910
|
|
|
9630
7911
|
def configure(
|
|
@@ -9644,13 +7925,9 @@ None( (placo.YawConstraint)arg1) -> float :
|
|
|
9644
7925
|
"""
|
|
9645
7926
|
...
|
|
9646
7927
|
|
|
9647
|
-
name:
|
|
7928
|
+
name: str # std::string
|
|
9648
7929
|
"""
|
|
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})
|
|
7930
|
+
Object name.
|
|
9654
7931
|
"""
|
|
9655
7932
|
|
|
9656
7933
|
priority: str
|