docs: Fix a few typos
There are small typos in: - experiments/ILS.py - experiments/gauss.py - experiments/ukf_range.py - kf_book/book_plots.py Fixes: - Should read `standard` rather than `standand`. - Should read `search` rather than `seach`. - Should read `object` rather than `obect`. - Should read `measurement` rather than `measurment`. - Should read `consistent` rather than `consistant`.
This commit is contained in:
@@ -35,7 +35,7 @@ def transmitter_range(pos, transmitter_pos):
|
||||
|
||||
|
||||
|
||||
# compute measurement of where you are with respect to seach sensor
|
||||
# compute measurement of where you are with respect to search sensor
|
||||
|
||||
|
||||
rz= transmitter_range(user_pos, t_pos) # $B21,22
|
||||
|
||||
Reference in New Issue
Block a user