added remaining asmt file tests

This commit is contained in:
John Dupuy
2023-09-28 13:33:57 -05:00

View File

@@ -27,13 +27,13 @@ void runSpMat();
int main()
{
ASMTAssembly::runFile("piston.asmt");
//ASMTAssembly::runFile("00backhoe.asmt");
//ASMTAssembly::runFile("circular.asmt");
ASMTAssembly::runFile("00backhoe.asmt");
ASMTAssembly::runFile("circular.asmt");
//ASMTAssembly::runFile("cirpendu.asmt"); //Under constrained. Testing ICKine.
//ASMTAssembly::runFile("engine1.asmt");
//ASMTAssembly::runFile("fourbar.asmt");
//ASMTAssembly::runFile("fourbot.asmt");
//ASMTAssembly::runFile("wobpump.asmt");
ASMTAssembly::runFile("engine1.asmt");
ASMTAssembly::runFile("fourbar.asmt");
ASMTAssembly::runFile("fourbot.asmt");
ASMTAssembly::runFile("wobpump.asmt");
auto cadSystem = std::make_shared<CADSystem>();
cadSystem->runOndselDoublePendulum();