cuckoo_time_translator
cuckoo_time_translator copied to clipboard
algorithms for synchronizing clocks
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...
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...
Content
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 +...