setmotionJoint and TranslationLimit

This commit is contained in:
Aik-Siong Koh
2024-04-03 13:56:16 -06:00
committed by PaddleStroke
parent bc16f218da
commit 994f90d7ae
8 changed files with 50 additions and 1 deletions

View File

@@ -87,6 +87,11 @@ void MbD::ASMTLimit::createMbD(std::shared_ptr<System> mbdSys, std::shared_ptr<U
limitIJ->tol = geotol->getValue();
}
void MbD::ASMTLimit::setmotionJoint(std::string _motionJoint)
{
motionJoint = _motionJoint;
}
void MbD::ASMTLimit::settype(std::string _type)
{
type = _type;