-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
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
manif/examples/se3_localization.cpp
Line 243 in ad00494
| X = X.plus(u_est, J_x, J_u); // X * exp(u), with Jacobians |
manif/examples/se3_localization.cpp
Line 245 in ad00494
| P = J_x * P * J_x.transpose() + J_u * U * J_u.transpose(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels