csv-compare
csv-compare copied to clipboard
Incorrect handling of trajectory endpoints
We have been seeing some issues with the false-negatives in the endpoints of some trajectory comparisons. It usually happens when the signal have a "high" derivative.
For example:
You can see that the bounds calculation doesn't account for the derivative of the trajectory at the end point. The two results are very close and should be accepted.
Example files can be found here: https://gist.github.com/jon-modelon/656e05349415bb2776a8
Command:
Compare.exe -o -m csvFileCompare -r . -t 0.001 --inline actual.csv expected.csv
Version:
Compare.exe --help CSV File Comparison Tool v2.0.0-rel Copyright ? 2015 ITI GmbH