is about in plane, and the resolution along the Galileo trajectory is about . The sharp increase of happens from to (about ). In computing grid this covers about cells.
The problem with box, shell and tcp plots: because of interpolation of non-primitive variables (e.g. ) and the missing of their ghost cell information, we can clearly see gaps in contour plot indicating the boundaries of blocks.
The fix for this is message passing after plotvar has been filled: instead of one stage, we do two stages: in the first stage, we set the plot variables and do message passing if needed; in the second stage, we will have already received the ghost cell values, and then we do the interpolation and write to files.
Example:
Kalman filter is used when:
The variable of interest can only be measured indirectly.
Measurements are available from various sensors but might be subject to the presence of noise. (e.g. IMU, odometer and GPS for estimation of exact position)
State observer used as a feedback to measure the wanted variables indirectly.