Closed mxgrey closed 2 years ago
Merging #81 (5b9ab37) into main (439eba0) will increase coverage by
0.01%
. The diff coverage is58.82%
.
@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 23.14% 23.16% +0.01%
==========================================
Files 370 370
Lines 30583 30597 +14
Branches 14262 14265 +3
==========================================
+ Hits 7079 7088 +9
- Misses 14103 14106 +3
- Partials 9401 9403 +2
Flag | Coverage Δ | |
---|---|---|
tests | 23.03% <58.82%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
rmf_traffic/src/rmf_traffic/agv/Interpolate.cpp | 50.29% <58.82%> (+1.26%) |
:arrow_up: |
Some real-world cases have demonstrated that the time interpolation calculation is expecting too much precision in its floating point calculations. This PR loosens that to reduce (hopefully eliminate) the risk of numerical precision edge cases.