unl-nimbus-lab / pymavswarm

Python library used to safely control drone swarms and drone fleets with MAVLink

Home Page:https://pymavswarm.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Up Usage of Public and Private Class Variables

evan-palmer opened this issue · comments

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.