Aetherios Vehicle Analysis (AVA) - vehicle flight simulations (stability, altitude, etc.)
This repository provides a Conda environment setup for the Aetherios Vehicle Analysis project. The environment includes all necessary dependencies for running simulations, data analysis, and visualization tasks related to vehicle performance and dynamics.
- Conda : Ensure that you have Conda installed on your system. You can install either Anaconda or Miniconda based on your preference.
Use the provided environment.yaml
file to create the environment. Run the following in the folder environment.yaml
is located in:
conda env create -f environment.yaml
Then run the following to activate:
conda activate aetherios_vehicle_analysis-env