public class ExcitationResponse
extends java.lang.Object
u = u0 + Hu a lam = lam0 + Hlam au0, Hu, lam0 and Hlam are computed and stored by this class, for subsequent use in computing the cost terms for various motion and force targets.
Modifier and Type | Field and Description |
---|---|
static boolean |
debugHu |
static boolean |
DEFAULT_NORMALIZE |
Constructor and Description |
---|
ExcitationResponse(TrackingController opt) |
Modifier and Type | Method and Description |
---|---|
static void |
diagMul(VectorNd diag,
MatrixNd m1,
MatrixNd out) |
VectorNd |
getLam0() |
VectorNd |
getU0() |
static void |
pointMul(VectorNd v1,
VectorNd v2,
VectorNd out) |
public static final boolean DEFAULT_NORMALIZE
public static boolean debugHu
public ExcitationResponse(TrackingController opt)