forked from NGCP/VTOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configs.json
35 lines (35 loc) · 867 Bytes
/
configs.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
{
"vehicle_type": "Quadcopter",
"vehicle_id": 1,
"vehicle_simulated": true,
"3dr_solo": false,
"cv_simulated": {
"toggled_on": true,
"directory": "./simulation_images/"
},
"mission_control_MAC": "0013A200409BD79C",
"baud_rate": 57600,
"altitude": 10,
"air_speed": 10,
"waypoint_tolerance": 3,
"orbit_number": 1,
"radius": 2,
"d_theta_rad": 0.392699,
"quick_scan_specific": {
"role_switching": false,
"quick_scan_images": "./quick_scan_images/",
"rad_threshold" : 0.174533,
"demo": false,
"comms_simulated": {
"toggled_on": true,
"comm_sim_file": "comm_sim_quick_scan.json"
}
},
"detailed_search_specific": {
"comms_simulated": {
"toggled_on": true,
"comm_sim_file": "comm_sim_detailed_search.json"
},
"poi_scan_altitude": 5
}
}