Skip to content

Commit 588f70f

Browse files
Update README.md
1 parent e490327 commit 588f70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ try:
120120
if(debug_mode):
121121
print("Speed : ",carSpeed)
122122
#currently the angle between the sensors is 30 degree TODO : be able to change that from conf.py
123-
print("Left : " + str(sensors[0]) + " | " + "Left : " + str(sensors[1]) +" | " + "Left : " + str(sensors[2]))
123+
print("Left : " + str(sensors[0]) + " | " + "Middle : " + str(sensors[1]) +" | " + "Right : " + str(sensors[2]))
124124

125125
#Showing the opencv type image
126126
cv2.imshow('frames', image)

0 commit comments

Comments
 (0)