config.yaml 925 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. measurement_devices:
  2. - id: "device_1"
  3. position: [100.0, 200.0, 50.0]
  4. slots:
  5. - position: [10.0, 20.0, 50.0]
  6. occupied: False
  7. - position: [20.0, 20.0, 50.0]
  8. occupied: False
  9. - position: [30.0, 20.0, 50.0]
  10. occupied: False
  11. - id: "device_2"
  12. position: [100.0, 300.0, 50.0]
  13. slots:
  14. - position: [10.0, 20.0, 50.0]
  15. occupied: False
  16. - position: [20.0, 20.0, 50.0]
  17. occupied: False
  18. - position: [30.0, 20.0, 50.0]
  19. occupied: False
  20. feeder:
  21. position: [0.0, 0.0, 50.0]
  22. approach_position: [0.0, 0.0, 100.0]
  23. dropoff_grades:
  24. accepted:
  25. position: [500.0, 0.0, 50.0]
  26. capacity_threshold: 0.8
  27. rejected:
  28. position: [500.0, 100.0, 50.0]
  29. capacity_threshold: 0
  30. mqtt:
  31. broker: localhost
  32. port: 1883
  33. username: robot
  34. password: robot
  35. keepalive: 60
  36. system_settings:
  37. speed: 100.0
  38. acceleration: 500.0
  39. safe_height: 20.0