I am working on a multibody dynamics simulation, and was looking to use ModelingToolkit.jl along with Multibody.jl
The specific problem I am working on involves an externally solved mapping of joint variables to spatial coordinates via interpolation. My question is, does Multibody.jl or another library (preferably compatible with ModelingToolkit.jl) support an external definition for a joint’s behavior? From what I gathered it seems that Multibody.jl does not support this, but I am not too familiar with the package.
Multibody.jl is ongoing a very large refactoring to make use of the MTK compiler rather than the previous JuliaSimCompiler. Until this refactoring is done, the package is not officially working.
It sounds like the functionality you are looking for is “prescribed motion”?
The MTK compiler is what you are, and always have been, using if you’re using MTK normally, it’s invoked with mtkcompile. Multibody.jl used to use a different compiler.