Updates the position of the robot. This function must be put inside an infinite loop in its own thread.
thread positionerThread = thread([](){ while(true){ positioner.update(); } });