Skip to content

Commit f1ca87d

Browse files
committed
.
1 parent 59fcadb commit f1ca87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FprimeZephyrReference/Components/DetumbleManager/DetumbleManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ bool DetumbleManager::executeControlStep() {
4848

4949
this->prevMgField = mgField;
5050

51-
// Then apply the dipole moment here, gonna have to figure that out.
51+
this->setDipoleMoment(dpMoment);
52+
5253
return true;
5354
}
5455
void DetumbleManager::setDipoleMoment(Drv::DipoleMoment dpMoment) {

0 commit comments

Comments
 (0)