Alice: Road Following: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
Line 2: Line 2:


<!-- Enter a 1 paragraph description of the contents of the lecture.  Make sure to include any key concepts, so that the wiki search feature will pick them up -->
<!-- Enter a 1 paragraph description of the contents of the lecture.  Make sure to include any key concepts, so that the wiki search feature will pick them up -->
This lecture will present a practical example application for the estimation tools presented in the Monday and Wednesday lectures.  The example application is road estimation and tracking for off-highway navigation.  I'll present implementation details, resources and results from live testing of an extended Kalman filter implementation, and provide resources and preliminary results for implementing moving horizon estimation to solve the same problem.
This lecture will present a practical example application for the estimation tools presented in the Monday and Wednesday lectures.  The example application is road estimation and tracking for off-highway navigation.   
 
I'll present implementation details, resources and results from live testing of an extended Kalman filter implementation, and provide resources and preliminary results for implementing moving horizon estimation to solve the same problem. --[[User:Lars|Lars]] 09:08, 21 April 2006 (PDT)


== Lecture Materials ==
== Lecture Materials ==

Revision as of 16:08, 21 April 2006

Prev: MHE Course Home Next: Packet-based Estimation

This lecture will present a practical example application for the estimation tools presented in the Monday and Wednesday lectures. The example application is road estimation and tracking for off-highway navigation.

I'll present implementation details, resources and results from live testing of an extended Kalman filter implementation, and provide resources and preliminary results for implementing moving horizon estimation to solve the same problem. --Lars 09:08, 21 April 2006 (PDT)

Lecture Materials

Lecture presentation slides coming soon...

Reading

  • Cf. (extended) Kalman filter reading materials from Monday 4/17/06 lecture.

Additional Resources

  • An Octave (MATLAB clone) toolbox for implementing nonlinear receding horizon control and moving horizon estimation is available at http://jbrwww.che.wisc.edu/home/tenny/nmpc/. The release is somewhat old (2003); be sure to get the CVS version to avoid some known bugs.