Low-Cost Mobile Robotics
The goal of this project is to implement vision, global+local navigation and filtering algorithms ‘from scratch’ in Python. The main libraries used were opencv
, numpy
and threading
. A cheap smartphone camera was used for the global localisation. The main robot is a Thymio robot with only Time-of-Flight sensors.
Project done for the Basics of mobile robotics (MICRO-452) class, EPFL, autumn 2020.