-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathekf_mag.toml
More file actions
37 lines (29 loc) · 713 Bytes
/
Copy pathekf_mag.toml
File metadata and controls
37 lines (29 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# EKF with magnetic anomaly measurements only
input = "data/input"
output = "data/output/ekf/mag"
mode = "closed-loop"
seed = 42
parallel = true
[logging]
level = "info"
file = "log/ekf_mag.log"
[closed_loop]
filter = "ekf"
[geophysical]
# Magnetic anomaly measurements
magnetic_resolution = "two_minutes"
magnetic_bias = 0.0
magnetic_noise_std = 150.0
# magnetic_map_file will be auto-detected if not specified
# Gravity anomaly disabled for this config
# gravity_resolution = ""
# gravity_bias = 0.0
# gravity_noise_std = 100.0
# Measurement frequency (seconds)
geo_frequency_s = 1.0
[gnss_degradation]
seed = 42
[gnss_degradation.scheduler]
kind = "pass_through"
[gnss_degradation.fault]
kind = "none"