added changed formulation, no positive result

This commit is contained in:
2019-05-16 15:53:07 +02:00
parent 2ee7c248c1
commit 6b208dbc44
4 changed files with 98 additions and 147 deletions

View File

@ -195,9 +195,9 @@ class MsckfVio {
// for a single feature observed at a single camera frame.
void measurementJacobian(const StateIDType& cam_state_id,
const FeatureIDType& feature_id,
Eigen::Matrix<double, 4, 6>& H_x,
Eigen::Matrix<double, 4, 3>& H_f,
Eigen::Vector4d& r);
Eigen::Matrix<double, 2, 6>& H_x,
Eigen::Matrix<double, 2, 3>& H_f,
Eigen::Vector2d& r);
// This function computes the Jacobian of all measurements viewed
// in the given camera states of this feature.
void featureJacobian(const FeatureIDType& feature_id,