unl-nimbus-lab / pymavswarm

Python library used to safely control drone swarms and drone fleets with MAVLink
https://pymavswarm.readthedocs.io
GNU General Public License v3.0
17 stars 5 forks source link

Clean Up Usage of Public and Private Class Variables #58

Closed evan-palmer closed 2 years ago

evan-palmer commented 2 years ago

Is your feature request related to a problem? Please describe. There currently isn't a standard for public and private class variables. This can make it confusing for new developers to contribute toward the project.

Describe the solution you'd like Clean up the usage of all public and private class variables to ensure consistency across the codebase.