package.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>factory_alignment_demo</name>
  4. <version>0.1.0</version>
  5. <description>Task-2 demo: align the vehicle heading to a detected factory sign.</description>
  6. <maintainer email="ucar@example.com">ucar</maintainer>
  7. <license>BSD-3-Clause</license>
  8. <buildtool_depend>catkin</buildtool_depend>
  9. <build_depend>actionlib</build_depend>
  10. <build_depend>actionlib_msgs</build_depend>
  11. <build_depend>geometry_msgs</build_depend>
  12. <build_depend>move_base_msgs</build_depend>
  13. <build_depend>nav_msgs</build_depend>
  14. <build_depend>rospy</build_depend>
  15. <build_depend>std_msgs</build_depend>
  16. <exec_depend>actionlib</exec_depend>
  17. <exec_depend>actionlib_msgs</exec_depend>
  18. <exec_depend>geometry_msgs</exec_depend>
  19. <exec_depend>move_base_msgs</exec_depend>
  20. <exec_depend>nav_msgs</exec_depend>
  21. <exec_depend>rospy</exec_depend>
  22. <exec_depend>std_msgs</exec_depend>
  23. <build_depend>std_srvs</build_depend>
  24. <build_depend>tf2_ros</build_depend>
  25. <exec_depend>std_srvs</exec_depend>
  26. <exec_depend>tf2_ros</exec_depend>
  27. <exec_depend>sign_recognition</exec_depend>
  28. </package>