To make the robot drive as easy as possible, the whole stair climbing partwas automated. This was carried out by measuring the time it took toexecute all the commands to climb one stair. This seemed to work fine atfirst, but unfortunately it has one major drawback: the battery. When therobot moves and even when it awaits a command, the battery drains. Thisloss in tension results in a loss in power and subsequently in a loss oftorque. As a consequence the robot will take longer performing everycommand. Because the required time does not match the preliminarydefined time anymore, the robot may fail and fall of the stairs which is notideal. However a solution exists. By mounting a proximity sensor to thebottom and to the front of the robot the exact position could be known.Replacing the timings by distances would solve the problem, making theautomated driving function almost fail proof. Unfortunately the constraintof time made it impossible to execute this modification, however it isrecommended.