A Simulation framework for the CrazyFlie used for the 5th year masters project
Clone repo by running:
git clone https://github.com/mBerdal/CrazyFlie-Sim-Framework
-
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