We have reached our goal which was to build a robot that can follow a corridor and estimate the travelled distance. The corridor follower done is very robust because the neural network used was able to use different features to do the same task. This is a general possible behaviour when we use a learning algorithm. If we build an algorithm based on landmarks, the learning algorithm can be more robust because it uses all the meaning extracted from the features and in particular it can use more landmarks that the programmer did. This behaviour adds backup to the original algorithm.
In the other hand, the estimation of the odometry using visual input that was built shows that it is possible to estimate travelled distances. Indeed, the results can seem poor because we used the internal odometry of the robot to teach it how to perceive distances. This internal odometry already makes near ten percents of relative error. We should have better results with a more accurate measure of the travelled distances during the learning.
A strong advantage of using visual input to estimate distances is that the absolute error increases slowly with the travelled distance compared to the absolute error of the odometry. Therefore, after a while the absolute error given by our estimation is less than the absolute error given by the odometry system. So we can use the odometry system to estimate the travelled distance at the beginning of a test and after a while we swap to the visual estimation of the distance. This gives us a better measure of the travelled distance.