Autonomous Mobile Robots Course
Course requirements edX Autonomous Mobile Robots |
MatLab for edX classes |
V-REP | MatLab
The goal of this course is to implement motion planning algorithms that enable the robot to navigate through a partially known environment. In order to achieve this task, two commonly used algorithms
will be applied: Dijkstra’s algorithm for computing a navigation function based on a static map of the environment, and the Dynamic Window Approach (DWA) for online planning, taking into account both
static and dynamic obstacles. The algorithms are described in the book “Introduction to Autonomous Mobile Robots.” I recommend installing the course environment in the same Ubuntu operating system
from my previous course page.
Take a look at the course slides below and I hope you enjoy this course.
MatLab Learning Template |
MatLab Notes