Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize Units #201

Open
DJDMVP opened this issue Oct 2, 2024 · 0 comments
Open

Standardize Units #201

DJDMVP opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request flight Pertaining to the physical movement of the drone good first issue Good for newcomers

Comments

@DJDMVP
Copy link
Contributor

DJDMVP commented Oct 2, 2024

Standardize Units

Problem

Some of our code uses feet some uses meters. Change them all to standard units. I recommend using meters, latitude, and longitude, or whatever dronekit naturally uses.

Solution

Units are standardized throughout our files so we don't have to guess if it is feet or meters. If there has to be multiple different types of units would not be a bad idea to label the variable names with _ft or _m.

@DJDMVP DJDMVP added enhancement New feature or request good first issue Good for newcomers flight Pertaining to the physical movement of the drone labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flight Pertaining to the physical movement of the drone good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant