This is my first project on github! Backyar Flyer Project Using Udacity simulator I will be able to solve this project In which I fly my Quardcopter in Square shape making discions
Here is short list of Creating Envirement Setup
Step1
install miniconda3
Step2Clone the repository and move to FCND-Term1-Starter-Kit
git clone --recursive https://github.com/pyadmell/flying-car-udacity.git
Step3cd your_destination_name/FCND-Term1-Starter-Kit
step4miniconda environment
conda env create -f environment.yml
Step5Verify the fcnd environment
conda info --envs
Step6 Activate fcnd conda environment
Step7source activate fcnd