environment.yaml 704 B

12345678910111213141516171819202122232425262728
  1. # Environment Node 配置文件
  2. # 此文件作为 fallback 配置,实际配置由 config_node 统一管理
  3. # 发布配置
  4. publish_topic: "/ai/env"
  5. # 发布间隔 (秒)
  6. intervals:
  7. battery_seconds: 1
  8. temperature_seconds: 1
  9. weather_seconds: 1
  10. map_seconds: 1
  11. map:
  12. points:
  13. - id: "A"
  14. name: "办公室"
  15. position: {x: 1.633, y: 3.490, z: 0.0}
  16. orientation: {x: 0.0, y: 0.0, z: 0.618, w: 0.786}
  17. - id: "B"
  18. name: "大堂接待"
  19. position: {x: 2.436, y: -0.574, z: 0.0}
  20. orientation: {x: 0.0, y: 0.0, z: -0.090, w: 0.996}
  21. - id: "C"
  22. name: "园区"
  23. position: {x: 0.024, y: -1.820, z: 0.0}
  24. orientation: {x: 0.0, y: 0.0, z: 0.031, w: 1.000}