-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrbpf_both.toml
More file actions
55 lines (46 loc) · 1.14 KB
/
Copy pathrbpf_both.toml
File metadata and controls
55 lines (46 loc) · 1.14 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# RBPF with both gravity and magnetic anomaly measurements
input = "data/input"
output = "data/output/rbpf/both"
mode = "particle-filter"
seed = 42
generate_plot = true
parallel = true
[logging]
level = "info"
file = "log/rbpf_both.log"
[particle_filter]
num_particles = 1000
position_init_std_m = [10.0, 10.0, 5.0]
velocity_init_std_mps = 1.0
attitude_init_std_rad = 0.1
position_process_noise_std_m = [1.0, 1.0, 1.0]
velocity_process_noise_std_mps = 1e-3
attitude_process_noise_std_rad = 0.01
geo_bias_init_std = 1.0
geo_bias_process_noise_std = 1e-3
zero_vertical_velocity = true
zero_vertical_velocity_std_mps = 0.1
[geophysical]
# Gravity anomaly measurements
gravity_resolution = "one_minute"
gravity_bias = 0.0
gravity_noise_std = 100.0
# Magnetic anomaly measurements
magnetic_resolution = "two_minutes"
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 = "fixed_interval"
interval_s = 60.0
phase_s = 0.0
[gnss_degradation.fault]
kind = "degraded"
rho_pos = 0.99
sigma_pos_m = 15.0
rho_vel = 0.95
sigma_vel_mps = 5.0
r_scale = 15.0