Bio-Robotics Lab (Fall 2007)
(→Miscellaneous Resources) |
(→Miscellaneous Resources) |
||
| Line 134: | Line 134: | ||
Processing Setup | Processing Setup | ||
| − | A skeleton [[Media:CS511.zip|Eclipse Project]] to write full-fledged Java | + | A skeleton [[Media:CS511.zip|Eclipse Project]] to write full-fledged Java instead of Processing. Some (outdated) directions [[Roomba/Eclipse|here]] |
Download Eclipse here [http://www.eclipse.org] | Download Eclipse here [http://www.eclipse.org] | ||
Revision as of 10:10, 26 September 2007
Contents |
Course Logistics
Prerequisites: Permission of instructor.
Class Time: M-W-F 14:00->14:50
Class Location: TBD
Office Hours: TBD and by appointment
Course Instructor: William C. Regli, Ph.D.
Teaching Assistants: Peter Thai <pwt23@drexel.edu> and Duc Nguyen <dn53@drexel.edu>
Instructor Contact: Email regli (at) drexel (DOT) edu (not that this will help keep the spammers away)
Phone 215.895.6827; Office: UC 143
Course Objectives and Outcomes
The goal of this class is to learn how to create software to interact with devices embodied in the physical world. Students successfully completing this class will:
- understand the basic concepts of robotics (from a computer-science point of view), including kinematics, dynamics, actuators, controllers, etc;
- perform software development to control mobile robots (specifically iRobot Roombas);
- design experiments for robotic platforms;
- measure the effectiveness of a robotic system on a given problem;
- gain experience with biologically-inspired robotics techniques (swarming, biologically inspired design, etc)
- employ cyber-infrastructure (wikis, web, etc) and engineering informatics tools (CAD, simulation, MATLAB, Maple, Pro/E, SolidWorks, ACIS, etc) to better understand the relationship between virtual models and the real world
Lectures
| Date | Assignment | Topic | Summary Notes | Links and References |
|---|---|---|---|---|
| April 4 |
Intro to Robot Lab |
|||
| April 11 | Introduction to Robotics | Media:Introduction_to_Robotics.ppt | ||
| April 18 | Assignment 0.5 due | Simulation | Media:Simulation_of_Robotic_Systems.ppt | |
| April 25 | Assignment 1 due | No Class | Robotics Videos | |
| May 2 | SLAM | Media:SLAM.ppt | ||
| May 9 | Robotics Videos Quiz | Playtime with Roombas | ||
| May 16 | Robot Coordination: flooded out | |||
| May 23 | Assignment 2 due | Grading Assignment 2 | ||
| May 30 | Path Planning | Media:Robot-Lab-Path-Planning.ppt | ||
| June 6 | Assignment 3 due | No Class | ||
| June 13 | Finals Week |
Text
Required texts and readings:
- Intelligence without Representation, Rodney Brooks.
- Flesh and Machines: How Robots Will Change Us (Paperback) by Rodney Brooks, Publisher: Vintage (February 4, 2003); ISBN-10: 037572527X.
- Introduction to the Kalman Filter
- SLAM for Dummies
Interested students may wish to examine the following textbooks:
- J.J. Craig. Introduction to Robotics: Mechanics and Control. Prentice Hall; 3rd edition, 2003.
- Kiyoshi Toko. Biomimetic Sensor Technology. Cambridge University Press, 2000.
- Karl Williams. Amphibionics: Build Your Own Biologically Inspired Reptilian Robot. McGraw-Hill/TAB Electronics, 2003.
- David Cook. Robot Building for Beginners. Apress, 2002.
Grading
The due dates are listed on the week by week breakdown of the course below. When an assignment is due on a particular date, that means the assignment is really due that week. You must arrange a time one of the TAs for this class, during the week the assignment is due in order to have your assignment evaluated and graded. As there are limited slots per TA session, it is best to schedule a time slot sooner rather than later. You also will have the opportunity to have your work graded after the lecture during the due week.
Software
Depending on the evolution of the class, students may have an opportunity to gain experience with a variety of computational tools, including MATLAB, SolidWorks, Pro/ENGINEER, ACIS, MAPLE, etc. Several research prototype tools may also be introduced for physics-based modeling, kinematics, etc.
Miscellaneous Resources
Wiki page for Winter 2007 Roomba Lab: [1]
Page from Spring 2007 Robotics Lab: [2]
Processing Setup
A skeleton Eclipse Project to write full-fledged Java instead of Processing. Some (outdated) directions here
Download Eclipse here [3]