-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a technique to estimate scan_ts when packets are missing at…
… beginning of a lidar scan (#67) * Implement a technique to estimate scan_ts when packets are missing at the beginning of a frame * Be consistent with variable naming * Add an assert statement for find_if_reverse * Extrapolate the time for the first scan * Implement the extrapolation for TIME_FROM_ROS_TIME timestamp option * Address the issue with ulround function not working for integral types * Perform type conversion on the difference * Take always positive difference and compute sign * Use lround instead of invoking cast to integer/long * Update CHANGELOG
- Loading branch information
Showing
2 changed files
with
157 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters