Difference between revisions of "RBE 3001"

From robotics
(Software)
(Software)
Line 57: Line 57:
 
[http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin AVR Plugin]
 
[http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin AVR Plugin]
  
[http://winavr.sourceforge.net/download.html WinAVR (GCC toolchain for windows)] [http://www.obdev.at/products/crosspack/index.html Use Crosspack fos OSX-AVR]  
+
[http://winavr.sourceforge.net/download.html WinAVR (GCC toolchain for windows)] ([http://www.obdev.at/products/crosspack/index.html Use Crosspack for OSX])
  
 
===Optional - Doxygen===
 
===Optional - Doxygen===

Revision as of 14:19, 29 August 2014


Class Information
Terms Available: A, C
Potential Professors: Fischer, Berenson
Current Professor:
Fischer
Office hours here
Current TAs:
(i.e.) Michael Delph
MTRF (12-1)
Current SAs:
(i.e.) Eric Willcox
All the time

This is the index page for RBE 3001 wiki topics. This is the third of the four-course Unified Robotics sequence introducing foundational theory and practice of robotics engineering from the fields of computer science, electrical engineering and mechanical engineering. The focus of this course is actuator design, embedded computing and complex response processes. Concepts of dynamic response as relates to vibration and motion planning will be presented. The principles of operation and interface methods various actuators will be discussed, including pneumatic, magnetic, piezoelectric, linear, stepper, etc. Complex feedback mechanisms will be implemented using software executing in an embedded system. The necessary concepts for real-time processor programming, re-entrant code and interrupt signaling will be introduced. Laboratory sessions will culminate in the construction of a multi-module robotic system that exemplifies methods introduced during this course.

The WPI course catalog recommends taking RBE 2002 (Unified Robotics 2: Sensing), ECE 2049 (Embedded Computing in Engineering Design), CS 2102 (Introduction to Object Oriented Programming), MA 2051 (Differential Equations), and MA 2071 (Linear Algebra) before this course.

Gompei the goat suggests having a real good grasp on your linear algebra and highly recommends taking 2049 BEFORE taking this class. Systems Programming is also a very useful class to take before this course in addition to the official recommendations. As always, this being a Unified Robotics course, expect a lot of work.

Datasheets and Hardware

Datasheets for all electronics can be found on the 3001 board page and info on the arm can be found on the 3001 arm page.

Software

Needed Software. Please refer to the Eclipse AVR RBE 3001 page and install guide.

Eclipse

Subclipse SVN Plugin

AVR Plugin

WinAVR (GCC toolchain for windows) (Use Crosspack for OSX)

Optional - Doxygen

Install guide Pay careful attention to what command need to be available from the command prompt. If a command doesn't work you need to fix your systems PATH variable.

Doxygen

Eclox

LaTeX (other downloads contains 64-bit installers)

GhostScript (32-bit required)

Graphviz

Qt

RBElib

Introduction - includes setting up Eclipse and PuTTy as well as a refresher on C.

RBELib Documentation - PDF explaining everything in RBELib.

RBELib & Eclipse Setup Guide - how to configure Eclipse and setup your projects properly.

Printing - how to print data from your board to the computer.

Debugging - how to properly debug and find your problem. Read this before asking for help.

Doxygen - how to use Doxygen to document your code.

Matlab

Robot Control System Design and Simulation

Introduction

Intermediate Skills

Simulink