Metadata-Version: 2.1
Name: DroneController
Version: 1.1.0
Summary: A python module that calculates thrusts for various aircrafts from all sorts of inputs. 
Home-page: https://www.github.com/treeandsea/DroneController
Author: Segelzwerg, TreeKid
Author-email: marcel.haas@hhu.de
License: GPL-3.0
Download-URL: https://github.com/treeandsea/DroneController/releases
Description: [![PyPI version](https://badge.fury.io/py/DroneController.svg)](https://badge.fury.io/py/DroneController) ![Generate Documentation](https://github.com/Segelzwerg/DroneController/workflows/Generate%20Documentation/badge.svg) ![Test and Style](https://github.com/treeandsea/DroneController/workflows/Test%20and%20Code%20Analysis/badge.svg) [![Slack](https://img.shields.io/badge/chat-onSlack-brightgreen)](https://app.slack.com/client/TSFE416AW/C0101ADT90D) [![codecov](https://codecov.io/gh/treeandsea/DroneController/branch/master/graph/badge.svg)](https://codecov.io/gh/treeandsea/DroneController) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/6a2f89128304486ba1d86b9fcd111284)](https://app.codacy.com/gh/treeandsea/DroneController?utm_source=github.com&utm_medium=referral&utm_content=treeandsea/DroneController&utm_campaign=Badge_Grade_Dashboard)
        
        # DroneController
        A service for controlling quadrocopters with various inputs.
        
        ## Dependencies
        These dependencies are not specified in the requirements because they needed to be installed on the system itselfs.
        - For displaying the uml diagrams in the documentation install `graphviz` and `asciidoctor-diagram`.
        
        For Linux: 
        ```console
        apt install graphviz
        gem install asciidoctor-diagram
        ```
        
        ## Documentation
        The documentation can be found at our [github pages](https://treeandsea.github.io/DroneController/).
        
Keywords: drone flying controller aviation
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
