added changed formulation, no positive result
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user