Closed JackBuck closed 7 years ago
Whilst I've put this up to highlight it to you @Hsenrab , I don't think we should merge it before testing it tomorrow! (Nor do I expect you'll have time to look over it before then either!!)
Right-oh - @Hsenrab, this is now the version we had at the end of Friday :)
Discussed in person after work and both happy to merge.
So this doesn't have the curved lines yet, but I wanted to 'bank' it - especially since I've made changes to files you're also changing Hannah (
debug_movement.py
,dummy_camera.py
,plotter.py
...).In particular, the changes I've made to the dummy camera are:
config
fileI've also had to mark three of the number recognition tests as expected failures using a naming convention. Unfortunately you can't get
unittest
to makesubtest
and@unittest.expectedFailure
play nicely.