-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathekf_grav.toml
More file actions
37 lines (29 loc) · 712 Bytes
/
Copy pathekf_grav.toml
File metadata and controls
37 lines (29 loc) · 712 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 gravity anomaly measurements only
input = "data/input"
output = "data/output/ekf/grav"
mode = "closed-loop"
seed = 42
parallel = true
[logging]
level = "info"
file = "log/ekf_grav.log"
[closed_loop]
filter = "ekf"
[geophysical]
# Gravity anomaly measurements
gravity_resolution = "one_minute"
gravity_bias = 0.0
gravity_noise_std = 100.0
# gravity_map_file will be auto-detected if not specified
# Magnetic anomaly disabled for this config
# magnetic_resolution = ""
# magnetic_bias = 0.0
# magnetic_noise_std = 150.0
# Measurement frequency (seconds)
geo_frequency_s = 1.0
[gnss_degradation]
seed = 42
[gnss_degradation.scheduler]
kind = "pass_through"
[gnss_degradation.fault]
kind = "none"