config.ini 658 B

123456789101112131415161718192021222324252627282930313233
  1. # size of the trackable area
  2. [field]
  3. # width in mm
  4. x = 450
  5. # height in mm
  6. y = 450
  7. # acoustic sensor config
  8. [ac_sensor]
  9. # distancce between receivers in mm
  10. sensor_distance = 450
  11. # distance of the sensors in front of y=0 in mm
  12. y_offset = 10
  13. # left sensor x offset to the right border at x=0 in mm
  14. left_x_offset = 0
  15. # right sensor x offset to the left border at x=sensor_distance in mm
  16. right_x_offset = 0
  17. # default speed of sound in mm / us (or km / s)
  18. # only used before calibration
  19. sonicspeed = 0.343
  20. # default arduino timing overhead in us
  21. # only used before calibration
  22. overhead = 150
  23. [mag_sensor]
  24. [opt_sensor]