Closed ferrolho closed 3 years ago
It turns out that we need https://github.com/tkoolen/ValkyrieRobot.jl/pull/11 to fix a StaticArrays compatibility issue. Once that's in, then I'll fix the Interpolations compat.
I think what happened is that JuliaRegistries/General at some point added compatibility bounds to existing packages. That resulted in ValkyrieRobot.jl having an upper bound of StaticArrays 0.12, but we need StaticArrays 1.0 for...some other package (I can't quite tell). Anyway, this should all be resolved by a new ValkyrieRobot.jl release.
Understood. Thanks! :slightly_smiling_face:
Ah, never mind. There's #49 already.