Hi everyone,
I’m currently setting up `RigidBodySim.jl` and `RigidBodyDynamics.jl` on a modern macOS system (MacBook Air M2, macOS Sonoma) using Julia 1.9.4 and 1.10.2.
My goal is to get a complete and stable simulation setup *including browser-based visualization* via `MeshCatMechanisms.jl`.
So far, I ran into a few problems related to package compatibility (e.g. `AdaptStaticArraysExt` errors, version mismatches) and would love to hear from anyone who has a working setup.
### Specific questions:
- What’s the latest Julia version that works reliably with:
-
`RigidBodySim.jl`
-
`RigidBodyDynamics.jl`
-
`MeshCat.jl`, `MeshCatMechanisms.jl`
-
`StaticArrays.jl`, `Colors.jl`
- Is there a known-good combination of `Project.toml` and `Manifest.toml` for these packages?
- Is the MeshCat-based browser visualization workflow still supported in the current ecosystem?
- Any tips from people using this in teaching or research?
### My setup:
- macOS Sonoma
- Julia 1.9.4 (and 1.10.2 tested)
- Apple Silicon (M2)
- Installed via GitHub master branches (RigidBodySim, MeshCat, etc.)
I already posted an [issue here on GitHub]( Recommended setup for RigidBodySim.jl with browser-based visualization (Julia 1.9+ on macOS) · Issue #131 · JuliaRobotics/RigidBodySim.jl · GitHub ), but the project hasn’t been active lately. Any help or updated guidance would be much appreciated!
Thanks a lot in advance