package.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <package>
  2. <name>robot_config</name>
  3. <version>0.3.0</version>
  4. <description>
  5. An automatically generated package with all the configuration and launch files for using the a9 with the MoveIt Motion Planning Framework
  6. </description>
  7. <author email="123@163.com">123</author>
  8. <maintainer email="123@163.com">123</maintainer>
  9. <license>BSD</license>
  10. <url type="website">http://moveit.ros.org/</url>
  11. <url type="bugtracker">https://github.com/moveit/moveit/issues</url>
  12. <url type="repository">https://github.com/moveit/moveit</url>
  13. <buildtool_depend>catkin</buildtool_depend>
  14. <run_depend>moveit_ros_move_group</run_depend>
  15. <run_depend>moveit_fake_controller_manager</run_depend>
  16. <run_depend>moveit_kinematics</run_depend>
  17. <run_depend>moveit_planners</run_depend>
  18. <run_depend>moveit_ros_visualization</run_depend>
  19. <run_depend>moveit_setup_assistant</run_depend>
  20. <run_depend>moveit_simple_controller_manager</run_depend>
  21. <run_depend>joint_state_publisher</run_depend>
  22. <run_depend>joint_state_publisher_gui</run_depend>
  23. <run_depend>robot_state_publisher</run_depend>
  24. <run_depend>rviz</run_depend>
  25. <run_depend>tf2_ros</run_depend>
  26. <run_depend>xacro</run_depend>
  27. <!-- The next 2 packages are required for the gazebo simulation.
  28. We don't include them by default to prevent installing gazebo and all its dependencies. -->
  29. <!-- <run_depend>joint_trajectory_controller</run_depend> -->
  30. <!-- <run_depend>gazebo_ros_control</run_depend> -->
  31. <!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment. Commented the dependency until this works. -->
  32. <!-- <run_depend>warehouse_ros_mongo</run_depend> -->
  33. <run_depend>a9</run_depend>
  34. </package>