paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

Using logging module instead of raw print statements #116

Closed MJafarMashhadi closed 4 years ago

MJafarMashhadi commented 4 years ago

I was going to implement the new request messages (as I asked on gitter) in this library and make a PR. While doing that I found some opportunities for refactoring the code and making the API more usable. In this PR I:

I have made more changes which I kept out of this PR becuase they might change the API slightly. I have to double check how they are used in the main paparazzi repo before merging so not to break any functionalities.

Thanks!

MJafarMashhadi commented 4 years ago

Thank you!