Coursera
Изучить
  • Обзор
  • Поиск
  • Для организаций
  • Войти
  • Зарегистрироваться

Robotics: Capstone

ОбзорПрограмма курсаЧасто задаваемые вопросыАвторыСтоимостьРейтинги и отзывы

ГлавнаяЕстественные и технические наукиМеханическое проектирование

Robotics: Capstone

Пенсильванский университет

Об этом курсе: In our 6 week Robotics Capstone, we will give you a chance to implement a solution for a real world problem based on the content you learnt from the courses in your robotics specialization. It will also give you a chance to use mathematical and programming methods that researchers use in robotics labs. You will choose from two tracks - In the simulation track, you will use Matlab to simulate a mobile inverted pendulum or MIP. The material required for this capstone track is based on courses in mobility, aerial robotics, and estimation. In the hardware track you will need to purchase and assemble a rover kit, a raspberry pi, a pi camera, and IMU to allow your rover to navigate autonomously through your own environment Hands-on programming experience will demonstrate that you have acquired the foundations of robot movement, planning, and perception, and that you are able to translate them to a variety of practical applications in real world problems. Completion of the capstone will better prepare you to enter the field of Robotics as well as an expansive and growing number of other career paths where robots are changing the landscape of nearly every industry. Please refer to the syllabus below for a week by week breakdown of each track. Week 1 Introduction MIP Track: Using MATLAB for Dynamic Simulations AR Track: Dijkstra's and Purchasing the Kit Quiz: A1.2 Integrating an ODE with MATLAB Programming Assignment: B1.3 Dijkstra's Algorithm in Python Week 2 MIP Track: PD Control for Second-Order Systems AR Track: Assembling the Rover Quiz: A2.2 PD Tracking Quiz: B2.10 Demonstrating your Completed Rover Week 3 MIP Track: Using an EKF to get scalar orientation from an IMU AR Track: Calibration Quiz: A3.2 EKF for Scalar Attitude Estimation Quiz: B3.8 Calibration Week 4 MIP Track: Modeling a Mobile Inverted Pendulum (MIP) AR Track: Designing a Controller for the Rover Quiz: A4.2 Dynamical simulation of a MIP Peer Graded Assignment: B4.2 Programming a Tag Following Algorithm Week 5 MIP Track: Local linearization of a MIP and linearized control AR Track: An Extended Kalman Filter for State Estimation Quiz: A5.2 Balancing Control of a MIP Peer Graded Assignment: B5.2 An Extended Kalman Filter for State Estimation Week 6 MIP Track: Feedback motion planning for the MIP AR Track: Integration Quiz: A6.2 Noise-Robust Control and Planning for the MIP Peer Graded Assignment: B6.2 Completing your Autonomous Rover


Автор:  Пенсильванский университет
Пенсильванский университет

  • Kostas Daniilidis

    Преподаватели:  Kostas Daniilidis, Professor of Computer and Information Science

    School of Engineering and Applied Science

  • Sid Deliwala

    Преподаватели:  Sid Deliwala, Director, Electrical and Systems Engineering Labs and Lecturer, Electrical and Systems Engineering

    Department of Electrical and Systems Engineering
Основные сведения
Course 6 of 6 in the Robotics Specialization
Выполнение6 weeks of study, 2-4 hours/week
Язык
English
Требования к аппаратным средствамPlease refer to this wishlist for the AR track kit: https://www.adafruit.com/wishlists/402816
Как пройти курсЧтобы пройти курс, выполните все оцениваемые задания.
Оценки пользователей
4.6 звезды
Средняя оценка пользователей: 4.6Посмотрите, что пишут учащиеся
Программа курса
НЕДЕЛЯ 1
Week 1
Welcome to Robotics Capstone! This week you will choose between two tracks available to you for your capstone. Please make sure you watch the videos carefully to make the choice. In the MIP track, you will learn how to use MATLAB (your numerical tool for this capstone track) to simulate dynamical systems numerically.In the AR track, you will learn to use the rover simulator, purchase the kit and implement Dijkstra's algorithm in python.
4 видео
  1. Видео: Capstone Introduction and Choosing the Capstone Project
  2. Видео: Introduction to the Mobile Inverted Pendulum (MIP) Track
  3. Видео: Introduction to the Autonomous Rover (AR) Track
  4. Видео: A1.1 Using MATLAB for Dynamic Simulations
Оцениваемый: A1.2 Integrating an ODE with MATLAB
НЕДЕЛЯ 2
Week 2
In the MIP track, you will learn a simple control idea that can provably stabilize linear systems: PD control. You will work on some MATLAB exercises that tune parameters for a PD controller in a simple double-integrator (a.k.a force-controlled) system, and also apply this idea to a nonlinear system, a two-DOF manipulator arm. In the AR track, you will assemble your robot, which includes soldering, assembly and flashing your SD card. You will then perform a basic routine to allow the robot to move at a set velocity.
4 видео
  1. Видео: (Review) Newton's Laws; Damped and Undamped
  2. Видео: (Review) PD Control for a Point Particle in Space
  3. Видео: A2.1 PD Control for Second-Order Systems
  4. Видео: (Review) Infinitesimal Kinematics; RR Arm
Оцениваемый: A2.2 PD Tracking
НЕДЕЛЯ 3
Week 3
In the MIP track, you will learn how to interface with noisy and incomplete sensor data. We will use an extended Kalman filter (EKF): a model-based filtering scheme that optimally integrates incoming data with our current state belief. The particular example you will work on is estimating orientation from data recorded by a MEMS accelerometer/gyroscope. In the AR track, you will perform a set of crucial calibration steps that allow you to use the sensors and motor drivers onboard the rover.
2 видео
  1. Видео: (Review) Extended Kalman Filter
  2. Видео: A3.1 Using an EKF to get Scalar Orientation from an IMU
Оцениваемый: A3.2 EKF for Scalar Attitude Estimation
НЕДЕЛЯ 4
Week 4
In the MIP track, you will learn how to build a model of the mobile inverted pendulum using a Lagrangian formulation to get equations of motion. This will help you build a simulation of a physical MIP that you can test your control ideas on. In the AR track, you will learn to design a controller that allows the rover to move to any target position when given its pose. You will then use this controller to get the rover to follow an AprilTag that you hold.
2 видео
  1. Видео: (Review) Lagrangian Dynamics
  2. Видео: A4.1 Modeling a Mobile Inverted Pendulum (MIP)
Оцениваемый: A4.2 Dynamical simulation of a MIP
НЕДЕЛЯ 5
Week 5
In the MIP track, you will begin to apply the control ideas from Week 2 to your newly developed MIP simulation from Week 4. In particular, you will have exercises that show you how to balance the MIP using its wheel actuators. In the AR track, you will learn to design an Extended Kalman Filter to fuse the camera measurements from the AprilTags with the IMU gyroscope measurements to get a better estimate of the rover's pose.
2 видео
  1. Видео: (Review) Linearization
  2. Видео: A5.1 Local Linearization of a MIP and Linearized Control
Оцениваемый: A5.2 Balancing Control of a MIP
НЕДЕЛЯ 6
Week 6
In the MIP track, you will first attempt to replicate the balancing control from last week, but now with noisy sensor data (as you might expect on a physical platform). Next, you will build on your balance controller and allow the MIP to be moved around to desired positions whilst balancing. In the AR track, you will combine all of the previous weeks' work, to allow your rover to autonomously navigate through an environment of your design.
2 видео
  1. Видео: (Review) Motion Planning for Quadrotors
  2. Видео: A6.1 Feedback Motion Planning for the MIP
Оцениваемый: A6.2 Noise-Robust Control and Planning for the MIP

Часто задаваемые вопросы
Как это работает
课程作业
课程作业

每门课程都像是一本互动的教科书,具有预先录制的视频、测验和项目。

来自同学的帮助
来自同学的帮助

与其他成千上万的学生相联系,对想法进行辩论,讨论课程材料,并寻求帮助来掌握概念。

证书
证书

获得正式认证的作业,并与朋友、同事和雇主分享您的成功。

Авторы
Пенсильванский университет
The University of Pennsylvania (commonly referred to as Penn) is a private university, located in Philadelphia, Pennsylvania, United States. A member of the Ivy League, Penn is the fourth-oldest institution of higher education in the United States, and considers itself to be the first university in the United States with both undergraduate and graduate studies.
Стоимость
Приобрести курс
Получить доступ к материалам курса

Доступен

Получить доступ к оцениваемым материалам курса

Доступен

Получить итоговую оценку

Доступен

Earn a shareable Course Certificate

Доступен

Рейтинги и отзывы
Оценка 4.6 из 5 по 52 отзывам

GC

Most of the modules are very practical in nature. Some of the modules focused on the research being done at the moment, which can make them look like more abstract, i.e. not so practical, but I think it is good to see what the future will bring. The capstone project helps a lot really fix the concepts in the mind of the student.

Sometimes the grading system could be more friendly, e.g.: provide more clues as to what is not working fine in the assignments.

The communication with the instructors is rather slow. I know that the idea is the interaction with peers should compensate for the virtual presence and the distance between students and instructors, but sometimes the peers have the same questions and concerns, so student might need the help from the instructors in a timely manner.

Fabio Bobrow

Excellent exercises, straight to the point and just with a simple review from previous courses.

Enrico Anderlini

This module combines elements from the previous 5 courses for the creation of a practical project. It is possible to choose between the modelling and control of a two-dimensional Segway in Matlab or the creation and control of a robot rover. I picked the first module and it proved to be very interesting. The lectures are few and very clear, with most of the time dedicated to the development of the project. For once, the assignments were also clear! Excellent course!

Ramachandran Seetharaman

I followed the MIP track since the AR track required me to purchase a kit and it was quite expensive.

I would like to make the bot with custom parts once i have acquired the needed ones.

The MIP track was good involving all that we learnt from previous courses and building up our ability to code.



Coursera
Coursera делает лучшее в мире образование доступным каждому, предлагая онлайн-курсы от ведущих университетов и организаций.
© Coursera Inc., 2018 Все права защищены.
Загрузить из App StoreЗагрузить в Google Play
  • Coursera
  • О проекте
  • Руководство
  • Карьера
  • Каталог
  • Сертификаты
  • Степени
  • Для бизнеса
  • Для правительственных организаций
  • Сообщество
  • Партнеры
  • Наставники
  • Переводчики
  • Разработчики
  • Бета-тестировщики
  • На связи
  • Блог
  • Facebook
  • LinkedIn
  • Twitter
  • Google+
  • Технический блог
  • Еще
  • Условия
  • Конфиденциальность
  • Помощь
  • Доступность
  • Пресса
  • Контакты
  • Справочник
  • Филиалы