Use fixed-point arithmetic for time stamps #40

Merged
merged 2 commits into from Jun 28, 2017

Conversation

Projects
None yet
2 participants
Contributor

morloy commented Jun 27, 2017

We currently convert timestamps from int64 -> double -> int64 (ros::Time).
Introduces very small rounding errors.

morloy requested a review from eliasm Jun 27, 2017

@eliasm

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

Contributor

morloy commented Jun 28, 2017

Fine?

@morloy 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