OptimalControlCommandFeedback#
rb::OptimalControlCommandFeedback is the leaf feedback type for
optimal-control commands.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Report optimization costs for an optimal-control command. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Read the total optimization cost. |
This is the main scalar summary. |
|
Read the COM objective cost. |
Useful when COM tracking is active. |
|
Read detailed cost breakdowns. |
Useful when tuning target weights. |
Returned Values & Units
Accessor |
Unit / encoding |
Notes |
|---|---|---|
|
Dimensionless |
Total objective value reported by the optimizer. |
|
Dimensionless |
Per-target Cartesian cost terms. |
|
Dimensionless |
COM objective contribution. |
|
Dimensionless |
Per-joint position cost terms. |
Detailed Reference
-
class OptimalControlCommandFeedback : public rb::CommandFeedback#
Related Types
Examples
optimal_control.cpp