-
Notifications
You must be signed in to change notification settings - Fork 103
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
sdf9 to sdf12 #1199
sdf9 to sdf12 #1199
Conversation
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 <benwolsieffer@gmail.com> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* Added camera info topic to Camera Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@azeey I added the new element to 1.8-1.10 .sdf files as well as updating |
Codecov Report
@@ Coverage Diff @@
## sdf12 #1199 +/- ##
=======================================
Coverage 92.01% 92.02%
=======================================
Files 79 79
Lines 13058 13071 +13
=======================================
+ Hits 12015 12028 +13
Misses 1043 1043
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
➡️ Forward port
Port sdf9 to sdf12
Branch comparison: sdf12...sdf9
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)