-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathsettings.yaml
More file actions
34 lines (33 loc) · 639 Bytes
/
Copy pathsettings.yaml
File metadata and controls
34 lines (33 loc) · 639 Bytes
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
info:
settings: v1
car:
build: mark2
name: car1
hardware:
camera:
calibration_file:
path: camera_calibration/calib.json
type: json
image:
shape: [320, 240, 3]
server:
#ip: '10.12.10.127'
ip: '192.168.1.133'
# ip: '192.168.43.10'
video:
port: 2201
command: "python -u video_streaming.py"
steering:
port: 2203
command: "python3 -u steering_server.py"
imu:
port: 2204
command: "python -u imu_server.py"
odo:
port: 2206
command: "python3 -u odometry.py"
slam:
ip: '127.0.0.1'
port: 2207
master:
port: 2205