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
chapulina
left a comment
There was a problem hiding this comment.
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.
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