+ /**
+ * Initialisation. Calling this function is optional, but strongly encouraged
+ * if you want to get right results.
+ * @param init_ticks_left Initial ticks of left wheel used to calculate the
+ * difference
+ * @param init_ticks_left Initial ticks of right wheel used to calculate the
+ * difference
+ */
+ void init(int init_ticks_left, int init_ticks_right) {
+ latest_ticks_left_ = init_ticks_left;
+ latest_ticks_right_ = init_ticks_right;