placo 0.9.6__0-cp313-cp313-macosx_11_0_arm64.whl → 0.9.8__0-cp313-cp313-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of placo might be problematic. Click here for more details.
- cmeel.prefix/lib/liblibplaco.dylib +0 -0
- cmeel.prefix/lib/python3.13/site-packages/placo.pyi +739 -2462
- cmeel.prefix/lib/python3.13/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
|
|
|
@@ -3608,32 +2848,11 @@ class Footstep:
|
|
|
3608
2848
|
) -> any:
|
|
3609
2849
|
...
|
|
3610
2850
|
|
|
3611
|
-
foot_length:
|
|
3612
|
-
"""
|
|
3613
|
-
|
|
3614
|
-
None( (placo.Footstep)arg1) -> float :
|
|
2851
|
+
foot_length: float # double
|
|
3615
2852
|
|
|
3616
|
-
|
|
3617
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3618
|
-
"""
|
|
3619
|
-
|
|
3620
|
-
foot_width: any
|
|
3621
|
-
"""
|
|
3622
|
-
|
|
3623
|
-
None( (placo.Footstep)arg1) -> float :
|
|
3624
|
-
|
|
3625
|
-
C++ signature :
|
|
3626
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3627
|
-
"""
|
|
3628
|
-
|
|
3629
|
-
frame: any
|
|
3630
|
-
"""
|
|
3631
|
-
|
|
3632
|
-
None( (placo.Footstep)arg1) -> object :
|
|
2853
|
+
foot_width: float # double
|
|
3633
2854
|
|
|
3634
|
-
|
|
3635
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3636
|
-
"""
|
|
2855
|
+
frame: numpy.ndarray # Eigen::Affine3d
|
|
3637
2856
|
|
|
3638
2857
|
def overlap(
|
|
3639
2858
|
self,
|
|
@@ -3657,14 +2876,7 @@ None( (placo.Footstep)arg1) -> object :
|
|
|
3657
2876
|
) -> None:
|
|
3658
2877
|
...
|
|
3659
2878
|
|
|
3660
|
-
side: any
|
|
3661
|
-
"""
|
|
3662
|
-
|
|
3663
|
-
None( (placo.Footstep)arg1) -> placo.HumanoidRobot_Side :
|
|
3664
|
-
|
|
3665
|
-
C++ signature :
|
|
3666
|
-
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::FootstepsPlanner::Footstep {lvalue})
|
|
3667
|
-
"""
|
|
2879
|
+
side: any # placo::humanoid::HumanoidRobot::Side
|
|
3668
2880
|
|
|
3669
2881
|
def support_polygon(
|
|
3670
2882
|
self,
|
|
@@ -3907,13 +3119,6 @@ class FootstepsPlannerRepetitive:
|
|
|
3907
3119
|
|
|
3908
3120
|
class FrameTask:
|
|
3909
3121
|
T_world_frame: any
|
|
3910
|
-
"""
|
|
3911
|
-
|
|
3912
|
-
None( (placo.FrameTask)arg1) -> object :
|
|
3913
|
-
|
|
3914
|
-
C++ signature :
|
|
3915
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::FrameTask {lvalue})
|
|
3916
|
-
"""
|
|
3917
3122
|
|
|
3918
3123
|
def __init__(
|
|
3919
3124
|
self,
|
|
@@ -3955,13 +3160,9 @@ None( (placo.FrameTask)arg1) -> object :
|
|
|
3955
3160
|
|
|
3956
3161
|
|
|
3957
3162
|
class GearTask:
|
|
3958
|
-
A:
|
|
3163
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
3959
3164
|
"""
|
|
3960
|
-
|
|
3961
|
-
None( (placo.Task)arg1) -> object :
|
|
3962
|
-
|
|
3963
|
-
C++ signature :
|
|
3964
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
3165
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
3965
3166
|
"""
|
|
3966
3167
|
|
|
3967
3168
|
def __init__(
|
|
@@ -3989,13 +3190,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
3989
3190
|
"""
|
|
3990
3191
|
...
|
|
3991
3192
|
|
|
3992
|
-
b:
|
|
3193
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
3993
3194
|
"""
|
|
3994
|
-
|
|
3995
|
-
None( (placo.Task)arg1) -> object :
|
|
3996
|
-
|
|
3997
|
-
C++ signature :
|
|
3998
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
3195
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
3999
3196
|
"""
|
|
4000
3197
|
|
|
4001
3198
|
def configure(
|
|
@@ -4031,13 +3228,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
4031
3228
|
"""
|
|
4032
3229
|
...
|
|
4033
3230
|
|
|
4034
|
-
name:
|
|
3231
|
+
name: str # std::string
|
|
4035
3232
|
"""
|
|
4036
|
-
|
|
4037
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
4038
|
-
|
|
4039
|
-
C++ signature :
|
|
4040
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
3233
|
+
Object name.
|
|
4041
3234
|
"""
|
|
4042
3235
|
|
|
4043
3236
|
priority: str
|
|
@@ -4077,14 +3270,7 @@ class HumanoidParameters:
|
|
|
4077
3270
|
) -> None:
|
|
4078
3271
|
...
|
|
4079
3272
|
|
|
4080
|
-
dcm_offset_polygon:
|
|
4081
|
-
"""
|
|
4082
|
-
|
|
4083
|
-
None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
4084
|
-
|
|
4085
|
-
C++ signature :
|
|
4086
|
-
std::__1::vector<Eigen::Matrix<double, 2, 1, 0, 2, 1>, std::__1::allocator<Eigen::Matrix<double, 2, 1, 0, 2, 1>>> {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
4087
|
-
"""
|
|
3273
|
+
dcm_offset_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4088
3274
|
|
|
4089
3275
|
def double_support_duration(
|
|
4090
3276
|
self,
|
|
@@ -4094,13 +3280,9 @@ None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
|
4094
3280
|
"""
|
|
4095
3281
|
...
|
|
4096
3282
|
|
|
4097
|
-
double_support_ratio:
|
|
3283
|
+
double_support_ratio: float # double
|
|
4098
3284
|
"""
|
|
4099
|
-
|
|
4100
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4101
|
-
|
|
4102
|
-
C++ signature :
|
|
4103
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3285
|
+
Duration ratio between single support and double support.
|
|
4104
3286
|
"""
|
|
4105
3287
|
|
|
4106
3288
|
def double_support_timesteps(
|
|
@@ -4128,49 +3310,29 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4128
3310
|
"""
|
|
4129
3311
|
...
|
|
4130
3312
|
|
|
4131
|
-
feet_spacing:
|
|
3313
|
+
feet_spacing: float # double
|
|
4132
3314
|
"""
|
|
4133
|
-
|
|
4134
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4135
|
-
|
|
4136
|
-
C++ signature :
|
|
4137
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3315
|
+
Lateral spacing between feet [m].
|
|
4138
3316
|
"""
|
|
4139
3317
|
|
|
4140
|
-
foot_length:
|
|
3318
|
+
foot_length: float # double
|
|
4141
3319
|
"""
|
|
4142
|
-
|
|
4143
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4144
|
-
|
|
4145
|
-
C++ signature :
|
|
4146
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3320
|
+
Foot length [m].
|
|
4147
3321
|
"""
|
|
4148
3322
|
|
|
4149
|
-
foot_width:
|
|
3323
|
+
foot_width: float # double
|
|
4150
3324
|
"""
|
|
4151
|
-
|
|
4152
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4153
|
-
|
|
4154
|
-
C++ signature :
|
|
4155
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3325
|
+
Foot width [m].
|
|
4156
3326
|
"""
|
|
4157
3327
|
|
|
4158
|
-
foot_zmp_target_x:
|
|
3328
|
+
foot_zmp_target_x: float # double
|
|
4159
3329
|
"""
|
|
4160
|
-
|
|
4161
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4162
|
-
|
|
4163
|
-
C++ signature :
|
|
4164
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3330
|
+
Target offset for the ZMP x reference trajectory in the foot frame [m].
|
|
4165
3331
|
"""
|
|
4166
3332
|
|
|
4167
|
-
foot_zmp_target_y:
|
|
3333
|
+
foot_zmp_target_y: float # double
|
|
4168
3334
|
"""
|
|
4169
|
-
|
|
4170
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4171
|
-
|
|
4172
|
-
C++ signature :
|
|
4173
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3335
|
+
Target offset for the ZMP x reference trajectory in the foot frame, positive is "outward" [m].
|
|
4174
3336
|
"""
|
|
4175
3337
|
|
|
4176
3338
|
def has_double_support(
|
|
@@ -4181,40 +3343,21 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4181
3343
|
"""
|
|
4182
3344
|
...
|
|
4183
3345
|
|
|
4184
|
-
op_space_polygon:
|
|
4185
|
-
"""
|
|
4186
|
-
|
|
4187
|
-
None( (placo.HumanoidParameters)arg1) -> placo.vector_Vector2d :
|
|
4188
|
-
|
|
4189
|
-
C++ signature :
|
|
4190
|
-
std::__1::vector<Eigen::Matrix<double, 2, 1, 0, 2, 1>, std::__1::allocator<Eigen::Matrix<double, 2, 1, 0, 2, 1>>> {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
4191
|
-
"""
|
|
3346
|
+
op_space_polygon: list[numpy.ndarray] # std::vector< Eigen::Vector2d >
|
|
4192
3347
|
|
|
4193
|
-
planned_timesteps:
|
|
3348
|
+
planned_timesteps: int # int
|
|
4194
3349
|
"""
|
|
4195
|
-
|
|
4196
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4197
|
-
|
|
4198
|
-
C++ signature :
|
|
4199
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3350
|
+
Planning horizon for the CoM trajectory.
|
|
4200
3351
|
"""
|
|
4201
3352
|
|
|
4202
|
-
single_support_duration:
|
|
3353
|
+
single_support_duration: float # double
|
|
4203
3354
|
"""
|
|
4204
|
-
|
|
4205
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4206
|
-
|
|
4207
|
-
C++ signature :
|
|
4208
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3355
|
+
Single support duration [s].
|
|
4209
3356
|
"""
|
|
4210
3357
|
|
|
4211
|
-
single_support_timesteps:
|
|
3358
|
+
single_support_timesteps: int # int
|
|
4212
3359
|
"""
|
|
4213
|
-
|
|
4214
|
-
None( (placo.HumanoidParameters)arg1) -> int :
|
|
4215
|
-
|
|
4216
|
-
C++ signature :
|
|
4217
|
-
int {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3360
|
+
Number of timesteps for one single support.
|
|
4218
3361
|
"""
|
|
4219
3362
|
|
|
4220
3363
|
def startend_double_support_duration(
|
|
@@ -4225,13 +3368,9 @@ None( (placo.HumanoidParameters)arg1) -> int :
|
|
|
4225
3368
|
"""
|
|
4226
3369
|
...
|
|
4227
3370
|
|
|
4228
|
-
startend_double_support_ratio:
|
|
3371
|
+
startend_double_support_ratio: float # double
|
|
4229
3372
|
"""
|
|
4230
|
-
|
|
4231
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4232
|
-
|
|
4233
|
-
C++ signature :
|
|
4234
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3373
|
+
Duration ratio between single support and start/end double support.
|
|
4235
3374
|
"""
|
|
4236
3375
|
|
|
4237
3376
|
def startend_double_support_timesteps(
|
|
@@ -4242,103 +3381,59 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4242
3381
|
"""
|
|
4243
3382
|
...
|
|
4244
3383
|
|
|
4245
|
-
walk_com_height:
|
|
3384
|
+
walk_com_height: float # double
|
|
4246
3385
|
"""
|
|
4247
|
-
|
|
4248
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4249
|
-
|
|
4250
|
-
C++ signature :
|
|
4251
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3386
|
+
Target CoM height while walking [m].
|
|
4252
3387
|
"""
|
|
4253
3388
|
|
|
4254
|
-
walk_dtheta_spacing:
|
|
3389
|
+
walk_dtheta_spacing: float # double
|
|
4255
3390
|
"""
|
|
4256
|
-
|
|
4257
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4258
|
-
|
|
4259
|
-
C++ signature :
|
|
4260
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3391
|
+
How much we need to space the feet per dtheta [m/rad].
|
|
4261
3392
|
"""
|
|
4262
3393
|
|
|
4263
|
-
walk_foot_height:
|
|
3394
|
+
walk_foot_height: float # double
|
|
4264
3395
|
"""
|
|
4265
|
-
|
|
4266
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4267
|
-
|
|
4268
|
-
C++ signature :
|
|
4269
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3396
|
+
How height the feet are rising while walking [m].
|
|
4270
3397
|
"""
|
|
4271
3398
|
|
|
4272
|
-
walk_foot_rise_ratio:
|
|
3399
|
+
walk_foot_rise_ratio: float # double
|
|
4273
3400
|
"""
|
|
4274
|
-
|
|
4275
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4276
|
-
|
|
4277
|
-
C++ signature :
|
|
4278
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3401
|
+
ratio of time spent at foot height during the step
|
|
4279
3402
|
"""
|
|
4280
3403
|
|
|
4281
|
-
walk_max_dtheta:
|
|
3404
|
+
walk_max_dtheta: float # double
|
|
4282
3405
|
"""
|
|
4283
|
-
|
|
4284
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4285
|
-
|
|
4286
|
-
C++ signature :
|
|
4287
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3406
|
+
Maximum step (yaw)
|
|
4288
3407
|
"""
|
|
4289
3408
|
|
|
4290
|
-
walk_max_dx_backward:
|
|
3409
|
+
walk_max_dx_backward: float # double
|
|
4291
3410
|
"""
|
|
4292
|
-
|
|
4293
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4294
|
-
|
|
4295
|
-
C++ signature :
|
|
4296
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3411
|
+
Maximum step (backward)
|
|
4297
3412
|
"""
|
|
4298
3413
|
|
|
4299
|
-
walk_max_dx_forward:
|
|
3414
|
+
walk_max_dx_forward: float # double
|
|
4300
3415
|
"""
|
|
4301
|
-
|
|
4302
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4303
|
-
|
|
4304
|
-
C++ signature :
|
|
4305
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3416
|
+
Maximum step (forward)
|
|
4306
3417
|
"""
|
|
4307
3418
|
|
|
4308
|
-
walk_max_dy:
|
|
3419
|
+
walk_max_dy: float # double
|
|
4309
3420
|
"""
|
|
4310
|
-
|
|
4311
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4312
|
-
|
|
4313
|
-
C++ signature :
|
|
4314
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3421
|
+
Maximum step (lateral)
|
|
4315
3422
|
"""
|
|
4316
3423
|
|
|
4317
|
-
walk_trunk_pitch:
|
|
3424
|
+
walk_trunk_pitch: float # double
|
|
4318
3425
|
"""
|
|
4319
|
-
|
|
4320
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4321
|
-
|
|
4322
|
-
C++ signature :
|
|
4323
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3426
|
+
Trunk pitch while walking [rad].
|
|
4324
3427
|
"""
|
|
4325
3428
|
|
|
4326
|
-
zmp_margin:
|
|
3429
|
+
zmp_margin: float # double
|
|
4327
3430
|
"""
|
|
4328
|
-
|
|
4329
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4330
|
-
|
|
4331
|
-
C++ signature :
|
|
4332
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3431
|
+
Margin for the ZMP to live in the support polygon [m].
|
|
4333
3432
|
"""
|
|
4334
3433
|
|
|
4335
|
-
zmp_reference_weight:
|
|
3434
|
+
zmp_reference_weight: float # double
|
|
4336
3435
|
"""
|
|
4337
|
-
|
|
4338
|
-
None( (placo.HumanoidParameters)arg1) -> float :
|
|
4339
|
-
|
|
4340
|
-
C++ signature :
|
|
4341
|
-
double {lvalue} None(placo::humanoid::HumanoidParameters {lvalue})
|
|
3436
|
+
Weight for ZMP reference in the solver.
|
|
4342
3437
|
"""
|
|
4343
3438
|
|
|
4344
3439
|
|
|
@@ -4368,13 +3463,9 @@ class HumanoidRobot:
|
|
|
4368
3463
|
"""
|
|
4369
3464
|
...
|
|
4370
3465
|
|
|
4371
|
-
collision_model: any
|
|
3466
|
+
collision_model: any # pinocchio::GeometryModel
|
|
4372
3467
|
"""
|
|
4373
|
-
|
|
4374
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
4375
|
-
|
|
4376
|
-
C++ signature :
|
|
4377
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
3468
|
+
Pinocchio collision model.
|
|
4378
3469
|
"""
|
|
4379
3470
|
|
|
4380
3471
|
def com_jacobian(
|
|
@@ -4429,7 +3520,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4429
3520
|
"""
|
|
4430
3521
|
Computes all minimum distances between current collision pairs.
|
|
4431
3522
|
|
|
4432
|
-
:return: <Element 'para' at
|
|
3523
|
+
:return: <Element 'para' at 0x105636c50>
|
|
4433
3524
|
"""
|
|
4434
3525
|
...
|
|
4435
3526
|
|
|
@@ -4462,7 +3553,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4462
3553
|
|
|
4463
3554
|
:param any frame: the frame for which we want the jacobian
|
|
4464
3555
|
|
|
4465
|
-
:return: <Element 'para' at
|
|
3556
|
+
:return: <Element 'para' at 0x105633b00>
|
|
4466
3557
|
"""
|
|
4467
3558
|
...
|
|
4468
3559
|
|
|
@@ -4476,7 +3567,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4476
3567
|
|
|
4477
3568
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4478
3569
|
|
|
4479
|
-
:return: <Element 'para' at
|
|
3570
|
+
:return: <Element 'para' at 0x1057039c0>
|
|
4480
3571
|
"""
|
|
4481
3572
|
...
|
|
4482
3573
|
|
|
@@ -4725,13 +3816,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4725
3816
|
"""
|
|
4726
3817
|
...
|
|
4727
3818
|
|
|
4728
|
-
model: any
|
|
3819
|
+
model: any # pinocchio::Model
|
|
4729
3820
|
"""
|
|
4730
|
-
|
|
4731
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
4732
|
-
|
|
4733
|
-
C++ signature :
|
|
4734
|
-
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
3821
|
+
Pinocchio model.
|
|
4735
3822
|
"""
|
|
4736
3823
|
|
|
4737
3824
|
def neutral_state(
|
|
@@ -4788,7 +3875,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4788
3875
|
|
|
4789
3876
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4790
3877
|
|
|
4791
|
-
:return: <Element 'para' at
|
|
3878
|
+
:return: <Element 'para' at 0x105637ab0>
|
|
4792
3879
|
"""
|
|
4793
3880
|
...
|
|
4794
3881
|
|
|
@@ -4950,13 +4037,9 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4950
4037
|
"""
|
|
4951
4038
|
...
|
|
4952
4039
|
|
|
4953
|
-
state:
|
|
4040
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
4954
4041
|
"""
|
|
4955
|
-
|
|
4956
|
-
None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
4957
|
-
|
|
4958
|
-
C++ signature :
|
|
4959
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4042
|
+
Robot's current state.
|
|
4960
4043
|
"""
|
|
4961
4044
|
|
|
4962
4045
|
def static_gravity_compensation_torques(
|
|
@@ -4974,22 +4057,14 @@ None( (placo.HumanoidRobot)arg1) -> placo.RobotWrapper_State :
|
|
|
4974
4057
|
) -> dict:
|
|
4975
4058
|
...
|
|
4976
4059
|
|
|
4977
|
-
support_is_both:
|
|
4060
|
+
support_is_both: bool # bool
|
|
4978
4061
|
"""
|
|
4979
|
-
|
|
4980
|
-
None( (placo.HumanoidRobot)arg1) -> bool :
|
|
4981
|
-
|
|
4982
|
-
C++ signature :
|
|
4983
|
-
bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4062
|
+
Are both feet supporting the robot.
|
|
4984
4063
|
"""
|
|
4985
4064
|
|
|
4986
|
-
support_side: any
|
|
4065
|
+
support_side: any # placo::humanoid::HumanoidRobot::Side
|
|
4987
4066
|
"""
|
|
4988
|
-
|
|
4989
|
-
None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
4990
|
-
|
|
4991
|
-
C++ signature :
|
|
4992
|
-
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4067
|
+
The current side (left or right) associated with T_world_support.
|
|
4993
4068
|
"""
|
|
4994
4069
|
|
|
4995
4070
|
def torques_from_acceleration_with_fixed_frame(
|
|
@@ -5050,13 +4125,9 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
5050
4125
|
"""
|
|
5051
4126
|
...
|
|
5052
4127
|
|
|
5053
|
-
visual_model: any
|
|
4128
|
+
visual_model: any # pinocchio::GeometryModel
|
|
5054
4129
|
"""
|
|
5055
|
-
|
|
5056
|
-
None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
5057
|
-
|
|
5058
|
-
C++ signature :
|
|
5059
|
-
pinocchio::GeometryModel {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4130
|
+
Pinocchio visual model.
|
|
5060
4131
|
"""
|
|
5061
4132
|
|
|
5062
4133
|
def zmp(
|
|
@@ -5164,31 +4235,19 @@ class Integrator:
|
|
|
5164
4235
|
"""
|
|
5165
4236
|
Integrator can be used to efficiently build expressions and values over a decision variable that is integrated over time with a given linear system.
|
|
5166
4237
|
"""
|
|
5167
|
-
A:
|
|
4238
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5168
4239
|
"""
|
|
5169
|
-
|
|
5170
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5171
|
-
|
|
5172
|
-
C++ signature :
|
|
5173
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4240
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5174
4241
|
"""
|
|
5175
4242
|
|
|
5176
|
-
B:
|
|
4243
|
+
B: numpy.ndarray # Eigen::MatrixXd
|
|
5177
4244
|
"""
|
|
5178
|
-
|
|
5179
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5180
|
-
|
|
5181
|
-
C++ signature :
|
|
5182
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4245
|
+
The discrete system matrix such that $X_{k+1} = A X_k + B u_k$.
|
|
5183
4246
|
"""
|
|
5184
4247
|
|
|
5185
|
-
M:
|
|
4248
|
+
M: numpy.ndarray # Eigen::MatrixXd
|
|
5186
4249
|
"""
|
|
5187
|
-
|
|
5188
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5189
|
-
|
|
5190
|
-
C++ signature :
|
|
5191
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4250
|
+
The continuous system matrix.
|
|
5192
4251
|
"""
|
|
5193
4252
|
|
|
5194
4253
|
def __init__(
|
|
@@ -5224,13 +4283,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5224
4283
|
"""
|
|
5225
4284
|
...
|
|
5226
4285
|
|
|
5227
|
-
final_transition_matrix:
|
|
4286
|
+
final_transition_matrix: numpy.ndarray # Eigen::MatrixXd
|
|
5228
4287
|
"""
|
|
5229
|
-
|
|
5230
|
-
None( (placo.Integrator)arg1) -> object :
|
|
5231
|
-
|
|
5232
|
-
C++ signature :
|
|
5233
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4288
|
+
Caching the discrete matrix for the last step.
|
|
5234
4289
|
"""
|
|
5235
4290
|
|
|
5236
4291
|
def get_trajectory(
|
|
@@ -5241,13 +4296,9 @@ None( (placo.Integrator)arg1) -> object :
|
|
|
5241
4296
|
"""
|
|
5242
4297
|
...
|
|
5243
4298
|
|
|
5244
|
-
t_start:
|
|
4299
|
+
t_start: float # double
|
|
5245
4300
|
"""
|
|
5246
|
-
|
|
5247
|
-
None( (placo.Integrator)arg1) -> float :
|
|
5248
|
-
|
|
5249
|
-
C++ signature :
|
|
5250
|
-
double {lvalue} None(placo::problem::Integrator {lvalue})
|
|
4301
|
+
Time offset for the trajectory.
|
|
5251
4302
|
"""
|
|
5252
4303
|
|
|
5253
4304
|
@staticmethod
|
|
@@ -5305,13 +4356,9 @@ class IntegratorTrajectory:
|
|
|
5305
4356
|
|
|
5306
4357
|
|
|
5307
4358
|
class JointSpaceHalfSpacesConstraint:
|
|
5308
|
-
A:
|
|
4359
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5309
4360
|
"""
|
|
5310
|
-
|
|
5311
|
-
None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
5312
|
-
|
|
5313
|
-
C++ signature :
|
|
5314
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
|
|
4361
|
+
Matrix A in Aq <= b.
|
|
5315
4362
|
"""
|
|
5316
4363
|
|
|
5317
4364
|
def __init__(
|
|
@@ -5324,13 +4371,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5324
4371
|
"""
|
|
5325
4372
|
...
|
|
5326
4373
|
|
|
5327
|
-
b:
|
|
4374
|
+
b: numpy.ndarray # Eigen::VectorXd
|
|
5328
4375
|
"""
|
|
5329
|
-
|
|
5330
|
-
None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
5331
|
-
|
|
5332
|
-
C++ signature :
|
|
5333
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::kinematics::JointSpaceHalfSpacesConstraint {lvalue})
|
|
4376
|
+
Vector b in Aq <= b.
|
|
5334
4377
|
"""
|
|
5335
4378
|
|
|
5336
4379
|
def configure(
|
|
@@ -5350,13 +4393,9 @@ None( (placo.JointSpaceHalfSpacesConstraint)arg1) -> object :
|
|
|
5350
4393
|
"""
|
|
5351
4394
|
...
|
|
5352
4395
|
|
|
5353
|
-
name:
|
|
4396
|
+
name: str # std::string
|
|
5354
4397
|
"""
|
|
5355
|
-
|
|
5356
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5357
|
-
|
|
5358
|
-
C++ signature :
|
|
5359
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4398
|
+
Object name.
|
|
5360
4399
|
"""
|
|
5361
4400
|
|
|
5362
4401
|
priority: str
|
|
@@ -5366,13 +4405,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5366
4405
|
|
|
5367
4406
|
|
|
5368
4407
|
class JointsTask:
|
|
5369
|
-
A:
|
|
4408
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
5370
4409
|
"""
|
|
5371
|
-
|
|
5372
|
-
None( (placo.Task)arg1) -> object :
|
|
5373
|
-
|
|
5374
|
-
C++ signature :
|
|
5375
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4410
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
5376
4411
|
"""
|
|
5377
4412
|
|
|
5378
4413
|
def __init__(
|
|
@@ -5383,13 +4418,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5383
4418
|
"""
|
|
5384
4419
|
...
|
|
5385
4420
|
|
|
5386
|
-
b:
|
|
4421
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
5387
4422
|
"""
|
|
5388
|
-
|
|
5389
|
-
None( (placo.Task)arg1) -> object :
|
|
5390
|
-
|
|
5391
|
-
C++ signature :
|
|
5392
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
4423
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
5393
4424
|
"""
|
|
5394
4425
|
|
|
5395
4426
|
def configure(
|
|
@@ -5436,13 +4467,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
5436
4467
|
"""
|
|
5437
4468
|
...
|
|
5438
4469
|
|
|
5439
|
-
name:
|
|
4470
|
+
name: str # std::string
|
|
5440
4471
|
"""
|
|
5441
|
-
|
|
5442
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5443
|
-
|
|
5444
|
-
C++ signature :
|
|
5445
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4472
|
+
Object name.
|
|
5446
4473
|
"""
|
|
5447
4474
|
|
|
5448
4475
|
priority: str
|
|
@@ -5501,13 +4528,9 @@ class KinematicsConstraint:
|
|
|
5501
4528
|
"""
|
|
5502
4529
|
...
|
|
5503
4530
|
|
|
5504
|
-
name:
|
|
4531
|
+
name: str # std::string
|
|
5505
4532
|
"""
|
|
5506
|
-
|
|
5507
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
5508
|
-
|
|
5509
|
-
C++ signature :
|
|
5510
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
4533
|
+
Object name.
|
|
5511
4534
|
"""
|
|
5512
4535
|
|
|
5513
4536
|
priority: str
|
|
@@ -5517,13 +4540,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
5517
4540
|
|
|
5518
4541
|
|
|
5519
4542
|
class KinematicsSolver:
|
|
5520
|
-
N:
|
|
4543
|
+
N: int # int
|
|
5521
4544
|
"""
|
|
5522
|
-
|
|
5523
|
-
None( (placo.KinematicsSolver)arg1) -> int :
|
|
5524
|
-
|
|
5525
|
-
C++ signature :
|
|
5526
|
-
int {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4545
|
+
Size of the problem (number of variables)
|
|
5527
4546
|
"""
|
|
5528
4547
|
|
|
5529
4548
|
def __init__(
|
|
@@ -5864,13 +4883,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5864
4883
|
"""
|
|
5865
4884
|
...
|
|
5866
4885
|
|
|
5867
|
-
dt:
|
|
4886
|
+
dt: float # double
|
|
5868
4887
|
"""
|
|
5869
|
-
|
|
5870
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5871
|
-
|
|
5872
|
-
C++ signature :
|
|
5873
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4888
|
+
solver dt (for speeds limiting)
|
|
5874
4889
|
"""
|
|
5875
4890
|
|
|
5876
4891
|
def dump_status(
|
|
@@ -5919,13 +4934,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
5919
4934
|
"""
|
|
5920
4935
|
...
|
|
5921
4936
|
|
|
5922
|
-
problem:
|
|
4937
|
+
problem: Problem # placo::problem::Problem
|
|
5923
4938
|
"""
|
|
5924
|
-
|
|
5925
|
-
None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
5926
|
-
|
|
5927
|
-
C++ signature :
|
|
5928
|
-
placo::problem::Problem {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4939
|
+
The underlying QP problem.
|
|
5929
4940
|
"""
|
|
5930
4941
|
|
|
5931
4942
|
def remove_constraint(
|
|
@@ -5950,22 +4961,14 @@ None( (placo.KinematicsSolver)arg1) -> placo.Problem :
|
|
|
5950
4961
|
"""
|
|
5951
4962
|
...
|
|
5952
4963
|
|
|
5953
|
-
robot:
|
|
4964
|
+
robot: RobotWrapper # placo::model::RobotWrapper
|
|
5954
4965
|
"""
|
|
5955
|
-
|
|
5956
|
-
None( (placo.KinematicsSolver)arg1) -> placo.RobotWrapper :
|
|
5957
|
-
|
|
5958
|
-
C++ signature :
|
|
5959
|
-
placo::model::RobotWrapper {lvalue} None(placo::kinematics::KinematicsSolver)
|
|
4966
|
+
The robot controlled by this solver.
|
|
5960
4967
|
"""
|
|
5961
4968
|
|
|
5962
|
-
scale:
|
|
4969
|
+
scale: float # double
|
|
5963
4970
|
"""
|
|
5964
|
-
|
|
5965
|
-
None( (placo.KinematicsSolver)arg1) -> float :
|
|
5966
|
-
|
|
5967
|
-
C++ signature :
|
|
5968
|
-
double {lvalue} None(placo::kinematics::KinematicsSolver {lvalue})
|
|
4971
|
+
scale obtained when using tasks scaling
|
|
5969
4972
|
"""
|
|
5970
4973
|
|
|
5971
4974
|
def solve(
|
|
@@ -6000,13 +5003,9 @@ None( (placo.KinematicsSolver)arg1) -> float :
|
|
|
6000
5003
|
|
|
6001
5004
|
|
|
6002
5005
|
class KineticEnergyRegularizationTask:
|
|
6003
|
-
A:
|
|
5006
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6004
5007
|
"""
|
|
6005
|
-
|
|
6006
|
-
None( (placo.Task)arg1) -> object :
|
|
6007
|
-
|
|
6008
|
-
C++ signature :
|
|
6009
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5008
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6010
5009
|
"""
|
|
6011
5010
|
|
|
6012
5011
|
def __init__(
|
|
@@ -6014,13 +5013,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6014
5013
|
) -> None:
|
|
6015
5014
|
...
|
|
6016
5015
|
|
|
6017
|
-
b:
|
|
5016
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6018
5017
|
"""
|
|
6019
|
-
|
|
6020
|
-
None( (placo.Task)arg1) -> object :
|
|
6021
|
-
|
|
6022
|
-
C++ signature :
|
|
6023
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5018
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6024
5019
|
"""
|
|
6025
5020
|
|
|
6026
5021
|
def configure(
|
|
@@ -6056,13 +5051,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6056
5051
|
"""
|
|
6057
5052
|
...
|
|
6058
5053
|
|
|
6059
|
-
name:
|
|
5054
|
+
name: str # std::string
|
|
6060
5055
|
"""
|
|
6061
|
-
|
|
6062
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6063
|
-
|
|
6064
|
-
C++ signature :
|
|
6065
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5056
|
+
Object name.
|
|
6066
5057
|
"""
|
|
6067
5058
|
|
|
6068
5059
|
priority: str
|
|
@@ -6122,14 +5113,7 @@ class LIPM:
|
|
|
6122
5113
|
) -> Expression:
|
|
6123
5114
|
...
|
|
6124
5115
|
|
|
6125
|
-
dt:
|
|
6126
|
-
"""
|
|
6127
|
-
|
|
6128
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6129
|
-
|
|
6130
|
-
C++ signature :
|
|
6131
|
-
double {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6132
|
-
"""
|
|
5116
|
+
dt: float # double
|
|
6133
5117
|
|
|
6134
5118
|
def dzmp(
|
|
6135
5119
|
self,
|
|
@@ -6159,31 +5143,10 @@ None( (placo.LIPM)arg1) -> float :
|
|
|
6159
5143
|
...
|
|
6160
5144
|
|
|
6161
5145
|
t_end: any
|
|
6162
|
-
"""
|
|
6163
|
-
|
|
6164
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6165
5146
|
|
|
6166
|
-
|
|
6167
|
-
double None(placo::humanoid::LIPM {lvalue})
|
|
6168
|
-
"""
|
|
6169
|
-
|
|
6170
|
-
t_start: any
|
|
6171
|
-
"""
|
|
6172
|
-
|
|
6173
|
-
None( (placo.LIPM)arg1) -> float :
|
|
6174
|
-
|
|
6175
|
-
C++ signature :
|
|
6176
|
-
double {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6177
|
-
"""
|
|
6178
|
-
|
|
6179
|
-
timesteps: any
|
|
6180
|
-
"""
|
|
6181
|
-
|
|
6182
|
-
None( (placo.LIPM)arg1) -> int :
|
|
5147
|
+
t_start: float # double
|
|
6183
5148
|
|
|
6184
|
-
|
|
6185
|
-
int {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6186
|
-
"""
|
|
5149
|
+
timesteps: int # int
|
|
6187
5150
|
|
|
6188
5151
|
def vel(
|
|
6189
5152
|
self,
|
|
@@ -6191,41 +5154,13 @@ None( (placo.LIPM)arg1) -> int :
|
|
|
6191
5154
|
) -> Expression:
|
|
6192
5155
|
...
|
|
6193
5156
|
|
|
6194
|
-
x:
|
|
6195
|
-
"""
|
|
6196
|
-
|
|
6197
|
-
None( (placo.LIPM)arg1) -> placo.Integrator :
|
|
6198
|
-
|
|
6199
|
-
C++ signature :
|
|
6200
|
-
placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6201
|
-
"""
|
|
6202
|
-
|
|
6203
|
-
x_var: any
|
|
6204
|
-
"""
|
|
6205
|
-
|
|
6206
|
-
None( (placo.LIPM)arg1) -> object :
|
|
6207
|
-
|
|
6208
|
-
C++ signature :
|
|
6209
|
-
placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6210
|
-
"""
|
|
6211
|
-
|
|
6212
|
-
y: any
|
|
6213
|
-
"""
|
|
6214
|
-
|
|
6215
|
-
None( (placo.LIPM)arg1) -> placo.Integrator :
|
|
5157
|
+
x: Integrator # placo::problem::Integrator
|
|
6216
5158
|
|
|
6217
|
-
|
|
6218
|
-
placo::problem::Integrator {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6219
|
-
"""
|
|
5159
|
+
x_var: Variable # placo::problem::Variable
|
|
6220
5160
|
|
|
6221
|
-
|
|
6222
|
-
"""
|
|
6223
|
-
|
|
6224
|
-
None( (placo.LIPM)arg1) -> object :
|
|
5161
|
+
y: Integrator # placo::problem::Integrator
|
|
6225
5162
|
|
|
6226
|
-
|
|
6227
|
-
placo::problem::Variable* {lvalue} None(placo::humanoid::LIPM {lvalue})
|
|
6228
|
-
"""
|
|
5163
|
+
y_var: Variable # placo::problem::Variable
|
|
6229
5164
|
|
|
6230
5165
|
def zmp(
|
|
6231
5166
|
self,
|
|
@@ -6288,13 +5223,9 @@ class LIPMTrajectory:
|
|
|
6288
5223
|
|
|
6289
5224
|
|
|
6290
5225
|
class LineContact:
|
|
6291
|
-
R_world_surface:
|
|
5226
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6292
5227
|
"""
|
|
6293
|
-
|
|
6294
|
-
None( (placo.PointContact)arg1) -> numpy.ndarray :
|
|
6295
|
-
|
|
6296
|
-
C++ signature :
|
|
6297
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> None(placo::dynamics::PointContact {lvalue})
|
|
5228
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6298
5229
|
"""
|
|
6299
5230
|
|
|
6300
5231
|
def __init__(
|
|
@@ -6307,31 +5238,19 @@ None( (placo.PointContact)arg1) -> numpy.ndarray :
|
|
|
6307
5238
|
"""
|
|
6308
5239
|
...
|
|
6309
5240
|
|
|
6310
|
-
active:
|
|
5241
|
+
active: bool # bool
|
|
6311
5242
|
"""
|
|
6312
|
-
|
|
6313
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6314
|
-
|
|
6315
|
-
C++ signature :
|
|
6316
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5243
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
6317
5244
|
"""
|
|
6318
5245
|
|
|
6319
|
-
length:
|
|
5246
|
+
length: float # double
|
|
6320
5247
|
"""
|
|
6321
|
-
|
|
6322
|
-
None( (placo.LineContact)arg1) -> float :
|
|
6323
|
-
|
|
6324
|
-
C++ signature :
|
|
6325
|
-
double {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5248
|
+
Rectangular contact length along local x-axis.
|
|
6326
5249
|
"""
|
|
6327
5250
|
|
|
6328
|
-
mu:
|
|
5251
|
+
mu: float # double
|
|
6329
5252
|
"""
|
|
6330
|
-
|
|
6331
|
-
None( (placo.Contact)arg1) -> float :
|
|
6332
|
-
|
|
6333
|
-
C++ signature :
|
|
6334
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5253
|
+
Coefficient of friction (if relevant)
|
|
6335
5254
|
"""
|
|
6336
5255
|
|
|
6337
5256
|
def orientation_task(
|
|
@@ -6344,49 +5263,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6344
5263
|
) -> DynamicsPositionTask:
|
|
6345
5264
|
...
|
|
6346
5265
|
|
|
6347
|
-
unilateral:
|
|
5266
|
+
unilateral: bool # bool
|
|
6348
5267
|
"""
|
|
6349
|
-
|
|
6350
|
-
None( (placo.LineContact)arg1) -> bool :
|
|
6351
|
-
|
|
6352
|
-
C++ signature :
|
|
6353
|
-
bool {lvalue} None(placo::dynamics::LineContact {lvalue})
|
|
5268
|
+
true for unilateral contact with the ground
|
|
6354
5269
|
"""
|
|
6355
5270
|
|
|
6356
|
-
weight_forces:
|
|
5271
|
+
weight_forces: float # double
|
|
6357
5272
|
"""
|
|
6358
|
-
|
|
6359
|
-
None( (placo.Contact)arg1) -> float :
|
|
6360
|
-
|
|
6361
|
-
C++ signature :
|
|
6362
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5273
|
+
Weight of forces for the optimization (if relevant)
|
|
6363
5274
|
"""
|
|
6364
5275
|
|
|
6365
|
-
weight_moments:
|
|
5276
|
+
weight_moments: float # double
|
|
6366
5277
|
"""
|
|
6367
|
-
|
|
6368
|
-
None( (placo.Contact)arg1) -> float :
|
|
6369
|
-
|
|
6370
|
-
C++ signature :
|
|
6371
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5278
|
+
Weight of moments for optimization (if relevant)
|
|
6372
5279
|
"""
|
|
6373
5280
|
|
|
6374
|
-
weight_tangentials:
|
|
5281
|
+
weight_tangentials: float # double
|
|
6375
5282
|
"""
|
|
6376
|
-
|
|
6377
|
-
None( (placo.Contact)arg1) -> float :
|
|
6378
|
-
|
|
6379
|
-
C++ signature :
|
|
6380
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5283
|
+
Extra cost for tangential forces.
|
|
6381
5284
|
"""
|
|
6382
5285
|
|
|
6383
|
-
wrench:
|
|
5286
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6384
5287
|
"""
|
|
6385
|
-
|
|
6386
|
-
None( (placo.Contact)arg1) -> object :
|
|
6387
|
-
|
|
6388
|
-
C++ signature :
|
|
6389
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5288
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6390
5289
|
"""
|
|
6391
5290
|
|
|
6392
5291
|
def zmp(
|
|
@@ -6399,13 +5298,9 @@ None( (placo.Contact)arg1) -> object :
|
|
|
6399
5298
|
|
|
6400
5299
|
|
|
6401
5300
|
class ManipulabilityTask:
|
|
6402
|
-
A:
|
|
5301
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6403
5302
|
"""
|
|
6404
|
-
|
|
6405
|
-
None( (placo.Task)arg1) -> object :
|
|
6406
|
-
|
|
6407
|
-
C++ signature :
|
|
6408
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5303
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6409
5304
|
"""
|
|
6410
5305
|
|
|
6411
5306
|
def __init__(
|
|
@@ -6416,13 +5311,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6416
5311
|
) -> any:
|
|
6417
5312
|
...
|
|
6418
5313
|
|
|
6419
|
-
b:
|
|
5314
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6420
5315
|
"""
|
|
6421
|
-
|
|
6422
|
-
None( (placo.Task)arg1) -> object :
|
|
6423
|
-
|
|
6424
|
-
C++ signature :
|
|
6425
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5316
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6426
5317
|
"""
|
|
6427
5318
|
|
|
6428
5319
|
def configure(
|
|
@@ -6459,39 +5350,20 @@ None( (placo.Task)arg1) -> object :
|
|
|
6459
5350
|
...
|
|
6460
5351
|
|
|
6461
5352
|
lambda_: any
|
|
6462
|
-
"""
|
|
6463
|
-
|
|
6464
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6465
|
-
|
|
6466
|
-
C++ signature :
|
|
6467
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
6468
|
-
"""
|
|
6469
5353
|
|
|
6470
|
-
manipulability:
|
|
5354
|
+
manipulability: float # double
|
|
6471
5355
|
"""
|
|
6472
|
-
|
|
6473
|
-
None( (placo.ManipulabilityTask)arg1) -> float :
|
|
6474
|
-
|
|
6475
|
-
C++ signature :
|
|
6476
|
-
double {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5356
|
+
The last computed manipulability value.
|
|
6477
5357
|
"""
|
|
6478
5358
|
|
|
6479
|
-
minimize:
|
|
5359
|
+
minimize: bool # bool
|
|
6480
5360
|
"""
|
|
6481
|
-
|
|
6482
|
-
None( (placo.ManipulabilityTask)arg1) -> bool :
|
|
6483
|
-
|
|
6484
|
-
C++ signature :
|
|
6485
|
-
bool {lvalue} None(placo::kinematics::ManipulabilityTask {lvalue})
|
|
5361
|
+
Should the manipulability be minimized (can be useful to find singularities)
|
|
6486
5362
|
"""
|
|
6487
5363
|
|
|
6488
|
-
name:
|
|
5364
|
+
name: str # std::string
|
|
6489
5365
|
"""
|
|
6490
|
-
|
|
6491
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6492
|
-
|
|
6493
|
-
C++ signature :
|
|
6494
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5366
|
+
Object name.
|
|
6495
5367
|
"""
|
|
6496
5368
|
|
|
6497
5369
|
priority: str
|
|
@@ -6509,22 +5381,14 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6509
5381
|
|
|
6510
5382
|
|
|
6511
5383
|
class OrientationTask:
|
|
6512
|
-
A:
|
|
5384
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6513
5385
|
"""
|
|
6514
|
-
|
|
6515
|
-
None( (placo.Task)arg1) -> object :
|
|
6516
|
-
|
|
6517
|
-
C++ signature :
|
|
6518
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5386
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6519
5387
|
"""
|
|
6520
5388
|
|
|
6521
|
-
R_world_frame:
|
|
5389
|
+
R_world_frame: numpy.ndarray # Eigen::Matrix3d
|
|
6522
5390
|
"""
|
|
6523
|
-
|
|
6524
|
-
None( (placo.OrientationTask)arg1) -> object :
|
|
6525
|
-
|
|
6526
|
-
C++ signature :
|
|
6527
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5391
|
+
Target frame orientation in the world.
|
|
6528
5392
|
"""
|
|
6529
5393
|
|
|
6530
5394
|
def __init__(
|
|
@@ -6537,13 +5401,9 @@ None( (placo.OrientationTask)arg1) -> object :
|
|
|
6537
5401
|
"""
|
|
6538
5402
|
...
|
|
6539
5403
|
|
|
6540
|
-
b:
|
|
5404
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6541
5405
|
"""
|
|
6542
|
-
|
|
6543
|
-
None( (placo.Task)arg1) -> object :
|
|
6544
|
-
|
|
6545
|
-
C++ signature :
|
|
6546
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5406
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6547
5407
|
"""
|
|
6548
5408
|
|
|
6549
5409
|
def configure(
|
|
@@ -6579,31 +5439,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6579
5439
|
"""
|
|
6580
5440
|
...
|
|
6581
5441
|
|
|
6582
|
-
frame_index: any
|
|
5442
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6583
5443
|
"""
|
|
6584
|
-
|
|
6585
|
-
None( (placo.OrientationTask)arg1) -> int :
|
|
6586
|
-
|
|
6587
|
-
C++ signature :
|
|
6588
|
-
unsigned long {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5444
|
+
Frame.
|
|
6589
5445
|
"""
|
|
6590
5446
|
|
|
6591
|
-
mask:
|
|
5447
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6592
5448
|
"""
|
|
6593
|
-
|
|
6594
|
-
None( (placo.OrientationTask)arg1) -> placo.AxisesMask :
|
|
6595
|
-
|
|
6596
|
-
C++ signature :
|
|
6597
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::OrientationTask {lvalue})
|
|
5449
|
+
Mask.
|
|
6598
5450
|
"""
|
|
6599
5451
|
|
|
6600
|
-
name:
|
|
5452
|
+
name: str # std::string
|
|
6601
5453
|
"""
|
|
6602
|
-
|
|
6603
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6604
|
-
|
|
6605
|
-
C++ signature :
|
|
6606
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5454
|
+
Object name.
|
|
6607
5455
|
"""
|
|
6608
5456
|
|
|
6609
5457
|
priority: str
|
|
@@ -6621,13 +5469,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6621
5469
|
|
|
6622
5470
|
|
|
6623
5471
|
class PointContact:
|
|
6624
|
-
R_world_surface:
|
|
5472
|
+
R_world_surface: numpy.ndarray # Eigen::Matrix3d
|
|
6625
5473
|
"""
|
|
6626
|
-
|
|
6627
|
-
None( (placo.PointContact)arg1) -> object :
|
|
6628
|
-
|
|
6629
|
-
C++ signature :
|
|
6630
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::dynamics::PointContact {lvalue})
|
|
5474
|
+
rotation matrix expressing the surface frame in the world frame (for unilateral contact)
|
|
6631
5475
|
"""
|
|
6632
5476
|
|
|
6633
5477
|
def __init__(
|
|
@@ -6640,22 +5484,14 @@ None( (placo.PointContact)arg1) -> object :
|
|
|
6640
5484
|
"""
|
|
6641
5485
|
...
|
|
6642
5486
|
|
|
6643
|
-
active:
|
|
5487
|
+
active: bool # bool
|
|
6644
5488
|
"""
|
|
6645
|
-
|
|
6646
|
-
None( (placo.Contact)arg1) -> bool :
|
|
6647
|
-
|
|
6648
|
-
C++ signature :
|
|
6649
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5489
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
6650
5490
|
"""
|
|
6651
5491
|
|
|
6652
|
-
mu:
|
|
5492
|
+
mu: float # double
|
|
6653
5493
|
"""
|
|
6654
|
-
|
|
6655
|
-
None( (placo.Contact)arg1) -> float :
|
|
6656
|
-
|
|
6657
|
-
C++ signature :
|
|
6658
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5494
|
+
Coefficient of friction (if relevant)
|
|
6659
5495
|
"""
|
|
6660
5496
|
|
|
6661
5497
|
def position_task(
|
|
@@ -6663,49 +5499,29 @@ None( (placo.Contact)arg1) -> float :
|
|
|
6663
5499
|
) -> DynamicsPositionTask:
|
|
6664
5500
|
...
|
|
6665
5501
|
|
|
6666
|
-
unilateral:
|
|
5502
|
+
unilateral: bool # bool
|
|
6667
5503
|
"""
|
|
6668
|
-
|
|
6669
|
-
None( (placo.PointContact)arg1) -> bool :
|
|
6670
|
-
|
|
6671
|
-
C++ signature :
|
|
6672
|
-
bool {lvalue} None(placo::dynamics::PointContact {lvalue})
|
|
5504
|
+
true for unilateral contact with the ground
|
|
6673
5505
|
"""
|
|
6674
5506
|
|
|
6675
|
-
weight_forces:
|
|
5507
|
+
weight_forces: float # double
|
|
6676
5508
|
"""
|
|
6677
|
-
|
|
6678
|
-
None( (placo.Contact)arg1) -> float :
|
|
6679
|
-
|
|
6680
|
-
C++ signature :
|
|
6681
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5509
|
+
Weight of forces for the optimization (if relevant)
|
|
6682
5510
|
"""
|
|
6683
5511
|
|
|
6684
|
-
weight_moments:
|
|
5512
|
+
weight_moments: float # double
|
|
6685
5513
|
"""
|
|
6686
|
-
|
|
6687
|
-
None( (placo.Contact)arg1) -> float :
|
|
6688
|
-
|
|
6689
|
-
C++ signature :
|
|
6690
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5514
|
+
Weight of moments for optimization (if relevant)
|
|
6691
5515
|
"""
|
|
6692
5516
|
|
|
6693
|
-
weight_tangentials:
|
|
5517
|
+
weight_tangentials: float # double
|
|
6694
5518
|
"""
|
|
6695
|
-
|
|
6696
|
-
None( (placo.Contact)arg1) -> float :
|
|
6697
|
-
|
|
6698
|
-
C++ signature :
|
|
6699
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5519
|
+
Extra cost for tangential forces.
|
|
6700
5520
|
"""
|
|
6701
5521
|
|
|
6702
|
-
wrench:
|
|
5522
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
6703
5523
|
"""
|
|
6704
|
-
|
|
6705
|
-
None( (placo.Contact)arg1) -> object :
|
|
6706
|
-
|
|
6707
|
-
C++ signature :
|
|
6708
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5524
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
6709
5525
|
"""
|
|
6710
5526
|
|
|
6711
5527
|
|
|
@@ -6745,13 +5561,9 @@ class Polynom:
|
|
|
6745
5561
|
) -> any:
|
|
6746
5562
|
...
|
|
6747
5563
|
|
|
6748
|
-
coefficients:
|
|
5564
|
+
coefficients: numpy.ndarray # Eigen::VectorXd
|
|
6749
5565
|
"""
|
|
6750
|
-
|
|
6751
|
-
None( (placo.Polynom)arg1) -> object :
|
|
6752
|
-
|
|
6753
|
-
C++ signature :
|
|
6754
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::tools::Polynom {lvalue})
|
|
5566
|
+
coefficients, from highest to lowest
|
|
6755
5567
|
"""
|
|
6756
5568
|
|
|
6757
5569
|
@staticmethod
|
|
@@ -6785,13 +5597,9 @@ None( (placo.Polynom)arg1) -> object :
|
|
|
6785
5597
|
|
|
6786
5598
|
|
|
6787
5599
|
class PositionTask:
|
|
6788
|
-
A:
|
|
5600
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
6789
5601
|
"""
|
|
6790
|
-
|
|
6791
|
-
None( (placo.Task)arg1) -> object :
|
|
6792
|
-
|
|
6793
|
-
C++ signature :
|
|
6794
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5602
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
6795
5603
|
"""
|
|
6796
5604
|
|
|
6797
5605
|
def __init__(
|
|
@@ -6804,13 +5612,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
6804
5612
|
"""
|
|
6805
5613
|
...
|
|
6806
5614
|
|
|
6807
|
-
b:
|
|
5615
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
6808
5616
|
"""
|
|
6809
|
-
|
|
6810
|
-
None( (placo.Task)arg1) -> object :
|
|
6811
|
-
|
|
6812
|
-
C++ signature :
|
|
6813
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5617
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
6814
5618
|
"""
|
|
6815
5619
|
|
|
6816
5620
|
def configure(
|
|
@@ -6846,31 +5650,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
6846
5650
|
"""
|
|
6847
5651
|
...
|
|
6848
5652
|
|
|
6849
|
-
frame_index: any
|
|
5653
|
+
frame_index: any # pinocchio::FrameIndex
|
|
6850
5654
|
"""
|
|
6851
|
-
|
|
6852
|
-
None( (placo.PositionTask)arg1) -> int :
|
|
6853
|
-
|
|
6854
|
-
C++ signature :
|
|
6855
|
-
unsigned long {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5655
|
+
Frame.
|
|
6856
5656
|
"""
|
|
6857
5657
|
|
|
6858
|
-
mask:
|
|
5658
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
6859
5659
|
"""
|
|
6860
|
-
|
|
6861
|
-
None( (placo.PositionTask)arg1) -> placo.AxisesMask :
|
|
6862
|
-
|
|
6863
|
-
C++ signature :
|
|
6864
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::PositionTask {lvalue})
|
|
5660
|
+
Mask.
|
|
6865
5661
|
"""
|
|
6866
5662
|
|
|
6867
|
-
name:
|
|
5663
|
+
name: str # std::string
|
|
6868
5664
|
"""
|
|
6869
|
-
|
|
6870
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6871
|
-
|
|
6872
|
-
C++ signature :
|
|
6873
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5665
|
+
Object name.
|
|
6874
5666
|
"""
|
|
6875
5667
|
|
|
6876
5668
|
priority: str
|
|
@@ -6878,13 +5670,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
6878
5670
|
Priority [str]
|
|
6879
5671
|
"""
|
|
6880
5672
|
|
|
6881
|
-
target_world:
|
|
5673
|
+
target_world: numpy.ndarray # Eigen::Vector3d
|
|
6882
5674
|
"""
|
|
6883
|
-
|
|
6884
|
-
None( (placo.PositionTask)arg1) -> numpy.ndarray :
|
|
6885
|
-
|
|
6886
|
-
C++ signature :
|
|
6887
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> None(placo::kinematics::PositionTask)
|
|
5675
|
+
Target position in the world.
|
|
6888
5676
|
"""
|
|
6889
5677
|
|
|
6890
5678
|
def update(
|
|
@@ -6919,13 +5707,9 @@ class Prioritized:
|
|
|
6919
5707
|
"""
|
|
6920
5708
|
...
|
|
6921
5709
|
|
|
6922
|
-
name:
|
|
5710
|
+
name: str # std::string
|
|
6923
5711
|
"""
|
|
6924
|
-
|
|
6925
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
6926
|
-
|
|
6927
|
-
C++ signature :
|
|
6928
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
5712
|
+
Object name.
|
|
6929
5713
|
"""
|
|
6930
5714
|
|
|
6931
5715
|
priority: str
|
|
@@ -6992,13 +5776,9 @@ class Problem:
|
|
|
6992
5776
|
"""
|
|
6993
5777
|
...
|
|
6994
5778
|
|
|
6995
|
-
determined_variables:
|
|
5779
|
+
determined_variables: int # int
|
|
6996
5780
|
"""
|
|
6997
|
-
|
|
6998
|
-
None( (placo.Problem)arg1) -> int :
|
|
6999
|
-
|
|
7000
|
-
C++ signature :
|
|
7001
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5781
|
+
Number of determined variables.
|
|
7002
5782
|
"""
|
|
7003
5783
|
|
|
7004
5784
|
def dump_status(
|
|
@@ -7006,76 +5786,44 @@ None( (placo.Problem)arg1) -> int :
|
|
|
7006
5786
|
) -> None:
|
|
7007
5787
|
...
|
|
7008
5788
|
|
|
7009
|
-
free_variables:
|
|
5789
|
+
free_variables: int # int
|
|
7010
5790
|
"""
|
|
7011
|
-
|
|
7012
|
-
None( (placo.Problem)arg1) -> int :
|
|
7013
|
-
|
|
7014
|
-
C++ signature :
|
|
7015
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5791
|
+
Number of free variables to solve.
|
|
7016
5792
|
"""
|
|
7017
5793
|
|
|
7018
|
-
n_equalities:
|
|
5794
|
+
n_equalities: int # int
|
|
7019
5795
|
"""
|
|
7020
|
-
|
|
7021
|
-
None( (placo.Problem)arg1) -> int :
|
|
7022
|
-
|
|
7023
|
-
C++ signature :
|
|
7024
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5796
|
+
Number of equalities.
|
|
7025
5797
|
"""
|
|
7026
5798
|
|
|
7027
|
-
n_inequalities:
|
|
5799
|
+
n_inequalities: int # int
|
|
7028
5800
|
"""
|
|
7029
|
-
|
|
7030
|
-
None( (placo.Problem)arg1) -> int :
|
|
7031
|
-
|
|
7032
|
-
C++ signature :
|
|
7033
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5801
|
+
Number of inequality constraints.
|
|
7034
5802
|
"""
|
|
7035
5803
|
|
|
7036
|
-
n_variables:
|
|
5804
|
+
n_variables: int # int
|
|
7037
5805
|
"""
|
|
7038
|
-
|
|
7039
|
-
None( (placo.Problem)arg1) -> int :
|
|
7040
|
-
|
|
7041
|
-
C++ signature :
|
|
7042
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5806
|
+
Number of problem variables that need to be solved.
|
|
7043
5807
|
"""
|
|
7044
5808
|
|
|
7045
|
-
regularization:
|
|
5809
|
+
regularization: float # double
|
|
7046
5810
|
"""
|
|
7047
|
-
|
|
7048
|
-
None( (placo.Problem)arg1) -> float :
|
|
7049
|
-
|
|
7050
|
-
C++ signature :
|
|
7051
|
-
double {lvalue} None(placo::problem::Problem {lvalue})
|
|
5811
|
+
Default internal regularization.
|
|
7052
5812
|
"""
|
|
7053
5813
|
|
|
7054
|
-
rewrite_equalities:
|
|
5814
|
+
rewrite_equalities: bool # bool
|
|
7055
5815
|
"""
|
|
7056
|
-
|
|
7057
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7058
|
-
|
|
7059
|
-
C++ signature :
|
|
7060
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5816
|
+
If set to true, a QR factorization will be performed on the equality constraints, and the QP will be called with free variables only.
|
|
7061
5817
|
"""
|
|
7062
5818
|
|
|
7063
|
-
slack_variables:
|
|
5819
|
+
slack_variables: int # int
|
|
7064
5820
|
"""
|
|
7065
|
-
|
|
7066
|
-
None( (placo.Problem)arg1) -> int :
|
|
7067
|
-
|
|
7068
|
-
C++ signature :
|
|
7069
|
-
int {lvalue} None(placo::problem::Problem {lvalue})
|
|
5821
|
+
Number of slack variables in the solver.
|
|
7070
5822
|
"""
|
|
7071
5823
|
|
|
7072
|
-
slacks:
|
|
5824
|
+
slacks: numpy.ndarray # Eigen::VectorXd
|
|
7073
5825
|
"""
|
|
7074
|
-
|
|
7075
|
-
None( (placo.Problem)arg1) -> numpy.ndarray :
|
|
7076
|
-
|
|
7077
|
-
C++ signature :
|
|
7078
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> None(placo::problem::Problem)
|
|
5826
|
+
Computed slack variables.
|
|
7079
5827
|
"""
|
|
7080
5828
|
|
|
7081
5829
|
def solve(
|
|
@@ -7086,22 +5834,14 @@ None( (placo.Problem)arg1) -> numpy.ndarray :
|
|
|
7086
5834
|
"""
|
|
7087
5835
|
...
|
|
7088
5836
|
|
|
7089
|
-
use_sparsity:
|
|
5837
|
+
use_sparsity: bool # bool
|
|
7090
5838
|
"""
|
|
7091
|
-
|
|
7092
|
-
None( (placo.Problem)arg1) -> bool :
|
|
7093
|
-
|
|
7094
|
-
C++ signature :
|
|
7095
|
-
bool {lvalue} None(placo::problem::Problem {lvalue})
|
|
5839
|
+
If set to true, some sparsity optimizations will be performed when building the problem Hessian. This optimization is generally not useful for small problems.
|
|
7096
5840
|
"""
|
|
7097
5841
|
|
|
7098
|
-
x:
|
|
5842
|
+
x: numpy.ndarray # Eigen::VectorXd
|
|
7099
5843
|
"""
|
|
7100
|
-
|
|
7101
|
-
None( (placo.Problem)arg1) -> object :
|
|
7102
|
-
|
|
7103
|
-
C++ signature :
|
|
7104
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Problem {lvalue})
|
|
5844
|
+
Computed result.
|
|
7105
5845
|
"""
|
|
7106
5846
|
|
|
7107
5847
|
|
|
@@ -7126,40 +5866,24 @@ class ProblemConstraint:
|
|
|
7126
5866
|
"""
|
|
7127
5867
|
...
|
|
7128
5868
|
|
|
7129
|
-
expression:
|
|
5869
|
+
expression: Expression # placo::problem::Expression
|
|
7130
5870
|
"""
|
|
7131
|
-
|
|
7132
|
-
None( (placo.ProblemConstraint)arg1) -> object :
|
|
7133
|
-
|
|
7134
|
-
C++ signature :
|
|
7135
|
-
placo::problem::Expression {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5871
|
+
The constraint expression (Ax + b)
|
|
7136
5872
|
"""
|
|
7137
5873
|
|
|
7138
|
-
is_active:
|
|
5874
|
+
is_active: bool # bool
|
|
7139
5875
|
"""
|
|
7140
|
-
|
|
7141
|
-
None( (placo.ProblemConstraint)arg1) -> bool :
|
|
7142
|
-
|
|
7143
|
-
C++ signature :
|
|
7144
|
-
bool {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5876
|
+
This flag will be set by the solver if the constraint is active in the optimal solution.
|
|
7145
5877
|
"""
|
|
7146
5878
|
|
|
7147
|
-
priority: any
|
|
5879
|
+
priority: any # placo::problem::ProblemConstraint::Priority
|
|
7148
5880
|
"""
|
|
7149
|
-
|
|
7150
|
-
None( (placo.ProblemConstraint)arg1) -> str :
|
|
7151
|
-
|
|
7152
|
-
C++ signature :
|
|
7153
|
-
char const* None(placo::problem::ProblemConstraint)
|
|
5881
|
+
Constraint priority.
|
|
7154
5882
|
"""
|
|
7155
5883
|
|
|
7156
|
-
weight:
|
|
5884
|
+
weight: float # double
|
|
7157
5885
|
"""
|
|
7158
|
-
|
|
7159
|
-
None( (placo.ProblemConstraint)arg1) -> float :
|
|
7160
|
-
|
|
7161
|
-
C++ signature :
|
|
7162
|
-
double {lvalue} None(placo::problem::ProblemConstraint {lvalue})
|
|
5886
|
+
Constraint weight (for soft constraints)
|
|
7163
5887
|
"""
|
|
7164
5888
|
|
|
7165
5889
|
|
|
@@ -7202,58 +5926,34 @@ class PuppetContact:
|
|
|
7202
5926
|
"""
|
|
7203
5927
|
...
|
|
7204
5928
|
|
|
7205
|
-
active:
|
|
5929
|
+
active: bool # bool
|
|
7206
5930
|
"""
|
|
7207
|
-
|
|
7208
|
-
None( (placo.Contact)arg1) -> bool :
|
|
7209
|
-
|
|
7210
|
-
C++ signature :
|
|
7211
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5931
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
7212
5932
|
"""
|
|
7213
5933
|
|
|
7214
|
-
mu:
|
|
5934
|
+
mu: float # double
|
|
7215
5935
|
"""
|
|
7216
|
-
|
|
7217
|
-
None( (placo.Contact)arg1) -> float :
|
|
7218
|
-
|
|
7219
|
-
C++ signature :
|
|
7220
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5936
|
+
Coefficient of friction (if relevant)
|
|
7221
5937
|
"""
|
|
7222
5938
|
|
|
7223
|
-
weight_forces:
|
|
5939
|
+
weight_forces: float # double
|
|
7224
5940
|
"""
|
|
7225
|
-
|
|
7226
|
-
None( (placo.Contact)arg1) -> float :
|
|
7227
|
-
|
|
7228
|
-
C++ signature :
|
|
7229
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5941
|
+
Weight of forces for the optimization (if relevant)
|
|
7230
5942
|
"""
|
|
7231
5943
|
|
|
7232
|
-
weight_moments:
|
|
5944
|
+
weight_moments: float # double
|
|
7233
5945
|
"""
|
|
7234
|
-
|
|
7235
|
-
None( (placo.Contact)arg1) -> float :
|
|
7236
|
-
|
|
7237
|
-
C++ signature :
|
|
7238
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5946
|
+
Weight of moments for optimization (if relevant)
|
|
7239
5947
|
"""
|
|
7240
5948
|
|
|
7241
|
-
weight_tangentials:
|
|
5949
|
+
weight_tangentials: float # double
|
|
7242
5950
|
"""
|
|
7243
|
-
|
|
7244
|
-
None( (placo.Contact)arg1) -> float :
|
|
7245
|
-
|
|
7246
|
-
C++ signature :
|
|
7247
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5951
|
+
Extra cost for tangential forces.
|
|
7248
5952
|
"""
|
|
7249
5953
|
|
|
7250
|
-
wrench:
|
|
5954
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
7251
5955
|
"""
|
|
7252
|
-
|
|
7253
|
-
None( (placo.Contact)arg1) -> object :
|
|
7254
|
-
|
|
7255
|
-
C++ signature :
|
|
7256
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
5956
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
7257
5957
|
"""
|
|
7258
5958
|
|
|
7259
5959
|
|
|
@@ -7274,13 +5974,9 @@ class QPError:
|
|
|
7274
5974
|
|
|
7275
5975
|
|
|
7276
5976
|
class RegularizationTask:
|
|
7277
|
-
A:
|
|
5977
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7278
5978
|
"""
|
|
7279
|
-
|
|
7280
|
-
None( (placo.Task)arg1) -> object :
|
|
7281
|
-
|
|
7282
|
-
C++ signature :
|
|
7283
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5979
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7284
5980
|
"""
|
|
7285
5981
|
|
|
7286
5982
|
def __init__(
|
|
@@ -7288,13 +5984,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7288
5984
|
) -> None:
|
|
7289
5985
|
...
|
|
7290
5986
|
|
|
7291
|
-
b:
|
|
5987
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7292
5988
|
"""
|
|
7293
|
-
|
|
7294
|
-
None( (placo.Task)arg1) -> object :
|
|
7295
|
-
|
|
7296
|
-
C++ signature :
|
|
7297
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
5989
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7298
5990
|
"""
|
|
7299
5991
|
|
|
7300
5992
|
def configure(
|
|
@@ -7330,13 +6022,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7330
6022
|
"""
|
|
7331
6023
|
...
|
|
7332
6024
|
|
|
7333
|
-
name:
|
|
6025
|
+
name: str # std::string
|
|
7334
6026
|
"""
|
|
7335
|
-
|
|
7336
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7337
|
-
|
|
7338
|
-
C++ signature :
|
|
7339
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
6027
|
+
Object name.
|
|
7340
6028
|
"""
|
|
7341
6029
|
|
|
7342
6030
|
priority: str
|
|
@@ -7355,13 +6043,6 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7355
6043
|
|
|
7356
6044
|
class RelativeFrameTask:
|
|
7357
6045
|
T_a_b: any
|
|
7358
|
-
"""
|
|
7359
|
-
|
|
7360
|
-
None( (placo.RelativeFrameTask)arg1) -> object :
|
|
7361
|
-
|
|
7362
|
-
C++ signature :
|
|
7363
|
-
Eigen::Transform<double, 3, 2, 0> None(placo::kinematics::RelativeFrameTask {lvalue})
|
|
7364
|
-
"""
|
|
7365
6046
|
|
|
7366
6047
|
def __init__(
|
|
7367
6048
|
self,
|
|
@@ -7405,22 +6086,14 @@ None( (placo.RelativeFrameTask)arg1) -> object :
|
|
|
7405
6086
|
|
|
7406
6087
|
|
|
7407
6088
|
class RelativeOrientationTask:
|
|
7408
|
-
A:
|
|
6089
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7409
6090
|
"""
|
|
7410
|
-
|
|
7411
|
-
None( (placo.Task)arg1) -> object :
|
|
7412
|
-
|
|
7413
|
-
C++ signature :
|
|
7414
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6091
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7415
6092
|
"""
|
|
7416
6093
|
|
|
7417
|
-
R_a_b:
|
|
6094
|
+
R_a_b: numpy.ndarray # Eigen::Matrix3d
|
|
7418
6095
|
"""
|
|
7419
|
-
|
|
7420
|
-
None( (placo.RelativeOrientationTask)arg1) -> object :
|
|
7421
|
-
|
|
7422
|
-
C++ signature :
|
|
7423
|
-
Eigen::Matrix<double, 3, 3, 0, 3, 3> {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6096
|
+
Target relative orientation of b in a.
|
|
7424
6097
|
"""
|
|
7425
6098
|
|
|
7426
6099
|
def __init__(
|
|
@@ -7434,13 +6107,9 @@ None( (placo.RelativeOrientationTask)arg1) -> object :
|
|
|
7434
6107
|
"""
|
|
7435
6108
|
...
|
|
7436
6109
|
|
|
7437
|
-
b:
|
|
6110
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7438
6111
|
"""
|
|
7439
|
-
|
|
7440
|
-
None( (placo.Task)arg1) -> object :
|
|
7441
|
-
|
|
7442
|
-
C++ signature :
|
|
7443
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6112
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7444
6113
|
"""
|
|
7445
6114
|
|
|
7446
6115
|
def configure(
|
|
@@ -7476,40 +6145,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7476
6145
|
"""
|
|
7477
6146
|
...
|
|
7478
6147
|
|
|
7479
|
-
frame_a: any
|
|
6148
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7480
6149
|
"""
|
|
7481
|
-
|
|
7482
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7483
|
-
|
|
7484
|
-
C++ signature :
|
|
7485
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6150
|
+
Frame A.
|
|
7486
6151
|
"""
|
|
7487
6152
|
|
|
7488
|
-
frame_b: any
|
|
6153
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7489
6154
|
"""
|
|
7490
|
-
|
|
7491
|
-
None( (placo.RelativeOrientationTask)arg1) -> int :
|
|
7492
|
-
|
|
7493
|
-
C++ signature :
|
|
7494
|
-
unsigned long {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6155
|
+
Frame B.
|
|
7495
6156
|
"""
|
|
7496
6157
|
|
|
7497
|
-
mask:
|
|
6158
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7498
6159
|
"""
|
|
7499
|
-
|
|
7500
|
-
None( (placo.RelativeOrientationTask)arg1) -> placo.AxisesMask :
|
|
7501
|
-
|
|
7502
|
-
C++ signature :
|
|
7503
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativeOrientationTask {lvalue})
|
|
6160
|
+
Mask.
|
|
7504
6161
|
"""
|
|
7505
6162
|
|
|
7506
|
-
name:
|
|
6163
|
+
name: str # std::string
|
|
7507
6164
|
"""
|
|
7508
|
-
|
|
7509
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7510
|
-
|
|
7511
|
-
C++ signature :
|
|
7512
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
6165
|
+
Object name.
|
|
7513
6166
|
"""
|
|
7514
6167
|
|
|
7515
6168
|
priority: str
|
|
@@ -7527,13 +6180,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7527
6180
|
|
|
7528
6181
|
|
|
7529
6182
|
class RelativePositionTask:
|
|
7530
|
-
A:
|
|
6183
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
7531
6184
|
"""
|
|
7532
|
-
|
|
7533
|
-
None( (placo.Task)arg1) -> object :
|
|
7534
|
-
|
|
7535
|
-
C++ signature :
|
|
7536
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6185
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
7537
6186
|
"""
|
|
7538
6187
|
|
|
7539
6188
|
def __init__(
|
|
@@ -7547,13 +6196,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
7547
6196
|
"""
|
|
7548
6197
|
...
|
|
7549
6198
|
|
|
7550
|
-
b:
|
|
6199
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
7551
6200
|
"""
|
|
7552
|
-
|
|
7553
|
-
None( (placo.Task)arg1) -> object :
|
|
7554
|
-
|
|
7555
|
-
C++ signature :
|
|
7556
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
6201
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
7557
6202
|
"""
|
|
7558
6203
|
|
|
7559
6204
|
def configure(
|
|
@@ -7589,40 +6234,24 @@ None( (placo.Task)arg1) -> object :
|
|
|
7589
6234
|
"""
|
|
7590
6235
|
...
|
|
7591
6236
|
|
|
7592
|
-
frame_a: any
|
|
6237
|
+
frame_a: any # pinocchio::FrameIndex
|
|
7593
6238
|
"""
|
|
7594
|
-
|
|
7595
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7596
|
-
|
|
7597
|
-
C++ signature :
|
|
7598
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6239
|
+
Frame A.
|
|
7599
6240
|
"""
|
|
7600
6241
|
|
|
7601
|
-
frame_b: any
|
|
6242
|
+
frame_b: any # pinocchio::FrameIndex
|
|
7602
6243
|
"""
|
|
7603
|
-
|
|
7604
|
-
None( (placo.RelativePositionTask)arg1) -> int :
|
|
7605
|
-
|
|
7606
|
-
C++ signature :
|
|
7607
|
-
unsigned long {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6244
|
+
Frame B.
|
|
7608
6245
|
"""
|
|
7609
6246
|
|
|
7610
|
-
mask:
|
|
6247
|
+
mask: AxisesMask # placo::tools::AxisesMask
|
|
7611
6248
|
"""
|
|
7612
|
-
|
|
7613
|
-
None( (placo.RelativePositionTask)arg1) -> placo.AxisesMask :
|
|
7614
|
-
|
|
7615
|
-
C++ signature :
|
|
7616
|
-
placo::tools::AxisesMask {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6249
|
+
Mask.
|
|
7617
6250
|
"""
|
|
7618
6251
|
|
|
7619
|
-
name:
|
|
6252
|
+
name: str # std::string
|
|
7620
6253
|
"""
|
|
7621
|
-
|
|
7622
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
7623
|
-
|
|
7624
|
-
C++ signature :
|
|
7625
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
6254
|
+
Object name.
|
|
7626
6255
|
"""
|
|
7627
6256
|
|
|
7628
6257
|
priority: str
|
|
@@ -7630,13 +6259,9 @@ None( (placo.Prioritized)arg1) -> str :
|
|
|
7630
6259
|
Priority [str]
|
|
7631
6260
|
"""
|
|
7632
6261
|
|
|
7633
|
-
target:
|
|
6262
|
+
target: numpy.ndarray # Eigen::Vector3d
|
|
7634
6263
|
"""
|
|
7635
|
-
|
|
7636
|
-
None( (placo.RelativePositionTask)arg1) -> object :
|
|
7637
|
-
|
|
7638
|
-
C++ signature :
|
|
7639
|
-
Eigen::Matrix<double, 3, 1, 0, 3, 1> {lvalue} None(placo::kinematics::RelativePositionTask {lvalue})
|
|
6264
|
+
Target position of B in A.
|
|
7640
6265
|
"""
|
|
7641
6266
|
|
|
7642
6267
|
def update(
|
|
@@ -7683,13 +6308,9 @@ class RobotWrapper:
|
|
|
7683
6308
|
"""
|
|
7684
6309
|
...
|
|
7685
6310
|
|
|
7686
|
-
collision_model: any
|
|
6311
|
+
collision_model: any # pinocchio::GeometryModel
|
|
7687
6312
|
"""
|
|
7688
|
-
|
|
7689
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
7690
|
-
|
|
7691
|
-
C++ signature :
|
|
7692
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6313
|
+
Pinocchio collision model.
|
|
7693
6314
|
"""
|
|
7694
6315
|
|
|
7695
6316
|
def com_jacobian(
|
|
@@ -7730,7 +6351,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7730
6351
|
"""
|
|
7731
6352
|
Computes all minimum distances between current collision pairs.
|
|
7732
6353
|
|
|
7733
|
-
:return: <Element 'para' at
|
|
6354
|
+
:return: <Element 'para' at 0x105688f90>
|
|
7734
6355
|
"""
|
|
7735
6356
|
...
|
|
7736
6357
|
|
|
@@ -7744,7 +6365,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7744
6365
|
|
|
7745
6366
|
:param any frame: the frame for which we want the jacobian
|
|
7746
6367
|
|
|
7747
|
-
:return: <Element 'para' at
|
|
6368
|
+
:return: <Element 'para' at 0x105689a30>
|
|
7748
6369
|
"""
|
|
7749
6370
|
...
|
|
7750
6371
|
|
|
@@ -7758,7 +6379,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7758
6379
|
|
|
7759
6380
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7760
6381
|
|
|
7761
|
-
:return: <Element 'para' at
|
|
6382
|
+
:return: <Element 'para' at 0x10568b1a0>
|
|
7762
6383
|
"""
|
|
7763
6384
|
...
|
|
7764
6385
|
|
|
@@ -7943,13 +6564,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7943
6564
|
"""
|
|
7944
6565
|
...
|
|
7945
6566
|
|
|
7946
|
-
model: any
|
|
6567
|
+
model: any # pinocchio::Model
|
|
7947
6568
|
"""
|
|
7948
|
-
|
|
7949
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
7950
|
-
|
|
7951
|
-
C++ signature :
|
|
7952
|
-
pinocchio::ModelTpl<double, 0, pinocchio::JointCollectionDefaultTpl> {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6569
|
+
Pinocchio model.
|
|
7953
6570
|
"""
|
|
7954
6571
|
|
|
7955
6572
|
def neutral_state(
|
|
@@ -7999,7 +6616,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7999
6616
|
|
|
8000
6617
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
8001
6618
|
|
|
8002
|
-
:return: <Element 'para' at
|
|
6619
|
+
:return: <Element 'para' at 0x105688770>
|
|
8003
6620
|
"""
|
|
8004
6621
|
...
|
|
8005
6622
|
|
|
@@ -8155,13 +6772,9 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
8155
6772
|
"""
|
|
8156
6773
|
...
|
|
8157
6774
|
|
|
8158
|
-
state:
|
|
6775
|
+
state: RobotWrapper_State # placo::model::RobotWrapper::State
|
|
8159
6776
|
"""
|
|
8160
|
-
|
|
8161
|
-
None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
8162
|
-
|
|
8163
|
-
C++ signature :
|
|
8164
|
-
placo::model::RobotWrapper::State {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6777
|
+
Robot's current state.
|
|
8165
6778
|
"""
|
|
8166
6779
|
|
|
8167
6780
|
def static_gravity_compensation_torques(
|
|
@@ -8217,13 +6830,9 @@ None( (placo.RobotWrapper)arg1) -> placo.RobotWrapper_State :
|
|
|
8217
6830
|
"""
|
|
8218
6831
|
...
|
|
8219
6832
|
|
|
8220
|
-
visual_model: any
|
|
6833
|
+
visual_model: any # pinocchio::GeometryModel
|
|
8221
6834
|
"""
|
|
8222
|
-
|
|
8223
|
-
None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryModel :
|
|
8224
|
-
|
|
8225
|
-
C++ signature :
|
|
8226
|
-
pinocchio::GeometryModel {lvalue} None(placo::model::RobotWrapper {lvalue})
|
|
6835
|
+
Pinocchio visual model.
|
|
8227
6836
|
"""
|
|
8228
6837
|
|
|
8229
6838
|
|
|
@@ -8233,31 +6842,19 @@ class RobotWrapper_State:
|
|
|
8233
6842
|
) -> None:
|
|
8234
6843
|
...
|
|
8235
6844
|
|
|
8236
|
-
q:
|
|
6845
|
+
q: numpy.ndarray # Eigen::VectorXd
|
|
8237
6846
|
"""
|
|
8238
|
-
|
|
8239
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8240
|
-
|
|
8241
|
-
C++ signature :
|
|
8242
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6847
|
+
joints configuration $q$
|
|
8243
6848
|
"""
|
|
8244
6849
|
|
|
8245
|
-
qd:
|
|
6850
|
+
qd: numpy.ndarray # Eigen::VectorXd
|
|
8246
6851
|
"""
|
|
8247
|
-
|
|
8248
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8249
|
-
|
|
8250
|
-
C++ signature :
|
|
8251
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6852
|
+
joints velocity $\dot q$
|
|
8252
6853
|
"""
|
|
8253
6854
|
|
|
8254
|
-
qdd:
|
|
6855
|
+
qdd: numpy.ndarray # Eigen::VectorXd
|
|
8255
6856
|
"""
|
|
8256
|
-
|
|
8257
|
-
None( (placo.RobotWrapper_State)arg1) -> object :
|
|
8258
|
-
|
|
8259
|
-
C++ signature :
|
|
8260
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::model::RobotWrapper::State {lvalue})
|
|
6857
|
+
joints acceleration $\ddot q$
|
|
8261
6858
|
"""
|
|
8262
6859
|
|
|
8263
6860
|
|
|
@@ -8267,14 +6864,7 @@ class Segment:
|
|
|
8267
6864
|
) -> any:
|
|
8268
6865
|
...
|
|
8269
6866
|
|
|
8270
|
-
end:
|
|
8271
|
-
"""
|
|
8272
|
-
|
|
8273
|
-
None( (placo.Segment)arg1) -> object :
|
|
8274
|
-
|
|
8275
|
-
C++ signature :
|
|
8276
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
|
|
8277
|
-
"""
|
|
6867
|
+
end: numpy.ndarray # Eigen::Vector2d
|
|
8278
6868
|
|
|
8279
6869
|
def half_line_pass_through(
|
|
8280
6870
|
self,
|
|
@@ -8381,14 +6971,7 @@ None( (placo.Segment)arg1) -> object :
|
|
|
8381
6971
|
) -> float:
|
|
8382
6972
|
...
|
|
8383
6973
|
|
|
8384
|
-
start:
|
|
8385
|
-
"""
|
|
8386
|
-
|
|
8387
|
-
None( (placo.Segment)arg1) -> object :
|
|
8388
|
-
|
|
8389
|
-
C++ signature :
|
|
8390
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::tools::Segment {lvalue})
|
|
8391
|
-
"""
|
|
6974
|
+
start: numpy.ndarray # Eigen::Vector2d
|
|
8392
6975
|
|
|
8393
6976
|
|
|
8394
6977
|
class Sparsity:
|
|
@@ -8423,13 +7006,9 @@ class Sparsity:
|
|
|
8423
7006
|
"""
|
|
8424
7007
|
...
|
|
8425
7008
|
|
|
8426
|
-
intervals:
|
|
7009
|
+
intervals: list[SparsityInterval] # std::vector<placo::problem::Sparsity::Interval>
|
|
8427
7010
|
"""
|
|
8428
|
-
|
|
8429
|
-
None( (placo.Sparsity)arg1) -> numpy.ndarray :
|
|
8430
|
-
|
|
8431
|
-
C++ signature :
|
|
8432
|
-
Eigen::Matrix<int, -1, -1, 0, -1, -1> None(placo::problem::Sparsity)
|
|
7011
|
+
Intervals of non-sparse columns.
|
|
8433
7012
|
"""
|
|
8434
7013
|
|
|
8435
7014
|
def print_intervals(
|
|
@@ -8447,22 +7026,14 @@ class SparsityInterval:
|
|
|
8447
7026
|
) -> None:
|
|
8448
7027
|
...
|
|
8449
7028
|
|
|
8450
|
-
end:
|
|
7029
|
+
end: int # int
|
|
8451
7030
|
"""
|
|
8452
|
-
|
|
8453
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8454
|
-
|
|
8455
|
-
C++ signature :
|
|
8456
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7031
|
+
End of interval.
|
|
8457
7032
|
"""
|
|
8458
7033
|
|
|
8459
|
-
start:
|
|
7034
|
+
start: int # int
|
|
8460
7035
|
"""
|
|
8461
|
-
|
|
8462
|
-
None( (placo.SparsityInterval)arg1) -> int :
|
|
8463
|
-
|
|
8464
|
-
C++ signature :
|
|
8465
|
-
int {lvalue} None(placo::problem::Sparsity::Interval {lvalue})
|
|
7036
|
+
Start of interval.
|
|
8466
7037
|
"""
|
|
8467
7038
|
|
|
8468
7039
|
|
|
@@ -8478,23 +7049,9 @@ class Support:
|
|
|
8478
7049
|
) -> None:
|
|
8479
7050
|
...
|
|
8480
7051
|
|
|
8481
|
-
elapsed_ratio:
|
|
8482
|
-
"""
|
|
8483
|
-
|
|
8484
|
-
None( (placo.Support)arg1) -> float :
|
|
8485
|
-
|
|
8486
|
-
C++ signature :
|
|
8487
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8488
|
-
"""
|
|
8489
|
-
|
|
8490
|
-
end: any
|
|
8491
|
-
"""
|
|
8492
|
-
|
|
8493
|
-
None( (placo.Support)arg1) -> bool :
|
|
7052
|
+
elapsed_ratio: float # double
|
|
8494
7053
|
|
|
8495
|
-
|
|
8496
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8497
|
-
"""
|
|
7054
|
+
end: bool # bool
|
|
8498
7055
|
|
|
8499
7056
|
def footstep_frame(
|
|
8500
7057
|
self,
|
|
@@ -8507,14 +7064,7 @@ None( (placo.Support)arg1) -> bool :
|
|
|
8507
7064
|
"""
|
|
8508
7065
|
...
|
|
8509
7066
|
|
|
8510
|
-
footsteps:
|
|
8511
|
-
"""
|
|
8512
|
-
|
|
8513
|
-
None( (placo.Support)arg1) -> object :
|
|
8514
|
-
|
|
8515
|
-
C++ signature :
|
|
8516
|
-
std::__1::vector<placo::humanoid::FootstepsPlanner::Footstep, std::__1::allocator<placo::humanoid::FootstepsPlanner::Footstep>> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8517
|
-
"""
|
|
7067
|
+
footsteps: list[Footstep] # std::vector<placo::humanoid::FootstepsPlanner::Footstep>
|
|
8518
7068
|
|
|
8519
7069
|
def frame(
|
|
8520
7070
|
self,
|
|
@@ -8552,46 +7102,18 @@ None( (placo.Support)arg1) -> object :
|
|
|
8552
7102
|
"""
|
|
8553
7103
|
...
|
|
8554
7104
|
|
|
8555
|
-
start:
|
|
8556
|
-
"""
|
|
8557
|
-
|
|
8558
|
-
None( (placo.Support)arg1) -> bool :
|
|
8559
|
-
|
|
8560
|
-
C++ signature :
|
|
8561
|
-
bool {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8562
|
-
"""
|
|
7105
|
+
start: bool # bool
|
|
8563
7106
|
|
|
8564
7107
|
def support_polygon(
|
|
8565
7108
|
self,
|
|
8566
7109
|
) -> list[numpy.ndarray]:
|
|
8567
7110
|
...
|
|
8568
7111
|
|
|
8569
|
-
t_start:
|
|
8570
|
-
"""
|
|
8571
|
-
|
|
8572
|
-
None( (placo.Support)arg1) -> float :
|
|
8573
|
-
|
|
8574
|
-
C++ signature :
|
|
8575
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8576
|
-
"""
|
|
8577
|
-
|
|
8578
|
-
target_world_dcm: any
|
|
8579
|
-
"""
|
|
8580
|
-
|
|
8581
|
-
None( (placo.Support)arg1) -> object :
|
|
8582
|
-
|
|
8583
|
-
C++ signature :
|
|
8584
|
-
Eigen::Matrix<double, 2, 1, 0, 2, 1> {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8585
|
-
"""
|
|
7112
|
+
t_start: float # double
|
|
8586
7113
|
|
|
8587
|
-
|
|
8588
|
-
"""
|
|
8589
|
-
|
|
8590
|
-
None( (placo.Support)arg1) -> float :
|
|
7114
|
+
target_world_dcm: numpy.ndarray # Eigen::Vector2d
|
|
8591
7115
|
|
|
8592
|
-
|
|
8593
|
-
double {lvalue} None(placo::humanoid::FootstepsPlanner::Support {lvalue})
|
|
8594
|
-
"""
|
|
7116
|
+
time_ratio: float # double
|
|
8595
7117
|
|
|
8596
7118
|
|
|
8597
7119
|
class Supports:
|
|
@@ -8740,26 +7262,18 @@ class SwingFootTrajectory:
|
|
|
8740
7262
|
|
|
8741
7263
|
|
|
8742
7264
|
class Task:
|
|
8743
|
-
A:
|
|
7265
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
8744
7266
|
"""
|
|
8745
|
-
|
|
8746
|
-
None( (placo.Task)arg1) -> object :
|
|
8747
|
-
|
|
8748
|
-
C++ signature :
|
|
8749
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7267
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
8750
7268
|
"""
|
|
8751
7269
|
|
|
8752
7270
|
def __init__(
|
|
8753
7271
|
) -> any:
|
|
8754
7272
|
...
|
|
8755
7273
|
|
|
8756
|
-
b:
|
|
7274
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
8757
7275
|
"""
|
|
8758
|
-
|
|
8759
|
-
None( (placo.Task)arg1) -> object :
|
|
8760
|
-
|
|
8761
|
-
C++ signature :
|
|
8762
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7276
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
8763
7277
|
"""
|
|
8764
7278
|
|
|
8765
7279
|
def configure(
|
|
@@ -8795,13 +7309,9 @@ None( (placo.Task)arg1) -> object :
|
|
|
8795
7309
|
"""
|
|
8796
7310
|
...
|
|
8797
7311
|
|
|
8798
|
-
name:
|
|
7312
|
+
name: str # std::string
|
|
8799
7313
|
"""
|
|
8800
|
-
|
|
8801
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
8802
|
-
|
|
8803
|
-
C++ signature :
|
|
8804
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7314
|
+
Object name.
|
|
8805
7315
|
"""
|
|
8806
7316
|
|
|
8807
7317
|
priority: str
|
|
@@ -8828,58 +7338,34 @@ class TaskContact:
|
|
|
8828
7338
|
"""
|
|
8829
7339
|
...
|
|
8830
7340
|
|
|
8831
|
-
active:
|
|
7341
|
+
active: bool # bool
|
|
8832
7342
|
"""
|
|
8833
|
-
|
|
8834
|
-
None( (placo.Contact)arg1) -> bool :
|
|
8835
|
-
|
|
8836
|
-
C++ signature :
|
|
8837
|
-
bool {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7343
|
+
true if the contact is active (ignored by the solver else, this allow to enable/disable a contact without removing it from the solver)
|
|
8838
7344
|
"""
|
|
8839
7345
|
|
|
8840
|
-
mu:
|
|
7346
|
+
mu: float # double
|
|
8841
7347
|
"""
|
|
8842
|
-
|
|
8843
|
-
None( (placo.Contact)arg1) -> float :
|
|
8844
|
-
|
|
8845
|
-
C++ signature :
|
|
8846
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7348
|
+
Coefficient of friction (if relevant)
|
|
8847
7349
|
"""
|
|
8848
7350
|
|
|
8849
|
-
weight_forces:
|
|
7351
|
+
weight_forces: float # double
|
|
8850
7352
|
"""
|
|
8851
|
-
|
|
8852
|
-
None( (placo.Contact)arg1) -> float :
|
|
8853
|
-
|
|
8854
|
-
C++ signature :
|
|
8855
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7353
|
+
Weight of forces for the optimization (if relevant)
|
|
8856
7354
|
"""
|
|
8857
7355
|
|
|
8858
|
-
weight_moments:
|
|
7356
|
+
weight_moments: float # double
|
|
8859
7357
|
"""
|
|
8860
|
-
|
|
8861
|
-
None( (placo.Contact)arg1) -> float :
|
|
8862
|
-
|
|
8863
|
-
C++ signature :
|
|
8864
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7358
|
+
Weight of moments for optimization (if relevant)
|
|
8865
7359
|
"""
|
|
8866
7360
|
|
|
8867
|
-
weight_tangentials:
|
|
7361
|
+
weight_tangentials: float # double
|
|
8868
7362
|
"""
|
|
8869
|
-
|
|
8870
|
-
None( (placo.Contact)arg1) -> float :
|
|
8871
|
-
|
|
8872
|
-
C++ signature :
|
|
8873
|
-
double {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7363
|
+
Extra cost for tangential forces.
|
|
8874
7364
|
"""
|
|
8875
7365
|
|
|
8876
|
-
wrench:
|
|
7366
|
+
wrench: numpy.ndarray # Eigen::VectorXd
|
|
8877
7367
|
"""
|
|
8878
|
-
|
|
8879
|
-
None( (placo.Contact)arg1) -> object :
|
|
8880
|
-
|
|
8881
|
-
C++ signature :
|
|
8882
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::dynamics::Contact {lvalue})
|
|
7368
|
+
Wrench populated after the DynamicsSolver::solve call.
|
|
8883
7369
|
"""
|
|
8884
7370
|
|
|
8885
7371
|
|
|
@@ -8906,31 +7392,19 @@ class Variable:
|
|
|
8906
7392
|
"""
|
|
8907
7393
|
...
|
|
8908
7394
|
|
|
8909
|
-
k_end:
|
|
7395
|
+
k_end: int # int
|
|
8910
7396
|
"""
|
|
8911
|
-
|
|
8912
|
-
None( (placo.Variable)arg1) -> int :
|
|
8913
|
-
|
|
8914
|
-
C++ signature :
|
|
8915
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7397
|
+
End offset in the Problem.
|
|
8916
7398
|
"""
|
|
8917
7399
|
|
|
8918
|
-
k_start:
|
|
7400
|
+
k_start: int # int
|
|
8919
7401
|
"""
|
|
8920
|
-
|
|
8921
|
-
None( (placo.Variable)arg1) -> int :
|
|
8922
|
-
|
|
8923
|
-
C++ signature :
|
|
8924
|
-
int {lvalue} None(placo::problem::Variable {lvalue})
|
|
7402
|
+
Start offset in the Problem.
|
|
8925
7403
|
"""
|
|
8926
7404
|
|
|
8927
|
-
value:
|
|
7405
|
+
value: numpy.ndarray # Eigen::VectorXd
|
|
8928
7406
|
"""
|
|
8929
|
-
|
|
8930
|
-
None( (placo.Variable)arg1) -> object :
|
|
8931
|
-
|
|
8932
|
-
C++ signature :
|
|
8933
|
-
Eigen::Matrix<double, -1, 1, 0, -1, 1> {lvalue} None(placo::problem::Variable {lvalue})
|
|
7407
|
+
Variable value, populated by Problem after a solve.
|
|
8934
7408
|
"""
|
|
8935
7409
|
|
|
8936
7410
|
|
|
@@ -8953,14 +7427,7 @@ class WPGTrajectory:
|
|
|
8953
7427
|
"""
|
|
8954
7428
|
...
|
|
8955
7429
|
|
|
8956
|
-
com_target_z:
|
|
8957
|
-
"""
|
|
8958
|
-
|
|
8959
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
8960
|
-
|
|
8961
|
-
C++ signature :
|
|
8962
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8963
|
-
"""
|
|
7430
|
+
com_target_z: float # double
|
|
8964
7431
|
|
|
8965
7432
|
def get_R_world_trunk(
|
|
8966
7433
|
self,
|
|
@@ -9112,28 +7579,14 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
9112
7579
|
) -> numpy.ndarray:
|
|
9113
7580
|
...
|
|
9114
7581
|
|
|
9115
|
-
parts:
|
|
9116
|
-
"""
|
|
9117
|
-
|
|
9118
|
-
None( (placo.WPGTrajectory)arg1) -> object :
|
|
9119
|
-
|
|
9120
|
-
C++ signature :
|
|
9121
|
-
std::__1::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart, std::__1::allocator<placo::humanoid::WalkPatternGenerator::TrajectoryPart>> {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9122
|
-
"""
|
|
7582
|
+
parts: list[WPGTrajectoryPart] # std::vector<placo::humanoid::WalkPatternGenerator::TrajectoryPart>
|
|
9123
7583
|
|
|
9124
7584
|
def print_parts_timings(
|
|
9125
7585
|
self,
|
|
9126
7586
|
) -> None:
|
|
9127
7587
|
...
|
|
9128
7588
|
|
|
9129
|
-
replan_success:
|
|
9130
|
-
"""
|
|
9131
|
-
|
|
9132
|
-
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
9133
|
-
|
|
9134
|
-
C++ signature :
|
|
9135
|
-
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9136
|
-
"""
|
|
7589
|
+
replan_success: bool # bool
|
|
9137
7590
|
|
|
9138
7591
|
def support_is_both(
|
|
9139
7592
|
self,
|
|
@@ -9147,41 +7600,13 @@ None( (placo.WPGTrajectory)arg1) -> bool :
|
|
|
9147
7600
|
) -> any:
|
|
9148
7601
|
...
|
|
9149
7602
|
|
|
9150
|
-
t_end:
|
|
9151
|
-
"""
|
|
9152
|
-
|
|
9153
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9154
|
-
|
|
9155
|
-
C++ signature :
|
|
9156
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9157
|
-
"""
|
|
9158
|
-
|
|
9159
|
-
t_start: any
|
|
9160
|
-
"""
|
|
9161
|
-
|
|
9162
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9163
|
-
|
|
9164
|
-
C++ signature :
|
|
9165
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9166
|
-
"""
|
|
7603
|
+
t_end: float # double
|
|
9167
7604
|
|
|
9168
|
-
|
|
9169
|
-
"""
|
|
9170
|
-
|
|
9171
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
9172
|
-
|
|
9173
|
-
C++ signature :
|
|
9174
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9175
|
-
"""
|
|
7605
|
+
t_start: float # double
|
|
9176
7606
|
|
|
9177
|
-
|
|
9178
|
-
"""
|
|
9179
|
-
|
|
9180
|
-
None( (placo.WPGTrajectory)arg1) -> float :
|
|
7607
|
+
trunk_pitch: float # double
|
|
9181
7608
|
|
|
9182
|
-
|
|
9183
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
9184
|
-
"""
|
|
7609
|
+
trunk_roll: float # double
|
|
9185
7610
|
|
|
9186
7611
|
|
|
9187
7612
|
class WPGTrajectoryPart:
|
|
@@ -9192,32 +7617,11 @@ class WPGTrajectoryPart:
|
|
|
9192
7617
|
) -> None:
|
|
9193
7618
|
...
|
|
9194
7619
|
|
|
9195
|
-
support:
|
|
9196
|
-
"""
|
|
9197
|
-
|
|
9198
|
-
None( (placo.WPGTrajectoryPart)arg1) -> placo.Support :
|
|
9199
|
-
|
|
9200
|
-
C++ signature :
|
|
9201
|
-
placo::humanoid::FootstepsPlanner::Support {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9202
|
-
"""
|
|
9203
|
-
|
|
9204
|
-
t_end: any
|
|
9205
|
-
"""
|
|
9206
|
-
|
|
9207
|
-
None( (placo.WPGTrajectoryPart)arg1) -> float :
|
|
9208
|
-
|
|
9209
|
-
C++ signature :
|
|
9210
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9211
|
-
"""
|
|
7620
|
+
support: Support # placo::humanoid::FootstepsPlanner::Support
|
|
9212
7621
|
|
|
9213
|
-
|
|
9214
|
-
"""
|
|
9215
|
-
|
|
9216
|
-
None( (placo.WPGTrajectoryPart)arg1) -> float :
|
|
7622
|
+
t_end: float # double
|
|
9217
7623
|
|
|
9218
|
-
|
|
9219
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator::TrajectoryPart {lvalue})
|
|
9220
|
-
"""
|
|
7624
|
+
t_start: float # double
|
|
9221
7625
|
|
|
9222
7626
|
|
|
9223
7627
|
class WalkPatternGenerator:
|
|
@@ -9300,23 +7704,9 @@ class WalkPatternGenerator:
|
|
|
9300
7704
|
"""
|
|
9301
7705
|
...
|
|
9302
7706
|
|
|
9303
|
-
soft:
|
|
9304
|
-
"""
|
|
9305
|
-
|
|
9306
|
-
None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
9307
|
-
|
|
9308
|
-
C++ signature :
|
|
9309
|
-
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9310
|
-
"""
|
|
7707
|
+
soft: bool # bool
|
|
9311
7708
|
|
|
9312
|
-
stop_end_support_weight:
|
|
9313
|
-
"""
|
|
9314
|
-
|
|
9315
|
-
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
9316
|
-
|
|
9317
|
-
C++ signature :
|
|
9318
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9319
|
-
"""
|
|
7709
|
+
stop_end_support_weight: float # double
|
|
9320
7710
|
|
|
9321
7711
|
def support_default_duration(
|
|
9322
7712
|
self,
|
|
@@ -9347,14 +7737,7 @@ None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
|
9347
7737
|
"""
|
|
9348
7738
|
...
|
|
9349
7739
|
|
|
9350
|
-
zmp_in_support_weight:
|
|
9351
|
-
"""
|
|
9352
|
-
|
|
9353
|
-
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
9354
|
-
|
|
9355
|
-
C++ signature :
|
|
9356
|
-
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
9357
|
-
"""
|
|
7740
|
+
zmp_in_support_weight: float # double
|
|
9358
7741
|
|
|
9359
7742
|
|
|
9360
7743
|
class WalkTasks:
|
|
@@ -9363,32 +7746,11 @@ class WalkTasks:
|
|
|
9363
7746
|
) -> None:
|
|
9364
7747
|
...
|
|
9365
7748
|
|
|
9366
|
-
com_task:
|
|
9367
|
-
"""
|
|
9368
|
-
|
|
9369
|
-
None( (placo.WalkTasks)arg1) -> placo.CoMTask :
|
|
9370
|
-
|
|
9371
|
-
C++ signature :
|
|
9372
|
-
placo::kinematics::CoMTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9373
|
-
"""
|
|
9374
|
-
|
|
9375
|
-
com_x: any
|
|
9376
|
-
"""
|
|
9377
|
-
|
|
9378
|
-
None( (placo.WalkTasks)arg1) -> float :
|
|
9379
|
-
|
|
9380
|
-
C++ signature :
|
|
9381
|
-
double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9382
|
-
"""
|
|
7749
|
+
com_task: CoMTask # placo::kinematics::CoMTask
|
|
9383
7750
|
|
|
9384
|
-
|
|
9385
|
-
"""
|
|
9386
|
-
|
|
9387
|
-
None( (placo.WalkTasks)arg1) -> float :
|
|
7751
|
+
com_x: float # double
|
|
9388
7752
|
|
|
9389
|
-
|
|
9390
|
-
double {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9391
|
-
"""
|
|
7753
|
+
com_y: float # double
|
|
9392
7754
|
|
|
9393
7755
|
def get_tasks_error(
|
|
9394
7756
|
self,
|
|
@@ -9402,14 +7764,7 @@ None( (placo.WalkTasks)arg1) -> float :
|
|
|
9402
7764
|
) -> None:
|
|
9403
7765
|
...
|
|
9404
7766
|
|
|
9405
|
-
left_foot_task:
|
|
9406
|
-
"""
|
|
9407
|
-
|
|
9408
|
-
None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
9409
|
-
|
|
9410
|
-
C++ signature :
|
|
9411
|
-
placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9412
|
-
"""
|
|
7767
|
+
left_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9413
7768
|
|
|
9414
7769
|
def reach_initial_pose(
|
|
9415
7770
|
self,
|
|
@@ -9425,59 +7780,17 @@ None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
|
9425
7780
|
) -> None:
|
|
9426
7781
|
...
|
|
9427
7782
|
|
|
9428
|
-
right_foot_task:
|
|
9429
|
-
"""
|
|
9430
|
-
|
|
9431
|
-
None( (placo.WalkTasks)arg1) -> placo.FrameTask :
|
|
9432
|
-
|
|
9433
|
-
C++ signature :
|
|
9434
|
-
placo::kinematics::FrameTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9435
|
-
"""
|
|
9436
|
-
|
|
9437
|
-
scaled: any
|
|
9438
|
-
"""
|
|
9439
|
-
|
|
9440
|
-
None( (placo.WalkTasks)arg1) -> bool :
|
|
9441
|
-
|
|
9442
|
-
C++ signature :
|
|
9443
|
-
bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9444
|
-
"""
|
|
9445
|
-
|
|
9446
|
-
solver: any
|
|
9447
|
-
"""
|
|
9448
|
-
|
|
9449
|
-
None( (placo.WalkTasks)arg1) -> placo.KinematicsSolver :
|
|
9450
|
-
|
|
9451
|
-
C++ signature :
|
|
9452
|
-
placo::kinematics::KinematicsSolver None(placo::humanoid::WalkTasks {lvalue})
|
|
9453
|
-
"""
|
|
9454
|
-
|
|
9455
|
-
trunk_mode: any
|
|
9456
|
-
"""
|
|
9457
|
-
|
|
9458
|
-
None( (placo.WalkTasks)arg1) -> bool :
|
|
7783
|
+
right_foot_task: FrameTask # placo::kinematics::FrameTask
|
|
9459
7784
|
|
|
9460
|
-
|
|
9461
|
-
bool {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9462
|
-
"""
|
|
7785
|
+
scaled: bool # bool
|
|
9463
7786
|
|
|
9464
|
-
|
|
9465
|
-
"""
|
|
9466
|
-
|
|
9467
|
-
None( (placo.WalkTasks)arg1) -> placo.OrientationTask :
|
|
7787
|
+
solver: KinematicsSolver # placo::kinematics::KinematicsSolver
|
|
9468
7788
|
|
|
9469
|
-
|
|
9470
|
-
placo::kinematics::OrientationTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9471
|
-
"""
|
|
7789
|
+
trunk_mode: bool # bool
|
|
9472
7790
|
|
|
9473
|
-
|
|
9474
|
-
"""
|
|
9475
|
-
|
|
9476
|
-
None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
7791
|
+
trunk_orientation_task: OrientationTask # placo::kinematics::OrientationTask
|
|
9477
7792
|
|
|
9478
|
-
|
|
9479
|
-
placo::kinematics::PositionTask {lvalue} None(placo::humanoid::WalkTasks {lvalue})
|
|
9480
|
-
"""
|
|
7793
|
+
trunk_task: PositionTask # placo::kinematics::PositionTask
|
|
9481
7794
|
|
|
9482
7795
|
def update_tasks(
|
|
9483
7796
|
self,
|
|
@@ -9495,22 +7808,14 @@ None( (placo.WalkTasks)arg1) -> placo.PositionTask :
|
|
|
9495
7808
|
|
|
9496
7809
|
|
|
9497
7810
|
class WheelTask:
|
|
9498
|
-
A:
|
|
7811
|
+
A: numpy.ndarray # Eigen::MatrixXd
|
|
9499
7812
|
"""
|
|
9500
|
-
|
|
9501
|
-
None( (placo.Task)arg1) -> object :
|
|
9502
|
-
|
|
9503
|
-
C++ signature :
|
|
9504
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7813
|
+
Matrix A in the task Ax = b, where x are the joint delta positions.
|
|
9505
7814
|
"""
|
|
9506
7815
|
|
|
9507
|
-
T_world_surface:
|
|
7816
|
+
T_world_surface: numpy.ndarray # Eigen::Affine3d
|
|
9508
7817
|
"""
|
|
9509
|
-
|
|
9510
|
-
None( (placo.WheelTask)arg1) -> object :
|
|
9511
|
-
|
|
9512
|
-
C++ signature :
|
|
9513
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7818
|
+
Target position in the world.
|
|
9514
7819
|
"""
|
|
9515
7820
|
|
|
9516
7821
|
def __init__(
|
|
@@ -9524,13 +7829,9 @@ None( (placo.WheelTask)arg1) -> object :
|
|
|
9524
7829
|
"""
|
|
9525
7830
|
...
|
|
9526
7831
|
|
|
9527
|
-
b:
|
|
7832
|
+
b: numpy.ndarray # Eigen::MatrixXd
|
|
9528
7833
|
"""
|
|
9529
|
-
|
|
9530
|
-
None( (placo.Task)arg1) -> object :
|
|
9531
|
-
|
|
9532
|
-
C++ signature :
|
|
9533
|
-
Eigen::Matrix<double, -1, -1, 0, -1, -1> {lvalue} None(placo::kinematics::Task {lvalue})
|
|
7834
|
+
Vector b in the task Ax = b, where x are the joint delta positions.
|
|
9534
7835
|
"""
|
|
9535
7836
|
|
|
9536
7837
|
def configure(
|
|
@@ -9566,31 +7867,19 @@ None( (placo.Task)arg1) -> object :
|
|
|
9566
7867
|
"""
|
|
9567
7868
|
...
|
|
9568
7869
|
|
|
9569
|
-
joint:
|
|
7870
|
+
joint: str # std::string
|
|
9570
7871
|
"""
|
|
9571
|
-
|
|
9572
|
-
None( (placo.WheelTask)arg1) -> str :
|
|
9573
|
-
|
|
9574
|
-
C++ signature :
|
|
9575
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7872
|
+
Frame.
|
|
9576
7873
|
"""
|
|
9577
7874
|
|
|
9578
|
-
name:
|
|
7875
|
+
name: str # std::string
|
|
9579
7876
|
"""
|
|
9580
|
-
|
|
9581
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
9582
|
-
|
|
9583
|
-
C++ signature :
|
|
9584
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7877
|
+
Object name.
|
|
9585
7878
|
"""
|
|
9586
7879
|
|
|
9587
|
-
omniwheel:
|
|
7880
|
+
omniwheel: bool # bool
|
|
9588
7881
|
"""
|
|
9589
|
-
|
|
9590
|
-
None( (placo.WheelTask)arg1) -> bool :
|
|
9591
|
-
|
|
9592
|
-
C++ signature :
|
|
9593
|
-
bool {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7882
|
+
Omniwheel (can slide laterally)
|
|
9594
7883
|
"""
|
|
9595
7884
|
|
|
9596
7885
|
priority: str
|
|
@@ -9598,13 +7887,9 @@ None( (placo.WheelTask)arg1) -> bool :
|
|
|
9598
7887
|
Priority [str]
|
|
9599
7888
|
"""
|
|
9600
7889
|
|
|
9601
|
-
radius:
|
|
7890
|
+
radius: float # double
|
|
9602
7891
|
"""
|
|
9603
|
-
|
|
9604
|
-
None( (placo.WheelTask)arg1) -> float :
|
|
9605
|
-
|
|
9606
|
-
C++ signature :
|
|
9607
|
-
double {lvalue} None(placo::kinematics::WheelTask {lvalue})
|
|
7892
|
+
Wheel radius.
|
|
9608
7893
|
"""
|
|
9609
7894
|
|
|
9610
7895
|
def update(
|
|
@@ -9634,13 +7919,9 @@ class YawConstraint:
|
|
|
9634
7919
|
"""
|
|
9635
7920
|
...
|
|
9636
7921
|
|
|
9637
|
-
angle_max:
|
|
7922
|
+
angle_max: float # double
|
|
9638
7923
|
"""
|
|
9639
|
-
|
|
9640
|
-
None( (placo.YawConstraint)arg1) -> float :
|
|
9641
|
-
|
|
9642
|
-
C++ signature :
|
|
9643
|
-
double {lvalue} None(placo::kinematics::YawConstraint {lvalue})
|
|
7924
|
+
Maximum angle allowable by the yaw constraint (yaw is taken for x-axis of b around z-axis in a)
|
|
9644
7925
|
"""
|
|
9645
7926
|
|
|
9646
7927
|
def configure(
|
|
@@ -9660,13 +7941,9 @@ None( (placo.YawConstraint)arg1) -> float :
|
|
|
9660
7941
|
"""
|
|
9661
7942
|
...
|
|
9662
7943
|
|
|
9663
|
-
name:
|
|
7944
|
+
name: str # std::string
|
|
9664
7945
|
"""
|
|
9665
|
-
|
|
9666
|
-
None( (placo.Prioritized)arg1) -> str :
|
|
9667
|
-
|
|
9668
|
-
C++ signature :
|
|
9669
|
-
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> {lvalue} None(placo::tools::Prioritized {lvalue})
|
|
7946
|
+
Object name.
|
|
9670
7947
|
"""
|
|
9671
7948
|
|
|
9672
7949
|
priority: str
|