Skip to content

added: ManualEstimator to turn off built-in state estimation #206

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

Merged
merged 5 commits into from
May 24, 2025

Conversation

franckgaga
Copy link
Member

This new StateEstimator type enables two new features:

  1. using linear predictive controller with a nonlinear state estimator, to improve the accuracy of the state estimate
  2. using predictive controller of this package with a state estimator from another package, for example LowLevelParticleFilters.jl.

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2025

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.80%. Comparing base (79b35cb) to head (b86dbd7).

Files with missing lines Patch % Lines
src/estimator/manual.jl 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   98.81%   98.80%   -0.02%     
==========================================
  Files          25       26       +1     
  Lines        4234     4251      +17     
==========================================
+ Hits         4184     4200      +16     
- Misses         50       51       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@franckgaga franckgaga merged commit 33c768b into main May 24, 2025
4 checks passed
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.

Support nonlinear estimator with linear model predictive control Create a CustomEstimator to ease interfacing with Low-level particle filter package
2 participants