fix runDragStep

This commit is contained in:
Aik-Siong Koh
2024-06-11 17:33:40 -05:00
parent fb4d7daae2
commit a36daffb8d
17 changed files with 609 additions and 45 deletions

View File

@@ -25,11 +25,9 @@ void sharedptrTest();
int main()
{
ASMTAssembly::runDraggingLogTest3();
ASMTAssembly::runDraggingLogTest2();
ASMTAssembly::runDraggingLogTest();
ASMTAssembly::runDraggingTest2();
ASMTAssembly::runDraggingTest3();
ASMTAssembly::runDraggingTest();
//ASMTAssembly::runFile("../testapp/pistonWithLimits.asmt");
ASMTAssembly::runFile("../testapp/pistonAllowZRotation.asmt");
ASMTAssembly::runFile("../testapp/Schmidt_Coupling_Ass_1-1.asmt");
ASMTAssembly::runFile("../testapp/RevRevJt.asmt");