public class MotionTerm
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEFAULT_NORMALIZE | 
| static boolean | DEFAULT_NORMALIZE_H | 
| static boolean | DEFAULT_USE_KKT_FACTORANDSOLVE | 
| static boolean | DEFAULT_USE_TIMESTEP_SCALING | 
| static boolean | DEFAULT_USE_TRAPEZOIDAL_SOLVER | 
| Constructor and Description | 
|---|
| MotionTerm(TrackingController opt) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose() | 
| void | getJacobian(MatrixNd H) | 
| void | getVbar(VectorNd b) | 
| void | setWeight(double w) | 
public static final boolean DEFAULT_NORMALIZE
public static boolean DEFAULT_USE_TIMESTEP_SCALING
public static boolean DEFAULT_USE_KKT_FACTORANDSOLVE
public static boolean DEFAULT_USE_TRAPEZOIDAL_SOLVER
public static boolean DEFAULT_NORMALIZE_H
public MotionTerm(TrackingController opt)