Skip to content

v0.5.1

Choose a tag to compare

@ronisbr ronisbr released this 09 Mar 17:59
· 228 commits to master since this release
  • The conversion from DCM to Euler Angle and Axis had a bug when an identity DCM was being used. In this case, the returned axis was [NaN, NaN, NaN], when the correct is [0, 0, 0].
  • The test coverage was highly improve, reaching more than 97% of the code.
  • All the colors in printing functions are now handled by the package Crayons.jl.