Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smooth GlobalTimeStamp's corrections. #4396

Merged
merged 3 commits into from
Nov 21, 2019

Conversation

doronhi
Copy link
Contributor

@doronhi doronhi commented Jul 10, 2019

prevents cases where, due to jumps in sampling, global timestamps difference is much greater then the original hw timestamp difference.

@bfulkers-i bfulkers-i changed the base branch from master to development July 10, 2019 14:00
@radfordi
Copy link
Contributor

@doronhi, it might be better to just use a simple two state (scale and offset) Kalman Filter.

@doronhi
Copy link
Contributor Author

doronhi commented Jul 16, 2019

@doronhi, it might be better to just use a simple two state (scale and offset) Kalman Filter.

Sounds true. Could you refer me to a good example?

@mhkabir
Copy link

mhkabir commented Jul 16, 2019

@doronhi please have a look here: https://github.com/ethz-asl/cuckoo_time_translator/tree/master/cuckoo_time_translator

There are several translation algorithms implemented, including Kalman and Convex Hull.

@doronhi
Copy link
Contributor Author

doronhi commented Jul 16, 2019

@doronhi please have a look here: https://github.com/ethz-asl/cuckoo_time_translator/tree/master/cuckoo_time_translator

There are several translation algorithms implemented, including Kalman and Convex Hull.

Thanks. I'll have a look, hopefully in the next couple of days.

@dorodnic dorodnic merged commit 9801929 into IntelRealSense:development Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants