-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.43 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"move_power_angle_3":"60",
"cnn_default_model":"generic_fast_low",
"prog_maxblocks":"-1",
"camera_jpeg_quality":"5",
"show_page_control":"true",
"camera_framerate":"30",
"prog_scrollbars":"true",
"move_fw_speed":"100",
"motor_min_power":"0",
"motor_max_power":"100",
"prog_level":"adv",
"move_motor_trim":"1",
"cv_image_factor":"2",
"move_power_angle_1":"45",
"camera_path_object_size_min":"4000",
"button_func":"none",
"camera_color_object_size_min":"4000",
"camera_jpeg_bitrate":"1000000",
"move_fw_elapse":"1",
"show_control_move_commands":"true",
"camera_color_object_size_max":"160000",
"show_page_prefs":"true",
"camera_exposure_mode":"auto",
"ctrl_tr_elapse":"-1",
"show_page_program":"true",
"move_tr_elapse":"0.5",
"camera_path_object_size_max":"160000",
"sound_shutter":"$shutter",
"ctrl_fw_elapse":"-1",
"sound_stop":"$shutdown",
"ctrl_tr_speed":"80",
"ctrl_fw_speed":"100",
"move_tr_speed":"85",
"move_power_angle_2":"60",
"ctrl_hud_image":"",
"load_at_start":"",
"sound_start":"$startup",
"hardware_version":"5",
"audio_volume_level":"100",
"wifi_mode":"ap",
"wifi_ssid":"coderbot",
"wifi_psk":"coderbot",
"packages_installed":"",
"admin_password":"",
"pid_kp":"8.0",
"pid_kd":"0.0",
"pid_ki":"0.0",
"pid_max_speed":"200",
"pid_sample_time":"0.05",
"movement_use_mpu": "false",
"movement_use_motion": "false",
"movement_use_encoder": "true"
}