config.ini 678 B

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