Skip to content

Fix typo in Madgwick filter documentation#140

Open
nbelakovski wants to merge 1 commit into
Mayitzin:masterfrom
nbelakovski:patch-1
Open

Fix typo in Madgwick filter documentation#140
nbelakovski wants to merge 1 commit into
Mayitzin:masterfrom
nbelakovski:patch-1

Conversation

@nbelakovski
Copy link
Copy Markdown

$J_{g,b}$ should be a 6x4 matrix, so that its transpose is 4x6, which can then be multiplied by the 6 element $f_{g,b}$ vector.

More importantly than just the dimensions, $J_{g,b}$ should look like this:

$$\begin{bmatrix} \frac{\partial f_{g_1}}{\partial q_w} & \frac{\partial f_{g_1}}{\partial q_x} & ... & \frac{\partial f_{g_1}}{\partial q_z} \\ ... \\ \frac{\partial f_{b_3}}{\partial q_w} & \frac{\partial f_{b_3}}{\partial q_x} & ... & \frac{\partial f_{b_3}}{\partial q_z} \\ \end{bmatrix}$$

J_gb should be a 6x4 matrix, so that its transpose is 4x6, which can then be multiplied by the 6 element f_gb vector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant