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

Validation across multiple frames #65

Open
masipp opened this issue Mar 7, 2024 · 0 comments
Open

Validation across multiple frames #65

masipp opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
feature request Proposals which enhance the interface or add additional features.

Comments

@masipp
Copy link

masipp commented Mar 7, 2024

Describe the feature

As a user I want to be able to validate certain values across at least two frames to check if the change of the values is plausible or not.

Example: Several times we ran into problems that were caused by:

  • Dropped frames due to network issues. For that it would be beneficial if it is possible to check if the delta of one frame to the next is within a specified limit e.g. 5ms
  • Single frames of inplausible / inconsistent data from the environment simulation (e.g. the provided change in velocity does not fit the acceleration)
  • A sudden jump in position can be acceptable from a testcase pov but will cause a FMU that is dependend on the odometry to crash
@masipp masipp added the feature request Proposals which enhance the interface or add additional features. label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Proposals which enhance the interface or add additional features.
Projects
None yet
Development

No branches or pull requests

2 participants