treeandsea / DroneController

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

Feature/request handler #28

Closed Segelzwerg closed 4 years ago

Segelzwerg commented 4 years ago

This implements part of the request handler. The request handler will be able to pass keyboard input to the thrust calculator and request calculation.

closes #20

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into develop will increase coverage by 0.13%. The diff coverage is 96.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #28      +/-   ##
===========================================
+ Coverage    95.78%   95.91%   +0.13%     
===========================================
  Files           11       13       +2     
  Lines          332      392      +60     
===========================================
+ Hits           318      376      +58     
- Misses          14       16       +2     
Impacted Files Coverage Δ
...drone_controller/input_layer/test_drone_physics.py 100.00% <ø> (ø)
...rc/drone_controller/input_layer/request_handler.py 92.30% <92.30%> (ø)
src/drone_controller/exception/exceptions.py 100.00% <100.00%> (ø)
...one_controller/input_layer/test_request_handler.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a303542...a303542. Read the comment docs.

Segelzwerg commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- src/drone_controller/input_layer/request_handler.py  3

See the complete overview on Codacy