- A VTOL aircraft,
LiftCruiseVTOL2D
, and its visualizatoin is added (FSimZoo, FSimPlots).
- Add
Simulator
interface for both interactive and non-interactive simulation. - Add FSimROS.jl.
- Predefined environments and controllers are detached as FSimZoo.jl. Some functionalities has been deprecated, e.g.,
CommandGenerator
. - Predefined stuffs' names are changed.
- Since v0.9.0, the core functionality of FlightSims.jl has been detached as FSimBase.jl, which also works alone!
- Since v0.9.0, the plotting tools for predefined environments has been detached as FSimPlots.jl.
- Some sub-directories, e.g.,
src/algorithms
,src/utils/approximators
have been deprecated. They will be detached as new packages if necessary.