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

Support incomplete input #30

Open
4 tasks
teubert opened this issue Aug 29, 2024 · 0 comments
Open
4 tasks

Support incomplete input #30

teubert opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
component: server enhancement New feature or request

Comments

@teubert
Copy link
Collaborator

teubert commented Aug 29, 2024

Requirement Text
prog_server shall allow an incomplete data frame is sent to the service

Background Information
models take more than one input and output. sometimes they're received at different rates. The service should be able to handle this and only start a state estimate when we've received a full data frame

Suggested Solution
Keep track of received data. When all required inputs and outputs have been received, trigger state estimation

DoD

  • Implement feature
  • Add to example
  • Add tests
  • Add to change notes for next release
@teubert teubert added enhancement New feature or request component: server labels Aug 29, 2024
@teubert teubert self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: server enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant