Hi guys,
I want to let you know that I have just started to code a new package for Julia.
It is called Rotations.jl (
https://github.com/ronisbr/Rotations.jl).
My idea is to add all functions related to rotations of coordinate frames, which is very useful for aerospace applications, robotics, etc.
By now, I have only implemented two functions:
angle2dcm: Convert Euler Angles to Direct Cosine Matrix;
dcm2angle: Convert Direct Cosine Matrix to Euler Angles.
I expect to expand this project to contain a lot of functions related to DCM, Quaternions, Rodriguez parameters, etc.
I have been using MATLAB for a long time and now I'm planning to start a project here at my Institution to test Julia.
This project will need a lot of rotations of coordinate frames and, since I have not found any available package for Julia yet, then I started to code one :)
I would appreciate any comments or suggestions to improve this package.
By the way, how can I make this a registered package of Julia?
Best regards,
Ronan