Solving the Jacobian for every variable in the system.
Because GPS rotates in the clockwise direction, and traditional math assumes a increase in the counter-clockwise direction, we can calculate the mathematical by doing: . This is the angle used in all the following calculations.
Recall the system matrices:
System Matrices
The following is the system’s state matrix, :
With the given inputs, we can define our control matrix, :
Because we have a theta, we will also be using a rotation matrix to globalize the vehicles positioning.
And all the perfect estimate equations are:
Link to original
As a result, we can calculate the partial derivatives of each estimate as such:
Equation () | |||||
---|---|---|---|---|---|
1 | 0 | 0 | |||
0 | 1 | 0 | |||
0 | 0 | 1 | 0 | ||
0 | 0 | 0 | 1 | ||
0 | 0 | 0 | 0 | 1 |