Open rhaschke opened 2 years ago
For both solvers residual/violation can be calculated easily.
Importance can only be calculated in the HQP solver (?). While iteration over the hierarchy, tasks occurring in later levels as null-space constraints will be assigned multiple importance values. How do we treat these?
Importance can only be calculated in the HQP solver (?).
Yes.
While iterating over the hierarchy, tasks occurring in later levels as null-space constraints will be assigned multiple importance values. How do we treat these?
I suggest keeping the first solution's values only.
Simplify Task class hierarchy. Currently, you distinguish between Task and TaskDesc. I suggest merging them, having finally the following members:
T_c
) + goal (role ofT_t
) ?)These are updated during
compute()
:These are updated during
solve()
and will allow for convergence check: