-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoderbot.cfg
More file actions
44 lines (44 loc) · 1.09 KB
/
coderbot.cfg
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"camera_resolutions": {
"default": [
1296,
972
],
"SD": [
320,
240
],
"LD": [
160,
120
]
},
"default_distance_motion_move": "",
"default_elapse_move": 2.7,
"program_path": "data",
"pin_motor_right_forward": 4,
"program_video_rec": false,
"pin_enable_motor": 22,
"program_autosave_on_run": false,
"listen_port": 8080,
"config_path": "users",
"pin_motor_left_forward": 25,
"record_path": "DCIM",
"advanced_user": false,
"pin_motor_right_backward": 17,
"default_elapse_turn": 0.744,
"PWM_frequency": 100,
"editor_level": "adv",
"pin_servo_right": 4,
"useMbrola": true,
"pin_motor_left_backward": 24,
"default_angle_motion_turn": "",
"use_servos": true,
"default_speed_motion_move": "",
"default_speed_move": 100,
"program_extension": "bot",
"camera_framerate": 30,
"default_speed_motion_turn": "",
"default_speed_turn": 50,
"pin_servo_left": 25
}