Hello all,
I am new to Julia, now on version 1.12.2 on Linux/Debian version 13.2.
Played around with it and with Dyad.
Now trying to use the Pendulum example from Multibody.jl
I can do add and then using ModelingToolkit, but adding Multibody fails. Same with JuliaSimCompiler.
The error is:
Updating registry at `~/.julia/registries/DyadRegistry.toml`
ERROR: The following package names could not be resolved:
* Multibody (not found in project, manifest or registry)
What am I doing wrong?
Regards, Sietse
PS.
In Dyad, in Julia-Based Component Libraries there is mentioning of using Multibody.jl.
It says it could be used using " the external components definition".
But how?