-
Notifications
You must be signed in to change notification settings - Fork 41
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
Merge 6 ➡️ 7 #594
Merge 6 ➡️ 7 #594
Conversation
Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Steve Peters <[email protected]>
This cleans up physics tests in a few ways: Consolidate TestUtilities.hh and test/Utils.hh Move test headers to test/include/test Move mock headers to test/include/mock Create an INTERFACE library for test/mock headers that sets common compiler definitions as well as common libraries to link against Remove all instances of hardcoded world names or resource names and instead use constants. Signed-off-by: Michael Carroll <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
looks like the include path for |
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## gz-physics7 #594 +/- ##
===============================================
- Coverage 77.83% 77.76% -0.08%
===============================================
Files 140 140
Lines 7772 7788 +16
===============================================
+ Hits 6049 6056 +7
- Misses 1723 1732 +9 ☔ View full report in Codecov by Sentry. |
include/gz/physics/config.hh.in
Outdated
@@ -27,6 +27,7 @@ | |||
|
|||
#define GZ_PHYSICS_VERSION "${PROJECT_VERSION}" | |||
#define GZ_PHYSICS_VERSION_FULL "${PROJECT_VERSION_FULL}" | |||
#define GZ_PHYSICS_VERSION_NAMESPACE v${PROJECT_VERSION_MAJOR} |
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.
the fact that this macro wasn't defined was a mistake, but defining it now changes ABI
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.
reported in gazebosim/gz-cmake#412
This reverts commit 1016539. Signed-off-by: Michael Carroll <[email protected]>
1016539 has been reverted, so let's sync with |
Signed-off-by: Michael Carroll <[email protected]>
➡️ Forward port
Port
gz-launch6
togz-launch7
Branch comparison: gazebosim/gz-launch@gz-launch7...gz-launch6
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)