RoboticExplorationLab / Altro.jl

MIT License
139 stars 41 forks source link

Installation fails #52

Open rlefringhausen opened 3 months ago

rlefringhausen commented 3 months ago

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 RobotDynamics@0.4.7 is used instead of @0.4.8 the compilation error does not occur. Thanks, Robert