Skip to content

Question about jacobian in se_3 localization example #330

@QiuYue-bit

Description

@QiuYue-bit

Hi , I have a question about the state transition matrix in se_3 localization demo.

In ESKF, the state transition matrix can be caculate by $\delta x_{k+1} = F \delta x_{k}$ ,in this system, propagation equation is , $X_{k+1} = X_{k} \oplus \tau $, thus F can be calculated by $\frac{\partial(X \cdot \exp (\tau ))}{\partial X} $, however the F I see in the code is the right Jacobian $J_{r}(\tau)$ , why?

X = X.plus(u_est, J_x, J_u); // X * exp(u), with Jacobians

P = J_x * P * J_x.transpose() + J_u * U * J_u.transpose();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions