|
gtsam
|
Public Member Functions | |
| Innovation (const Unit3 &y, const Unit3 &d, int index) | |
| Innovation ν = d×(ŷ) where ŷ is the predicted measurement under φ/ρ. | |
| Innovation (const Unit3 &y, const Unit3 &d, int index, const M &xi_ref) | |
| Vector3 | operator() (const M &xi_hat, OptionalJacobian< 3, M::dimension > H={}) const |
Public Attributes | |
| Unit3 | y_ |
| Unit3 | d_ |
| M | xi_ref_ |
| int | index_ |
Public Types | |
| using | M = State<N> |