def test(self): try: this_dir = os.path.dirname(os.path.abspath(__file__)) init(visualiser_args=['--maps', '{}/RRT_test_map_2D.py'.format(this_dir)]) graphics_test() finally: destroy()
def test(self): try: init() graphics_test() finally: destroy()