Bump compat for GeometryBasics, MeshCat, Mux, and OrderedCollections#66
Conversation
|
The CI tests for this PR are failing because they require JuliaRobotics/MechanismGeometries.jl#31 to be merged and also MechanismGeometries.jl |
|
Hmm, I believe the problem is now due to RigidBodyDynamics.jl not being up-to-date. However, this is a chicken-and-egg kind of situation, because JuliaRobotics/RigidBodyDynamics.jl#629 requires this MeshCatMechanisms.jl PR. Btw, the reason why the tests fail on JuliaRobotics/RigidBodyDynamics.jl#629 (at least on my local machine) is because of the notebook tests, not the library itself. I have updated each notebooks' manifest, but some of them (e.g., notebook 4) can't resolve MeshCat v0.14 because that would require this MeshCatMechanisms.jl PR. |
| MeshCat = "0.13" | ||
| Mux = "0.7.1" | ||
| MeshCat = "0.13, 0.14" | ||
| Mux = "0.7" |
There was a problem hiding this comment.
I think we need the 0.7.1 here since there was some issue with 0.7
|
Ok, makes sense. I'm fine with merging this to unblock things once the mux compat is resolved |
No description provided.