We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e490327 commit 588f70fCopy full SHA for 588f70f
README.md
@@ -120,7 +120,7 @@ try:
120
if(debug_mode):
121
print("Speed : ",carSpeed)
122
#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]))
+ print("Left : " + str(sensors[0]) + " | " + "Middle : " + str(sensors[1]) +" | " + "Right : " + str(sensors[2]))
124
125
#Showing the opencv type image
126
cv2.imshow('frames', image)
0 commit comments