ME/CS 132b, Spring 2013: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
Line 76: Line 76:
|}
|}


== Homework ==
== Homework/Labs ==
Please pay attention to the [http://www.cds.caltech.edu/~yhhuang/homework/implementation_guidelines.pdf implementation guidelines] when writing code for homework.
* Homework 1
* Homework 2


*[http://www.cds.caltech.edu/~yhhuang/homework/homework1.pdf Homework 1] - Due: Tue Jan 22 at 11:59pm ([http://www.cds.caltech.edu/~yhhuang/solutions/Solution1.pdf Solutions ])
== Final Project Information ==
**[http://www.cds.caltech.edu/~yhhuang/homework/Forsyth1.2_2ndEd.pdf Ch. 1.2 of Forsyth (2nd Edition)] - equations for problem 3
*[http://www.cds.caltech.edu/~yhhuang/homework/homework2.pdf Homework 2] - Due: Tue Jan 29 at 11:59pm ([http://www.cds.caltech.edu/~yhhuang/solutions/Solution2.zip Solutions ])
**[http://www.cds.caltech.edu/~yhhuang/homework/homework2_images.zip Homework 2 Images]
*[http://www.cds.caltech.edu/~yhhuang/homework/homework3.pdf Homework 3] - Due: Thurs Feb 7 at 11:59pm ([http://www.cds.caltech.edu/~yhhuang/solutions/Solution3.zip Solutions ])
**[http://www.cds.caltech.edu/~yhhuang/homework/homework3_data.zip Homework 3 Data]
*Lab 1: Due: Fri Feb 15 at 11:59pm - email to me132-tas@caltech.edu
**[http://www.cds.caltech.edu/~yhhuang/homework/lab01.pdf Lab Description]
**[http://www.cds.caltech.edu/~yhhuang/homework/lab01_material.zip Lab Material]
**[https://www.cds.caltech.edu/~murray/wiki/index.php/ME/CS_132a,_Winter_2013,_Lab_1_Sign-Up Sign up page]
**[https://www.cds.caltech.edu/~murray/wiki/index.php/ME/CS_132a,_Winter_2013,_Lab_1 Additional Instructions]
*[http://www.cds.caltech.edu/~yhhuang/homework/homework4.pdf Homework 4] - Due: Thurs Feb 21 at 11:59pm ([http://www.cds.caltech.edu/~yhhuang/solutions/Solution4.m Solutions ])
**[http://www.cds.caltech.edu/~yhhuang/homework/ME132_DB.m Homework 4 matlab code]
*[http://www.cds.caltech.edu/~yhhuang/homework/homework5.pdf Homework 5] - Due: Tue Mar 5 at 11:59pm - turn in set to Ilya (ilyanep@caltech.edu)
**[http://www.cds.caltech.edu/~yhhuang/homework/homework5_material.zip Homework 5 material]
*Lab 2: Due: Fri Mar 15 at 11:59pm - email to me132-tas@caltech.edu
**[http://www.cds.caltech.edu/~yhhuang/homework/lab02.pdf Lab2 Description]
**[http://www.cds.caltech.edu/~yhhuang/homework/lab02_material.zip Lab Material]
**[https://www.cds.caltech.edu/~murray/wiki/index.php/ME/CS_132a,_Winter_2013,_Lab_2_Sign-Up Sign up page]
**[http://www.cds.caltech.edu/~yhhuang/homework/LMSTechnicalDescription.pdf Laser Scanner Spec Sheet]
**[http://www.cds.caltech.edu/~yhhuang/homework/forward_model_thrun.pdf Forward Sensor Models (for 3-person group)]

Revision as of 22:08, 1 April 2013

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)

  • Yifei Huang (yifei.huang@caltech.edu)
  • Ilya Nepomnyashchiy (ilyanep@caltech.edu)
  • Office hours: TBD

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

Announcements

  • First lecture on 4/2 at 2:30 pm in Room 306 Thomas.

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 fortunately 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.

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 needed.

Lecture Schedule/handouts/homeworks/lab

Week Date Topic Reading Homework
1 2 Apr (Tu) Course Overview, Intro. to Classical 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)
11 Apr (Th) C-Obstacles (cont.) and overview of c-space planning

Homework/Labs

  • Homework 1
  • Homework 2

Final Project Information