-
Notifications
You must be signed in to change notification settings - Fork 141
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 optimized sensor management tutorial #665
Conversation
Codecov Report
@@ Coverage Diff @@
## main #665 +/- ##
==========================================
- Coverage 94.55% 94.52% -0.03%
==========================================
Files 168 168
Lines 8441 8456 +15
Branches 1633 1633
==========================================
+ Hits 7981 7993 +12
- Misses 343 345 +2
- Partials 117 118 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
axes[1].legend() | ||
|
||
# %% | ||
# Uncertainty metric |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this plot could be made more impactful by reducing the covariance in the prior states, or by making the sensor models more noisy. This is something that's subjective though, so feel free to ignore me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for the uncertainty metric graph? Good point, I may also remove the OSPA one as it doesn't show anything useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the uncertainty metric plot.
…sor managers better
Add tutorial explaining the sensor managers which use the Scipy optimize library. This PR also includes some updates/improvements to the optimised sensor managers.