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

Add function to update real time estimation #223

Open
Tracked by #199
PatrickKa opened this issue Dec 18, 2023 · 0 comments
Open
Tracked by #199

Add function to update real time estimation #223

PatrickKa opened this issue Dec 18, 2023 · 0 comments

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 18, 2023

Description

Every time we receive an RF command, the real time estimation is updated. This means computing a new real time offset and storing it in the persistent state. Unfortunately, the real time thread also wants to have write access to the time offset (see #222). A topic (like the time offset) can, however, only have a single publisher. Maybe there is some other Rodos construct that is better suited for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant