Added many Joints. Parse asmt file.

This commit is contained in:
Aik-Siong Koh
2023-07-16 22:00:07 -06:00
parent 718b17a2cf
commit 80bb812075
220 changed files with 5845 additions and 189 deletions

View File

@@ -12,6 +12,16 @@ void ConstVelConstraintIJ::calcPostDynCorrectorIteration()
aG = aA01IeJe->aAijIeJe + aA10IeJe->aAijIeJe - aConstant;
}
void MbD::ConstVelConstraintIJ::initA01IeJe()
{
assert(false);
}
void MbD::ConstVelConstraintIJ::initA10IeJe()
{
assert(false);
}
void ConstVelConstraintIJ::initialize()
{
this->initA01IeJe();
@@ -37,11 +47,6 @@ void ConstVelConstraintIJ::postInput()
Constraint::postInput();
}
ConstraintType ConstVelConstraintIJ::type()
{
return ConstraintType();
}
void ConstVelConstraintIJ::postPosICIteration()
{
aA01IeJe->postPosICIteration();