config.yaml 813 B

123456789101112131415161718192021222324252627282930313233343536
  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. system_settings:
  31. speed: 100.0
  32. acceleration: 500.0