ACS Ctrl Bug Bash #439
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "acs-bug-bash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes for several ACS Ctrl Bugs and additions of smaller features
WIP: ACS Ctrl Bug Bashto ACS Ctrl Bug Bash@ -71,0 +59,4 @@
VectorOperations<double>::maxAbsValue(dipolMomentActuatorDouble, 3, &maxIdx);
double maxAbsValue = abs(dipolMomentActuatorDouble[maxIdx]);
if (maxAbsValue > maxDipol) {
double scalingFactor = maxDipol / maxAbsValue;
div by 0 ?