Skip to content

Repository files navigation

CrazyFlie-Sim-Framework

A Simulation framework for the CrazyFlie used for the 5th year masters project

Setting up repo

Clone repo by running:

git clone https://github.com/mBerdal/CrazyFlie-Sim-Framework

Requirements (with download links)

Programming conventions for contributors

  • Class names: CamelCase

  • Variable names: separate_words_with_underscores

  • Type hinting: use type hinting for better self-documenting code

    def type_hint_example(input: int) -> int:
      return input + 1
    

About

A Simulation framework for the CrazyFlie used for the 5th year masters project

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages