def undock(): undock_robot() return redirect(url_for('main.home'))
def get(self): undock_robot() return {'Undock': 'Complete'}