Conversation
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
=========================================
Coverage ? 73.78%
=========================================
Files ? 68
Lines ? 9209
Branches ? 0
=========================================
Hits ? 6795
Misses ? 2414
Partials ? 0 Continue to review full report at Codecov.
|
chapulina
left a comment
There was a problem hiding this comment.
I like the ideas on this PR, but I suggest we move the new functions to ign-math.
cf46105 to
3d67a25
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
3d67a25 to
a370f08
Compare
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.
We should resolve the introduced deprecation warnings before merging:
https://build.osrfoundation.org/job/ignition_common-ci-pr_any-ubuntu_auto-amd64/370/gcc/
Also, I think it would be a good idea to hold on merging this until we are sure that we can remove common::Time from all existing API on other libraries.
|
@chapulina, This issue is the meta-ticket to follow all the libraries that currently are using |
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>
|
I fixed the |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
…e method 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>
|
@osrf-jenkins run tests |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
chapulina
left a comment
There was a problem hiding this comment.
LGTM with happy CI. I just have one minor comment about code duplication.
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ics/ign-common into ahcorde/std_chrono
Signed-off-by: ahcorde <ahcorde@gmail.com>
|
@osrf-jenkins run tests |
This PR is part of this issue #61. The idea it's to deprecate the class
common::Timein favor ofstd::chrono.This two functions convert from
time_pointto seconds and nanoseconds and viceversa.Signed-off-by: ahcorde ahcorde@gmail.com