weight
Input value for copp.objective.thermal_energy. See Description for accepted shape and constraints.
objective = copp.objective.thermal_energy(weight, normalize)
Returns a torque energy style objective. NORMALIZE is a per-axis nonnegative vector with length dim=robot.dim; it may be 1-by-dim or \(\mathrm{dim} \times 1\) and is stored as a \(\mathrm{dim} \times 1\) double column. If no inverse-dynamics callback is installed on the Robot, the native solver uses point dynamics \(\tau = \ddot{q}\).
weightInput value for copp.objective.thermal_energy. See Description for accepted shape and constraints.
normalizeInput value for copp.objective.thermal_energy. See Description for accepted shape and constraints.
objectiveReturned value from copp.objective.thermal_energy. See Description for its shape and meaning.