-
Notifications
You must be signed in to change notification settings - Fork 0
Implement YOLO, Preprocess, Pipeline, Aggregator, update Mapping #238
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
Merged
Conversation
This file contains hidden or 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 42 out of 49 changed files in this pull request and generated no comments.
Files not reviewed (7)
- CMakeLists.txt: Language not supported
- configs/dev.json: Language not supported
- configs/jetson.json: Language not supported
- deps/onnxruntime/onnxruntime.cmake: Language not supported
- src/CMakeLists.txt: Language not supported
- src/core/CMakeLists.txt: Language not supported
- src/cv/CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (1)
include/network/gcs_routes.hpp:188
- [nitpick] The route handle name 'oh, shit' is unprofessional and may not be appropriate for production code. Consider renaming it to a more descriptive and professional identifier.
DEF_GCS_HANDLE(Get, oh, shit);
Implement Refueling + Tick restructuring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…pp into feat/cv-everything-airdrop
Change airdrop to use Ardupilot RELAY2_FUNCTION
Mapping Integration
Add tick state route handler
Merged
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.
Should be merged concurrently with tritonuas/gcs#150 tritonuas/protos#10 tritonuas/udp_squared#2 (things will break if we don't)
Closes master issue #219 with subissues #243 #244 #245 #246
Combines PR #234 and #236
To summarize, these are all of the changes
The CV models should be placed under
models/
and they can be found hereYOLO:
Preprocess:
Pipeline:
Aggregator:
GCS Routes:
get/targets/all
sends down everything that the aggregator has processed so far (and clears the queue)post/targets/matched
is used after we manually matched the targets in GCSMapping:
Misc:
feat/protoupdate
branch (Update Protos Struct #246 Update Airdrop protobuf structs protos#9)