-
Notifications
You must be signed in to change notification settings - Fork 69
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
Bumps in ionic: use gz-cmake4, gz-utils3 #562
Conversation
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
src/Quaternion_TEST.cc
Outdated
q.Axis(0, 1, 0, GZ_PI); | ||
EXPECT_EQ(q, math::Quaterniond(6.12303e-17, 0, 1, 0)); | ||
|
||
// Deprecated in gz-math7 | ||
// Deprecated in gz-math8 |
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.
revert this comment change, and instead prepare to deprecate the related code
I merged the gz-utils3 pull requests and restarted the homebrew build since I think it may pass |
homebrew build is happy; I think we need nightlies of gz-utils3 next |
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## main #562 +/- ##
==========================================
+ Coverage 94.53% 96.18% +1.64%
==========================================
Files 144 143 -1
Lines 9626 9826 +200
==========================================
+ Hits 9100 9451 +351
+ Misses 526 375 -151 |
See gazebo-tooling/release-tools#1027