EECI08: State Estimation and Sensor Fusion: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
Line 10: Line 10:
<ol type="A">
<ol type="A">
<li>Kalman Filtering</li>
<li>Kalman Filtering</li>
* Discrete-time problem setup
* Minimum mean square error estimation
<li>Sensor Fusion</li>
<li>Sensor Fusion</li>
* Effect of multiple sensors; inverse covariance weighting
* Example: terrain estimation in Alice
<li>Extensions</li>
<li>Extensions</li>
* Information Filters
* Information Filters

Revision as of 17:13, 13 March 2008

Prev: Embedded Programming Course home Next: Packet-Based Control

This lecture provides a review of key results in state estimation and sensor fusion that will be built upon in future lectures. We briefly summarize Kalman filtering and and describe how to use Kalman filters to obtain optimal sensor fusion in a centralized setting. We also discuss several variants that are of use in a computationally-rich, networked environment: information filters, moving horizon estimation and particle filters. Extensions to networked sensors and distributed sensing are discussed in the follow two lectures.

Outline

  1. Kalman Filtering
    • Discrete-time problem setup
    • Minimum mean square error estimation
  2. Sensor Fusion
    • Effect of multiple sensors; inverse covariance weighting
    • Example: terrain estimation in Alice
  3. Extensions
    • Information Filters
    • Moving Horizon Estimation
    • Particle Filters

Lecture Materials

Additional Information

Further Reading