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

Feature/remove recording sample frequency choice #149

Merged
merged 4 commits into from
May 12, 2024

Conversation

till213
Copy link
Owner

@till213 till213 commented May 12, 2024

No description provided.

till213 added 4 commits May 12, 2024 19:31
- Boolean "events" such as gear down happen at the very time they have
been recorded ("p1")
- So no need to interpolate them between "p1" and "p2"
- Reason: position data is now sampled at a fixed 1 Hz only anyway (to
smoothen position data, specifically in case of "stutters")
- Attitude data is sampled "as fast as possible" (every simulated frame)
- All other simulation data is sampled "as available" (infrequently)
- Simplifies recording code
- Few users probably actually knew about this "Recording Frequency"
option, let alone were using it actively
- Calculate both position- and attitude sample rates
@till213 till213 merged commit 614bde0 into main May 12, 2024
@till213 till213 deleted the feature/remove-recording-sample-frequency-choice branch May 12, 2024 20:48
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.

1 participant