<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;">Hey guys I ran into a small bug in the replay script. &#160;</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">I am aligning the samples by the time &#160;</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">log_replay.align( :use_sample_time )</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">but inside my update hook they are not aligned. &#160;</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">This is the print out of the update hook with the Odometry and Xsens sample. &#160;</p>

    <p style="margin: 0px;">Both are in the same frequency. &#160;</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">&#160;</p>

    <p style="margin: 0px;">Each blank space means a new call of the update hook &#160;<br/>
    $O is the odometry time &#160;<br/>
    #X is the xsens time &#160;<br/>
    &#160;<br/>
    $O 1316098282.782.294<br/>
     &#160;#X 1316098282.900.756<br/>
    <br/>
     &#160;$O 1316098282.787.998<br/>
     &#160;#X 1316098282.906.456<br/>
    <br/>
     &#160;$O 1316098282.803.695<br/>
     &#160;#X 1316098282.922.165<br/>
    <br/>
     &#160;$O 1316098282.809.406<br/>
     &#160;$O 1316098282.815.116<br/>
     &#160;#X 1316098282.927.880<br/>
     &#160;#X 1316098282.943.583<br/>
    <br/>
     &#160;$O 1316098282.830.822<br/>
     &#160;$O 1316098282.836.536<br/>
     &#160;#X 1316098282.949.290<br/>
     &#160;#X 1316098282.954.982<br/>
    <br/>
     &#160;$O 1316098282.852.240<br/>
     &#160;#X 1316098282.970.691<br/>
    <br/>
     &#160;$O 1316098282.857.940<br/>
     &#160;#X 1316098282.976.394<br/>
    <br/>
     &#160;$O 1316098282.873.642<br/>
     &#160;#X 1316098282.992.103<br/>
    <br/>
     &#160;$O 1316098282.879.353<br/>
     &#160;$O 1316098282.885.050<br/>
     &#160;#X 1316098282.997.807<br/>
    <br/>
     &#160;#X 1316098283.013.503<br/>
    <br/>
     &#160;$O 1316098282.900.756<br/>
     &#160;$O 1316098282.906.456<br/>
     &#160;#X 1316098283.019.215<br/>
     &#160;#X 1316098283.034.927</p>
  </body>
</html>