diff --git a/waypoint_manager/scripts/manager_GUI.py b/waypoint_manager/scripts/manager_GUI.py index 87161ed..b24b7ae 100755 --- a/waypoint_manager/scripts/manager_GUI.py +++ b/waypoint_manager/scripts/manager_GUI.py @@ -161,6 +161,8 @@ if self.waypoints is None: self.message("Please open waypoints file ") self.menu_open_waypoints() + else: + self.plot_waypoints() return