We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fcadb commit f1ca87dCopy full SHA for f1ca87d
FprimeZephyrReference/Components/DetumbleManager/DetumbleManager.cpp
@@ -48,7 +48,8 @@ bool DetumbleManager::executeControlStep() {
48
49
this->prevMgField = mgField;
50
51
- // Then apply the dipole moment here, gonna have to figure that out.
+ this->setDipoleMoment(dpMoment);
52
+
53
return true;
54
}
55
void DetumbleManager::setDipoleMoment(Drv::DipoleMoment dpMoment) {
0 commit comments