add runOndselDoublePendulum for simple case

This commit is contained in:
Aik-Siong Koh
2023-09-26 14:03:05 -06:00
parent 11cbcffacf
commit 2b1ec21b3a
16 changed files with 230 additions and 37 deletions

View File

@@ -64,6 +64,11 @@ void PartFrame::setqE(FColDsptr x) {
qE->copyFrom(x);
}
void MbD::PartFrame::setaAap(FMatDsptr mat)
{
qE = mat->asEulerParameters();
}
FColDsptr PartFrame::getqE() {
return qE;
}