You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess basic_holds_library.p is the file for testing library functionalities of CALM. When compiling it, there is a Java exception
Exception in thread "main" edu.ttu.krlab.alm.ALMCompilerPermanentFailure: PROGRAM FAILURE: [Creating Char Stream] Failure Not Handled Gracefully yet.
at edu.ttu.krlab.alm.ALMCompiler.IMPLEMENTATION_FAILURE(ALMCompiler.java:317)
at edu.ttu.krlab.alm.ALMModuleManager.resolveModules(ALMModuleManager.java:177)
at edu.ttu.krlab.alm.ALMCompiler.Compile(ALMCompiler.java:142)
at edu.ttu.krlab.alm.ALMCompiler.main(ALMCompiler.java:110)
There is an import statement in asic_holds_library.p
import basic_holds from basic_motion_library
But I don't find basic_motion_library. So, maybe you missed the library file in the new distribution? If so, which folder it has to be put into, the library/ ?
The text was updated successfully, but these errors were encountered:
I had forgotten to upload the directory with the two files in it It is uploaded now. I will leave this issue open until we decide that what was uploaded looks good enough to distribute.
I guess basic_holds_library.p is the file for testing library functionalities of CALM. When compiling it, there is a Java exception
There is an import statement in asic_holds_library.p
But I don't find basic_motion_library. So, maybe you missed the library file in the new distribution? If so, which folder it has to be put into, the library/ ?
The text was updated successfully, but these errors were encountered: