Set up for Pyplot display

This commit is contained in:
Dr. Simon Levy
2016-08-10 13:31:08 -04:00
parent 0f8d598b8d
commit 4f7123f956
3 changed files with 202 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ MAP_SIZE_METERS = 32
from breezyslam.algorithms import Deterministic_SLAM, RMHC_SLAM
from mines import MinesLaser, Rover, load_data
from cvslamshow import SlamShow
from pltslamshow import SlamShow
from sys import argv, exit