package.xml 892 B

1234567891011121314151617181920212223242526272829
  1. <package>
  2. <name>nav_msgs</name>
  3. <version>1.13.1</version>
  4. <description>
  5. nav_msgs defines the common messages used to interact with the
  6. <a href="http://wiki.ros.org/navigation">navigation</a> stack.
  7. </description>
  8. <maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
  9. <license>BSD</license>
  10. <url>http://wiki.ros.org/nav_msgs</url>
  11. <author email="tfoote@osrfoundation.org">Tully Foote</author>
  12. <buildtool_depend>catkin</buildtool_depend>
  13. <build_depend>geometry_msgs</build_depend>
  14. <build_depend>message_generation</build_depend>
  15. <build_depend>std_msgs</build_depend>
  16. <build_depend>actionlib_msgs</build_depend>
  17. <run_depend>geometry_msgs</run_depend>
  18. <run_depend>message_runtime</run_depend>
  19. <run_depend>std_msgs</run_depend>
  20. <run_depend>actionlib_msgs</run_depend>
  21. <export>
  22. <architecture_independent/>
  23. </export>
  24. </package>