-
Notifications
You must be signed in to change notification settings - Fork 39
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
Restart worker patch #229
Open
Adityya-K
wants to merge
10
commits into
main
Choose a base branch
from
restart_worker_patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Restart worker patch #229
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* initial commit * Made fixes * Modify home location to be part of create for flight interface and communication worker * combined all logging together * Add log_to_kml.py * Refactor for common changes * Fixed communications module imports and implemented object position local-global conversion. * Added communications logger for logging cluster estimation * Formatted python * Added communcations worker manager * Cluster estimations takes from communication to main queue * Fixed communications worker * Reformatted kml conversion * initial commit * Made fixes * Modify home location to be part of create for flight interface and communication worker * combined all logging together * Add log_to_kml.py * Refactor for common changes * Fixed communications module imports and implemented object position local-global conversion. * Added communications logger for logging cluster estimation * Formatted python * Added communcations worker manager * Cluster estimations takes from communication to main queue * Fixed communications worker * Reformatted kml conversion * Fixed logging and types in communications modules * Added timeout to communications worker * Reworded logs from communications * Reworded logs from communications * Updated cluster estimation logging --------- Co-authored-by: Davis Liu <[email protected]> Co-authored-by: Ashish Agrahari <[email protected]> Co-authored-by: Maxwell Lou <[email protected]> Co-authored-by: Evan Zhao <[email protected]>
* Implement brightspot detection * Fix detections * Add to factory method * Add multiple testing images * Separate tests into detections and no detections * Fix minor issues * Fix comments * Fix image naming * Add check for no detections * Fix constant ordering
* integrated camera_factory in video_input * added missing parameters * removed cluster estimation test file * accommodate video input for new camera factory and logger changes in common * refactor for moving camera config classes into each camera module * add comments and change empty to string to a valid iamge prefix * Fix comments * refactor video_input save_prefix to image_name, for proper use with logger.save_image * bug fix for video_input integration tests --------- Co-authored-by: Maxwell Lou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Code that type checks data going into each worker. Let me know if there is a better way to do this!