Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Project runner - #2

Open
skywalkerisnull wants to merge 4 commits into
NorthStarUAS:masterfrom
skywalkerisnull:project_runner
Open

Project runner#2
skywalkerisnull wants to merge 4 commits into
NorthStarUAS:masterfrom
skywalkerisnull:project_runner

Conversation

@skywalkerisnull

Copy link
Copy Markdown

List of things I did:

  • The python scripts were not able to be imported into another python script if they had hyphens in their names, so all python scripts were renamed (most files have not been touched, only renamed)
  • DJI Phantom 4 FC330 camera was added
  • An importing proxy was created to allow for import into the project runner script. Now there is a single script that can run the project from end to end. A few TODOs were added as required and should be completed in the future.
  • The scripts that were required to be used in the standard project run have had a large function created, and an if __name__ == "__main__" added to still run from command line, and be called from other modules.
  • Try/Except loop added to a flakey module.

@skywalkerisnull
skywalkerisnull marked this pull request as ready for review August 2, 2019 06:14
@skywalkerisnull

Copy link
Copy Markdown
Author

I think a future version of this I would make the command line arguments into an object (that also could be loaded from a config file of some description) and pass the object to each of the functions rather than the quick mechanism that I have used right now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant