Mobile Robots and Autonomous Vehicles (FUN)

Mobile Robots and Autonomous Vehicles (FUN)
Free Course
Categories
Effort
Certification
Languages
Basic notions of robotics, probabilities, linear algebra and Python (only for week 5).
Misc
Mobile Robots and Autonomous Vehicles (FUN)
Mobile Robots are increasingly working in close interaction with human beings in environments as diverse as homes, hospitals, public spaces, public transportation systems and disaster areas. The situation is similar when it comes to Autonomous Vehicles, which are equipped with robot-like capabilities (sensing, decision and control). Such robots must balance constraints such as safety, efficiency and autonomy, while addressing the novel problems of acceptability and human-robot interaction. Given the high stakes involved, developing these technologies is clearly a major challenge for both the industry and the human society.

The objective of this course is to introduce the key concepts required to program mobile robots and autonomous vehicles. The course presents both formal and algorithmic tools, and for its last week's topics (behavior modeling and learning), it will also provide realistic examples and programming exercises in Python.

This course is designed around a real-time decision architecture using Bayesian approaches. It covers topics such as:

- Sensor-based mapping and localization: presentation of the most popular methods to perform robot localization, mapping and to track mobile objects.

- Fusing noisy and multi-modal data to improve robustness: introduction of both traditional fusion methods as well as more recent approaches based on dynamic probabilistic grids.

- Integrating human knowledge to be used for scene interpretation and decision making: discussion on how to interpret the dynamic scene, predict its evolution, and evaluate the risk of potential collisions in order to take safe and efficient navigation decisions.