Added LM to VIO
This commit is contained in:
parent
f8285ccc64
commit
8ffa903eb2
|
@ -56,7 +56,7 @@ KeypointVioEstimator::KeypointVioEstimator(
|
||||||
config(config),
|
config(config),
|
||||||
lambda(1e-6),
|
lambda(1e-6),
|
||||||
min_lambda(1e-12),
|
min_lambda(1e-12),
|
||||||
max_lambda(10),
|
max_lambda(100),
|
||||||
lambda_vee(2) {
|
lambda_vee(2) {
|
||||||
this->obs_std_dev = config.vio_obs_std_dev;
|
this->obs_std_dev = config.vio_obs_std_dev;
|
||||||
this->huber_thresh = config.vio_obs_huber_thresh;
|
this->huber_thresh = config.vio_obs_huber_thresh;
|
||||||
|
|
Loading…
Reference in New Issue