Explorar el Código

updated comments

subDesTagesMitExtraKaese hace 3 años
padre
commit
463c7a89ec
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      raspberry-pi/config.ini

+ 3 - 3
raspberry-pi/config.ini

@@ -16,13 +16,13 @@
   # distance of the sensors in front of y=0 in mm
   y_offset = 50
 
-  # left sensor x offset to the right border at x=0 in mm 
+  # left sensor x offset to the left border at x=0 in mm 
   left_x_offset = 0
 
-  # right sensor x offset to the left border at x=width in mm 
+  # right sensor x offset to the right border at x=width in mm 
   right_x_offset = 0
 
-  # distance to y=0 at which the calibration takes place in mm
+  # positions [(x,y1), (x,y2)] at which the calibration takes place in mm
   calibration_y_offset_1 = 100
   calibration_y_offset_2 = 395
   calibration_x_offset   = 195