You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Currently, installing Altro via the package manager is not working. In a new environment, pkg>add Altro leads to an error during compilation (LoadError: UndefVarError: ``QuatRotation`` not defined).
The dependency on Rotations.jl probably causes this error. I see that this is currently being worked on. I think a quick fix in the meantime would be to use RobotDynamics = “=0.4.7” in Project.toml. If [email protected] is used instead of @0.4.8 the compilation error does not occur.
Thanks,
Robert
The text was updated successfully, but these errors were encountered:
Hi,
Currently, installing Altro via the package manager is not working. In a new environment,
pkg>add Altro
leads to an error during compilation (LoadError: UndefVarError: ``QuatRotation`` not defined
).The dependency on Rotations.jl probably causes this error. I see that this is currently being worked on. I think a quick fix in the meantime would be to use
RobotDynamics = “=0.4.7”
in Project.toml. If [email protected] is used instead of @0.4.8 the compilation error does not occur.Thanks,
Robert
The text was updated successfully, but these errors were encountered: