-
Notifications
You must be signed in to change notification settings - Fork 15
/
geolocate.ini
53 lines (49 loc) · 1 KB
/
geolocate.ini
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
[geolocate]
####
# BirdsEye
####
n_targets = 2
# antenna_type options are [omni, directional]
antenna_type = directional
n_antennas = 1
power_tx = 26
directivity_tx = 1
freq = 5.7e9
fading_sigma = 8
threshold = -120
map_width = 400
n_particles = 3000
resample_proportion = 0.1
#1000
# if defined, use static antenna position and heading.
# static_position = -41.276825,174.777969
#static_position = 32.922651, -117.120815
#static_heading = 0
#replay_file = gamutrf_fieldtest/aligned_1653599174_1653599808.json
#replay_file = replay_files/mqtt-inference-1701073241.113538.log
#plot_dir = gamutrf_fieldtest/aligned_1653599174_1653599808/
####
# Display
####
plot_every_n = 1
local_plot = True
make_gif = False
#####
# PLANNER
####
# set to False to disable actional proposal (will save time)
use_planner = True
planner_method = repp
experiment_name = repp_dev
####
# MQTT
####
mqtt_host = mqtt
#mqtt_host = host.docker.internal
mqtt_port = 1883
####
# Flask
####
use_flask = True
flask_host = 0.0.0.0
flask_port = 4999