-
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
ign -> gz Migrate Ignition Headers : gz-math #483
Conversation
Codecov Report
@@ Coverage Diff @@
## ign-math6 #483 +/- ##
==========================================
Coverage 99.68% 99.68%
==========================================
Files 73 73
Lines 6913 6913
==========================================
Hits 6891 6891
Misses 22 22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
a46935b
to
fd1ffb9
Compare
I've been looking at the abichecker CI failures, and I think it's a problem that the classes are defined in the We can use the |
0fad0f7
to
0fc7ef2
Compare
I got this to work, and I'll copy paste my notes regarding my approach here:
|
0fc7ef2
to
1d94041
Compare
1d94041
to
90dcc7c
Compare
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.
Great work, the general idea is ok to me, I just have some minor comments / questions
test/integration/deprecated_TEST.cc
Outdated
// Make sure the ignition namespace still works | ||
TEST(Deprecated, IgnitionNamespace) | ||
{ | ||
gz::math::Angle angle; |
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.
Should this be
gz::math::Angle angle; | |
ignition::math::Angle angle; |
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
90dcc7c
to
612cccb
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
612cccb
to
6925fe9
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
6925fe9
to
2b65247
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
See: gazebo-tooling/release-tools#784