Skip to content
Snippets Groups Projects
Commit c45ab893 authored by oceanpdoshi@g.ucla.edu's avatar oceanpdoshi@g.ucla.edu
Browse files

fixed a typo that caused algorithm to not compile

parent c29b115b
Branches
No related merge requests found
......@@ -72,7 +72,7 @@ class EKF_GS_BOUND(ekf_algo_framework):
var_range = self.var_range
var_range = self.var_range
range_max = self.range_max
range_max = self.max_range
var_bearing = self.var_bearing
R = np.matrix(max(var_range, range_max, var_bearing)*np.identity(2))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment