Skip to content

Commit dbe9c5e

Browse files
Update config.py
1 parent 7bf66d0 commit dbe9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
SIMULATOR_IP = "127.0.0.1"
66
SIMULATOR_PORT = 25001
77

8-
CAMERA_RESOLUTION = [720, 360] # [Width, Height]
8+
CAMERA_RESOLUTION = [512, 512] # [Width, Height]
99

1010

0 commit comments

Comments
 (0)