-
Notifications
You must be signed in to change notification settings - Fork 295
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
Replaced common::Time for std::chrono #309
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
This looks good to me. There are some test failure fixes that seem unrelated to the time changes and could go on a separate PR. We also need to wait for upstream releases.
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
0288f48
to
207e508
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
207e508
to
fef2fcc
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ics/ign-gazebo into ahcorde/std_chrono
@osrf-jenkins run tests |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ics/ign-gazebo into ahcorde/std_chrono
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## master #309 +/- ##
=======================================
Coverage 77.19% 77.19%
=======================================
Files 200 200
Lines 10709 10709
=======================================
Hits 8267 8267
Misses 2442 2442
Continue to review full report at Codecov.
|
is it the bottle updated on osx? |
I see that osrf/homebrew-simulation#1154 was merged 11 hours ago. Retriggered the homebrew build 🤞 |
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.
CI is happy, good to go! 🚢
This PR is part of this issue gazebosim/gz-common#61. The idea it's to deprecate the class
common::Time
in favor ofstd::chrono
.Related with
Signed-off-by: ahcorde ahcorde@gmail.com