-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgeonav_example.toml
More file actions
40 lines (31 loc) · 824 Bytes
/
Copy pathgeonav_example.toml
File metadata and controls
40 lines (31 loc) · 824 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
38
39
40
# Example configuration with geophysical measurements
# Generated by strapdown-sim config wizard
input = "data/input/sample.csv"
output = "data/output/geonav_result.csv"
mode = "ClosedLoop"
seed = 42
parallel = false
generate_plot = false
[logging]
level = "info"
[closed_loop]
filter = "Ukf"
[geophysical]
# Gravity anomaly measurements
gravity_resolution = "OneMinute"
gravity_bias = 0.0
gravity_noise_std = 100.0
# gravity_map_file will be auto-detected if not specified
# Magnetic anomaly measurements
magnetic_resolution = "OneMinute"
magnetic_bias = 0.0
magnetic_noise_std = 150.0
# magnetic_map_file will be auto-detected if not specified
# Measurement frequency (seconds)
geo_frequency_s = 1.0
[gnss_degradation]
seed = 42
[gnss_degradation.scheduler]
type = "Always"
[gnss_degradation.fault]
type = "None"