Skip to content

Commit c0de760

Browse files
Update Example.py
1 parent 588f70f commit c0de760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example.py

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

5252
#showing the opencv type image
5353
cv2.imshow('frames', image)

0 commit comments

Comments
 (0)