-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move local_global_conversion.py and its dependency to common repo * Refactored imports
- Loading branch information
Showing
12 changed files
with
12 additions
and
249 deletions.
There are no files selected for viewing
Submodule common
updated
11 files
+1 −1 | logger/modules/config_logger.yaml | |
+84 −0 | logger/modules/log_file_merger.py | |
+210 −0 | logger/modules/log_file_merger_helpers.py | |
+336 −0 | logger/test_log_file_merger.py | |
+133 −0 | mavlink/modules/drone_odometry_local.py | |
+100 −0 | mavlink/modules/local_global_conversion.py | |
+6 −0 | requirements.txt | |
+2 −3 | setup_project.ps1 | |
+0 −1 | setup_project.sh | |
+65 −0 | test_connection.py | |
+78 −0 | test_undervoltage.py |
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Packages listed in alphabetical order | ||
numpy | ||
opencv-python | ||
pymap3d | ||
pytest | ||
pyyaml | ||
scikit-learn | ||
|
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
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
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
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
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