treeandsea / DroneController

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

Implement JsonWrapper #25

Open Segelzwerg opened 4 years ago

Segelzwerg commented 4 years ago

Is your feature request related to a problem? Please describe. Long term this project should be able to run as a standalone service. So we will need to wrap a DroneState #21 as json object.

Describe the solution you'd like Use the key-value-pairs from dictionary and put them in a json object.