Releases: Mizu49/FlexibleSpacecraft.jl
Releases · Mizu49/FlexibleSpacecraft.jl
Release v0.0.2
Features implemented
- Refine the attitude calculation feature based on the rigid spacecraft body model
- Implement a disturbance input features
- Update the plot features
- Implement the data handling feature
- Implement the CLI system for usability
- Add more detailed documentation
Related issues and PRs
What's Changed
- Implement simulation function 'runsimulation()' by @Mizu49 in #52
- Reorganize and modify test scripts for the future development by @Mizu49 in #68
- Add submodule
Evaluation.jl
for simulation evaluation by @Mizu49 in #69 - Improvement on parameter setting API by @Mizu49 in #73
- Add docs on
main.jl
by @Mizu49 in #77 - Implemented euler angle calculations by @Mizu49 in #82
- Implement API for setting of initial values by @Mizu49 in #84
- Modify disturbance configuration API and other parameter API by @Mizu49 in #85
- Improve docs for the package by @Mizu49 in #87
- Improve attitude calculation features by @Mizu49 in #88
- Implement tabular data handling API by @Mizu49 in #89
- Reorganize the dependencies of
FlexibleSpacecraft.jl
and modifyDockerfile
by @Mizu49 in #92 - Implemented the CLI system for
FlexibleSpacecraft.jl
by @Mizu49 in #95 - Release v0.0.2 by @Mizu49 in #97
Full Changelog: v0.0.1...v0.0.2
`FlexibleSpacecraft.jl` Pre-release v0.0.1
New features
- LVLH frame
- Orbital elements
- Gravity disturbance torque
- Minor update of plot recipe