ME/CS 132b, Spring 2013

From Murray Wiki
Jump to navigationJump to search

Advanced Robotics: Navigation and Vision

Instructors

  • Joel Burdick, jwb@robotics.caltech.edu
  • Lectures: Tue/Thu, 2:30-4 pm, 206 TOM
  • Office hours: After class/by appointment

Teaching Assistants (me132-tas@caltech.edu)

  • Alex Jose (ajose@caltech.edu)
  • Mary Nguyen (mary.nguyen@caltech.edu)
  • Office hours: TBD

Course Mailing List: me132-students@caltech.edu (sign up)

Announcements

Course Information

Prerequisites

There are no formal prerequisites for the course, other than ME/CS 132(a). Some of the required background material will be reviewed during the first weeks of lecture. The theory part of ME/CS 132(b) is largely independent of the material in ME/CS 132(a), but students are expected to be able to use the experimental lab equipment introduced in the first quarter of the course, and are expected to be able to apply the sensor processing and mapping techniques learned in the first quarter. The greater emphasis on a final project in this quarter will require a good comfort level with computer programming in at least one of the following languages: C, Python, or MATLAB.

Grading

ME/CS 132(b) is primarily a project-based course. The grade will be based on 2 homeworks (20% of total grade) and two week-long labs (10% of total grade each). Sixty percent (60%) of the grade will be based on a final project which is due on the last day of the finals period. The final project can potentially be done in teams, with the instructor's approval.

  • Homework: Homework is usually due in one week after it is assigned. You can choose to turn in a hard copy in class or send an electronic copy to Yifei Huang (yifei.huang at caltech.edu). If you are unable attend the lecture, contact the TAs to find an alternative way to turn in your homework.
  • Labs: Students will form groups of 2-3 people and perform lab experiments together. The lab will consist of implementing and testing basic algorithms on a mobile robot, and demonstrating the result, as well as submitting a copy of the code underlying the lab demonstration. The one-week labs this quarter are intended to help get the students prepared for the final project.

Collaboration Policy

Students are encouraged to discuss and collaborate with others on the homework. However, you should write your own solution to show your own understanding of the material. You should not copy other people's solution or code as part of your solution. You are allowed to consult the instructors, the TAs, and/or other students. Outside reference materials can be used except for solutions from prior years or similar courses taught at other universities. Outside materials must be cited if used.

Course Texts

There is only one required textbook, which is freely available on the web:

  • Planning Algorithms by Steve LaValle (Cambridge Univ. Press, New York, 2006).
  • The book website is here; If you plan to continue work in the field of robotics, then you should consider buying the text (the last time I checked, it was reasonably priced). Information is available on the book website.

Some of the course material on sensor-based robot motion planning is better covered in this optional reference book:

  • Principles of Robot Motion: Theory, Algorithms, and Implementation, by H. Choset, K. Lynch, S. Hutchinson, G. Kantor, W. Burgard, L. Kavraki, and S. Thrun , MIT Press, 2007.
  • An on-line Errata Page is available.

The Thrun, Burgard, and Fox book used last quarter will continue to be a useful optional reference. If you have bought the book, then hold on to it for this quarter. If you haven't yet got the book, it is not necessary to purchase it, as there is very little specific information from that text that is needed this quarter. This book is most likely to come in handy for some choices of final project.

Lecture Schedule/handouts/homeworks/lab

Week Date Topic Reading Homework
1 2 Apr (Tu) Course Overview, Intro. to Motion Planning Lavalle Chapter 1 -N/A-
4 Apr (Th) No Class on this date Lavalle Chapter 1 -N/A -
2 9 Apr (Tu) Configuration Space Obstacles (c-obstacles) Lavalle Chapter 4.3 (starting on Page 155) on Configuration Space Obstacles
11 Apr (Th) C-Obstacles (cont.) and overview of c-space planning Notes on the Star Algorithm; Notes on configuration space Obstacles Homework 1
due 04/18/13
3 16 Apr (Tu) Parametrizing Configuration Space Obstacles Notes on parametrrizing c-obstacles
18 Apr (Th) Classical Motion Planning Paradigms Homework 2
due 04/25/13

Homework/Labs

  • Homework 1
    • Subject: configuration space obstacles of planar polygonal bodies.
    • Due Date: Thursday, April 18, 2013.
  • Homework 2
  • Lab 1
  • Lab 2

Final Project Information