Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use fixed-point arithmetic for time stamps #40
+8
−4
Conversation
morloy
requested a review
from eliasm
Jun 27, 2017
eliasm
approved these changes
Jun 28, 2017
Thanks, lgtm. Would you mind changing this also for the DVS driver? https://github.com/uzh-rpg/rpg_dvs_ros/blob/master/dvs_ros_driver/src/driver.cpp#L250
|
Fine? |
morloy
merged commit 6474994
into master
Jun 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
morloy commentedJun 27, 2017
We currently convert timestamps from int64 -> double -> int64 (ros::Time).
Introduces very small rounding errors.