-
Notifications
You must be signed in to change notification settings - Fork 100
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
sdf12 to sdf13 #1200
Merged
Merged
sdf12 to sdf13 #1200
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
The CMAKE_INSTALL_*DIR variables may be absolute, in which case they must not be concatenated with CMAKE_INSTALL_PREFIX. If an absolute path is needed, CMAKE_INSTALL_FULL_*DIR must be used. In other cases, more complex logic may be required to make packages relocatable in the case that CMAKE_INSTALL_*DIR is relative. This patch replaces the custom LIB_INSTALL_DIR and BIN_INSTALL_DIR variables with the standard GNUInstallDirs variables throughout the code. The custom variables are still honored if specified manually. Signed-off-by: Ben Wolsieffer <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
* Added camera info topic to Camera Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Added |
Signed-off-by: ahcorde <[email protected]>
ahcorde
force-pushed
the
ahcorde/sdf12_to_sdf13
branch
from
November 16, 2022 12:55
e9c8c6d
to
74fe572
Compare
Codecov Report
@@ Coverage Diff @@
## sdf13 #1200 +/- ##
=======================================
Coverage 87.50% 87.50%
=======================================
Files 124 124
Lines 16079 16096 +17
=======================================
+ Hits 14070 14085 +15
- Misses 2009 2011 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
azeey
approved these changes
Nov 16, 2022
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.
➡️ Forward port
Port sdf12 to sdf13
Branch comparison: sdf13...sdf12
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)