ソースを参照

updated comments

subDesTagesMitExtraKaese 3 年 前
コミット
463c7a89ec
1 ファイル変更3 行追加3 行削除
  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