config.ini 687 B

12345678910111213141516171819202122232425262728293031323334
  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_left = 150
  23. overhead_right = 100
  24. [mag_sensor]
  25. [opt_sensor]