Skip to the content.

Robotics Simulation Labs

Here you will find a set of tutorials to practice robotics concepts with Webots Open-Source Robot Simulator and Python.

This page is available at: https://felipenmartins.github.io/Robotics-Simulation-Labs/

screenshot_Webots

Objectives and Content

I teach an introductory-level course on Robotics for electrical engineering students, focusing on wheeled mobile robots. The simulation labs were created to replace the practical activities of this course during the Corona-related restrictions of 2020/2021. When first created, there were only 4 labs. Now, there are 7 labs to practice contents of:

Templates and solutions are presented for some labs, always in Python 3 (or MicroPython, for HIL).

How to use

The simulation labs are presented as a series of tutorials, including references to the official Webots tutorials. The Labs are intended to be followed in sequence, starting from the first one.

Lab descriptions, templates and solutions are compatible with the global coordinate system now adopted as default by Webots (R2022a or newer). If you intend to use an older version of Webots, please see this note.

If you make use of the content in this page, please cite [1].

Accompanying Jupyter Notebooks

Extra explanation on how to implement Python code for some of the labs is available as Jupyter Notebooks. You can run the notebooks without the need of installing Webots to practice the corresponding concepts. The notebooks can be useful for understanding the fundamentals, especially because they allow step-by-step execution of the implemented functions. For now, the notebooks available are:

Content

The content of each lab is listed below:

Reference

[1] Lima, José, Felipe N. Martins, and Paulo Costa. “Teaching Practical Robotics During the COVID-19 Pandemic: A Case Study on Regular and Hardware-in-the-Loop Simulations.” Iberian Robotics Conference. Cham: Springer International Publishing, 2022. Available at: https://link.springer.com/chapter/10.1007/978-3-031-21065-5_44

License

This project is licensed under the terms of the MIT license.