4
0

package.xml 865 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format3.xsd"?>
  3. <package format="3">
  4. <name>world</name>
  5. <version>2.0.0</version>
  6. <description>
  7. WorldModel - ROS2 World State Central Hub
  8. A universal Entity-Based world state management framework for AI Agents.
  9. Features:
  10. - Entity System with State Diff and TTL
  11. - Environment and System State Management
  12. - Thread-safe Operations
  13. - YAML-driven Dynamic Configuration
  14. - Snapshot Publishing for LLM/Planner Integration
  15. </description>
  16. <maintainer email="dev@example.com">Developer</maintainer>
  17. <license>MIT</license>
  18. <buildtool_depend>ament_python</buildtool_depend>
  19. <depend>rclpy</depend>
  20. <depend>std_msgs</depend>
  21. <test_depend>python3-pytest</test_depend>
  22. <export>
  23. <build_type>ament_python</build_type>
  24. </export>
  25. </package>