We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c4e2c commit d04861cCopy full SHA for d04861c
1 file changed
MAVProxy/modules/mavproxy_smartflight/smart_flight_planner.py
@@ -296,6 +296,8 @@ def cmd_compute(self):
296
self.uuid = uuid4()
297
print(f"Created new plan with UUID: {self.uuid}")
298
self._plan = self.post_plan() # TODO parse return
299
+ if self._plan is None:
300
+ return
301
302
if len(self._plan["paths"]) == 0:
303
notifications = self._plan["notifications"]
0 commit comments