config.ini 706 B

123456789101112131415161718192021222324252627282930313233343536
  1. # size of the trackable area
  2. [field]
  3. # width in mm
  4. x = 380
  5. # height in mm
  6. y = 380
  7. [arduino]
  8. # leave port empty for auto config
  9. # port =
  10. port = /dev/ttyACM0
  11. # acoustic sensor config
  12. [ac_sensor]
  13. # distance of the sensors in front of y=0 in mm
  14. y_offset = 50
  15. # left sensor x offset to the right border at x=0 in mm
  16. left_x_offset = 0
  17. # right sensor x offset to the left border at x=sensor_distance in mm
  18. right_x_offset = 0
  19. # default speed of sound in mm / us (or km / s)
  20. # only used before calibration
  21. sonicspeed = 0.343
  22. # default arduino timing overhead in us
  23. # only used before calibration
  24. overhead_left = 200
  25. overhead_right = 200
  26. [mag_sensor]
  27. [opt_sensor]