Table of Contents

Autonomous robotics – B(E)3M33ARO1

!!! Prerequisites !!!

It is assumed that students of this course have a working knowledge of

  • Mathematical analysis (B0B01MA2): gradient, Jacobian, Hessian, multidimensional Taylor polynomial
  • Optimization (B0B33OPT): Gauss-Newton method, Levenberg Marquardt method, full Newton method
  • Linear algebra (B0B01LAG): pseudo-inverse, SVD decomposition, least-squares method
  • Probability theory (B0B01PST): multivariate gaussian probability, Bayes theorem
  • Statistics (B0B01PST): maximum likelihood and maximum aposteriori estimate
  • Programming (B3B33ALP + B3B36PRG): python + linux

Exam (Jun 1, 2023, at 9:00 in KN:E-107)

  1. Formulate a given localization/mapping task as a maximum likelihood / maximum aposteriori estimate of unknown parameters (typically subproblem of SE(2), such as only rotation or only translation).
  2. Reformulate the task as a non-linear least squares problem and compute its residuals and its jacobian (distinguish linear and non-linear least squares problems, know the dimensionality of used variables, etc.).
  3. Draw the underlying factor graph
  4. Estimate pose from known correspondences (i.e. solve absolute orientation problem and have working knowledge of its derivation in order to solve any given subproblem in SE(2) ).
  5. Estimate pose from unknown correspondences (i.e. use ICP, RANSAC on simple problems).
  6. Localization with complete states (i.e. w/o loops). Ability to use Bayes filter, Kalman filter, Extended Kalman filter
  7. Ability to work with a pinhole camera model.
  8. Know/explain/draw/describe-by-pseudocode all presented planners (all combinatorial planners, sampling-based planners, RRT, PRM and their subsequent variants including RRT*/PRM*).
  9. Learn the pros/cons of all methods, types of environments/robots where they are applicable, and their time complexities. You should be familiar with basic data structures/routines (e.g. sampling, nearest-neighbour search, collision detection).
  10. The exam will not cover topics “Early randomized planners” and using physical simulation in planning (all slides from “Local planner: system simulator” till the end of the last lecture).</note>

Good luck, KZ+VV

Course overview

The Autonomous robotics course will explain the principles needed to develop algorithms for mobile robots. In particular, the main focus is on the perception-action cycle:

The course consists of lectures and labs. Lectures take place in KN:E-107 every Monday at 11:00. Labs take place in KN:E-132, the time slot corresponds to the code of your course.

Points, credit requirements and final grade

Maximum number of points is 100. Points are structured as follows:

Minimum credit requirements:

The final grade will be determined by the total number of points according to the following table

No of points Exam assessment
0-49 F
50- 59 E
60-69 D
70-79 C
80-89 B
90-100 A
  1. Thrun et al. Probabilistic robotics, MIT press 2017,[pdf]
  2. Hartley, Zisserman Multipleview Geometry, 2004, https://www.robots.ox.ac.uk/~vgg/hzbook
  3. Steven M. LaValle. Planning Algorithms, Cambridge University Press, 2006. (free online, http://planning.cs.uiuc.edu/)

Plagiarism

We want students to work individually, therefore any plagiarism in codes, homework or reports will be mercilessly punished ;-). We strongly urge each student to read what is/isnot a plagiarism - we believe that many students will be surprised. In any case, it is not permitted to use the work of your colleagues or predecessors. Each student is responsible for ensuring that his work does not get into the hands of other colleagues. In the case of multiple submission of the same work, all involved students will be penalized, including those who gave the work available to others