You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an expert in Kalman, but isn't the use of latitude/longitude going to make the algorithm performance vary depending on where you are on earth? And also the two different scales in x/y axis makes weird to define a R value related to that coordinate system?
Wouldn't it make much more sense to do it with projected coordinates (e.g. MKMapPoints) and supply the R value in meters and convert it to MKMapPoints based on the latitude?
The text was updated successfully, but these errors were encountered:
I'm not an expert in Kalman, but isn't the use of latitude/longitude going to make the algorithm performance vary depending on where you are on earth? And also the two different scales in x/y axis makes weird to define a R value related to that coordinate system?
Wouldn't it make much more sense to do it with projected coordinates (e.g. MKMapPoints) and supply the R value in meters and convert it to MKMapPoints based on the latitude?
The text was updated successfully, but these errors were encountered: