Skip to content

Repository files navigation

EE 476 Quadrotor Lab

These are collection of python scripts used for quadrotor lab in course EE 476, Iowa State University.

Prepared by Fan Zhang

Installation

Make sure python, conda and git are installed on your system.

Clone the repo:
$ git clone https://github.com/fzhang327/EE476.git
Navigate to the project directory:
$ cd EE476
Create a virtual environment and activate it:
$ conda create -p ./venv/ python=3.8
$ pip install requirements.txt

Contribution

Make sure you have rights to commit and push to the repository. Create a new branch, commit your work with descriptive commit message and push

$ git checkout -b <my-branch-name> 
$ git commit -m "some new feature I worked on"
$ git push origin <my-branch-name>

And create a pull request here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages