Major changes:
* Added Robot.get_velocity(target=False)
* Don't color entire robot when stalled; now just border is white
* Robot.reverse() flips all velocities (vx, va)
* Added Robot.rotate() and Robot.translate(); same as Robot.turn() and Robot.forward()
* Renamed all take_picture() to get_image(), returning a PIL Image
* Renamed all direct to a (in robot and devices)
* You can draw on world with world.canvas.draw_line(), draw_circle(), etc.
* Camera images are less curved than before