Replaced common::Time for std::chrono#41
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
|
hmm I think we should follow the tick-tock release cycle and deprecate the functions in Dome first then remove them in ignition E |
|
it could be nice to add a helper function to ign-msgs that populates msgs::Time from |
We already have some in ignition/math/Helpers.hh, so I'd suggest we add more there too. |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 77.67% 76.32% -1.35%
==========================================
Files 23 23
Lines 2302 2319 +17
==========================================
- Hits 1788 1770 -18
- Misses 514 549 +35
Continue to review full report at Codecov.
|
|
I can see some Ogre errors: @iche033 any thoughts? |
|
I started seeing those errors happening recently on our r2d2 jenkins machine. For other PRs, I just take it offline and rerun the build so the tests are run on a different machine. cc current build farmer @caguero |
chapulina
left a comment
There was a problem hiding this comment.
The public functions need to be deprecated. Be sure to add a note to the migration guide too. We don't usually test the deprecated functions so I think the tests can remain as they are.
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
chapulina
left a comment
There was a problem hiding this comment.
Still missing some deprecations, but I think we're very close
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
This PR is part of this issue gazebosim/gz-common#61. The idea it's to deprecate the class
common::Timein favor ofstd::chrono.Related with gazebosim/gz-common#90
Signed-off-by: ahcorde ahcorde@gmail.com