Skip to content

Commit

Permalink
Bug fix: GPS lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
n-akram committed Nov 2, 2023
1 parent fdf8ea2 commit b59ea6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SafeDrones/core/SafeDrones.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ def GPS_Failure_Risk_Calc(self, SatStatus=None, time=None, Lambda = None, MaxSat

t = sym.Symbol('t')

if Lambda == None:
Lambda = self.GPS_Lambda
L = Lambda

if SatStatus is None:
Expand Down

0 comments on commit b59ea6e

Please sign in to comment.