Rackscrew.asmt now runs.

Other changes to ignore assembly.asmt
git cleanup
This commit is contained in:
Aik-Siong Koh
2023-12-03 20:30:53 -07:00
committed by Brad Collette
parent 5671994528
commit 3901de64a6
19 changed files with 369 additions and 395 deletions

View File

@@ -26,18 +26,19 @@ void sharedptrTest();
int main()
{
ASMTAssembly::runFile("../testapp/RevRevJt.asmt");
ASMTAssembly::runFile("../testapp/RevCylJt.asmt");
ASMTAssembly::runFile("../testapp/CylSphJt.asmt");
ASMTAssembly::runFile("../testapp/SphSphJt.asmt");
//MBDynSystem::runFile("../testapp/MBDynCase(Cosine-half drive).mbd");
//MBDynSystem::runFile("../testapp/MBDynCase(Sine-forever drive).mbd");
MBDynSystem::runFile("../testapp/MBDynCase(Cosine-half drive).mbd");
MBDynSystem::runFile("../testapp/MBDynCase(Sine-forever drive).mbd");
MBDynSystem::runFile("../testapp/MBDynCase9orig.mbd"); //SimulationStoppingError
MBDynSystem::runFile("../testapp/MBDynCase8orig.mbd"); //Incompatible geometry at t=3.15
MBDynSystem::runFile("../testapp/MBDynCase5orig.mbd"); //Test Product::integrateWRT
ASMTAssembly::readWriteFile("../testapp/Gears.asmt");
ASMTAssembly::readWriteFile("../testapp/anglejoint.asmt");
ASMTAssembly::readWriteFile("../testapp/constvel.asmt");
//ASMTAssembly::readWriteFile("../testapp/rackscrew.asmt"); //ToDo new joint
ASMTAssembly::readWriteFile("../testapp/rackscrew.asmt");
ASMTAssembly::readWriteFile("../testapp/planarbug.asmt");
MBDynSystem::runFile("../testapp/InitialConditions.mbd");
MBDynSystem::runFile("../testapp/SphericalHinge.mbd");