treeandsea / DroneController

A service for controlling quadrocopters with various inputs.
GNU General Public License v3.0
2 stars 0 forks source link

Implement Request Handler #20

Open Segelzwerg opened 4 years ago

Segelzwerg commented 4 years ago

Is your feature request related to a problem? Please describe. The is currently no RequestHandler implemented. Without we can use the DroneController at all.

Describe the solution you'd like There is a description in the documentation. But a brief summary: It expects different dictionaries ranging from user input to an expected DroneState. It has an optional parameter for redirect url.

Segelzwerg commented 4 years ago

I will do keyboard input.