Alice: Road Following: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
Line 19: Line 19:
== Additional Resources ==
== Additional Resources ==
<!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. -->
<!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. -->
* The Open Source Computer Vision Library (OpenCV) has a well-documented C++ class that implements the Kalman filter, and a host of image processing tools.  See http://www.intel.com/technology/computing/opencv/ and http://opencvlibrary.sourceforge.net/
* The Open Source Computer Vision (OpenCV) Library has a well-documented C++ class that implements the Kalman filter, and a host of image processing tools.  See http://www.intel.com/technology/computing/opencv/ and http://opencvlibrary.sourceforge.net/
 
* 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.
* 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.

Revision as of 16:06, 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.

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.