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 Kalman Filter test model #3

Merged
merged 2 commits into from
Apr 15, 2022
Merged

Add Kalman Filter test model #3

merged 2 commits into from
Apr 15, 2022

Conversation

sgiraz
Copy link
Contributor

@sgiraz sgiraz commented Apr 15, 2022

What's new in this PR:

  • A new test model for Kalman Filter is now available under the tests folder. You can use it to estimate velocity and acceleration given a position as an input.
  • The test contains also a switch interval logic that allows us to test what happens if we enable/disable the Kalman Filter while the simulation is running.

Notes:

  • The load_params.m script loads position, velocity and acceleration samples logged from a real robot. It also contains the constants parameters for the Kalman Filter model: x0, R, Q, P0.

cc @pattacini

sgiraz added 2 commits April 4, 2022 11:47
- Remove robot_logger_device.m
- Add robot_logged_data.m
- Update load_params script to load and parse robot_logged_data.m
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.

2 participants