This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
60 lines (60 loc) · 1.75 KB
/
settings.json
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
56
57
58
59
60
{
"marker_size": 6.0,
"max_exposure": -9,
"camera_aperture": 2.8,
"camera_iso": 200,
"motors_turn_off_height": 32.0,
"optical_landing_allowed": true,
"max_marker_height": 200,
"pid_file": "pid.json",
"camera_matrix_file": "camera_matrix.json",
"camera_distortions_file": "camera_distortions.json",
"web_resources_folder": "web/static",
"web_templates_folder": "web/templates",
"blackbox_folder": "blackbox/",
"frame_width": 1280,
"frame_height": 720,
"disable_auto_exposure": true,
"disable_auto_wb": true,
"disable_auto_focus": true,
"default_server_host": "localhost",
"default_server_port": 80,
"default_video_port": 8080,
"video_stream_enabled_by_default": true,
"blackbox_enabled": true,
"serial_reconnect_time": 500,
"udp_timeout": 2000,
"telemetry_lost_time": 3000,
"platform_lost_time": 1000,
"platform_light_enable_threshold": 1000,
"platform_light_disable_threshold": 3000,
"platform_loop_timer": 200,
"fps_measure_period": 2000,
"adaptive_thresh_constant": 15,
"aruco_dictionary": 0,
"allowed_ids": [9],
"input_filter": 0.30,
"setpoint_alignment_factor": 0.75,
"allowed_lost_frames": 10,
"landing_decrement": 0.20,
"allowed_landing_range_xy": 5.0,
"allowed_landing_range_yaw": 5.0,
"min_satellites_num_start": 8,
"min_satellites_num": 8,
"min_battery_voltage_start": 11.0,
"setpoint_x": 0.0,
"setpoint_y": 0.0,
"setpoint_yaw": 0.0,
"drone_data_suffix_1": 238,
"drone_data_suffix_2": 239,
"platform_data_suffix_1": 238,
"platform_data_suffix_2": 239,
"push_osd_after_frames": 2,
"planet_radius": 6378.137,
"speed_filter": 0.5,
"max_platform_speed": 10,
"is_gps_prediction_allowed": false,
"stop_prediction_on_distance": 10,
"log_fps": false,
"log_api_requests": false
}