cuckoo_time_translator icon indicating copy to clipboard operation
cuckoo_time_translator copied to clipboard

algorithms for synchronizing clocks

Results 4 cuckoo_time_translator issues
Sort by recently updated
recently updated
newest added

To correlate what we see in the ctt_introspect plot with other sources (journald, logs) I figured it might be nice to have absolute timestamps shown rather than offsets wrt start...

enhancement

Hi @HannesSommer Thanks again for your library. We ran `cct_introspect.py` to visualize the performance of our time translation. Our system consists of various sensors, event stamped on an Arduino 101,...

As noted in https://github.com/ethz-asl/ethzasl_xsens_driver/issues/52 I added the time translator to a cpp driver for xsens IMUs. It seems to work fine, but when I plot the duration between the translated...

We should at least know about existing code before redoing work or missing to integrate useful bits. Currently we've got: 1. Paul's implementation of a simple convex hull algorithm +...