You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
715 B

  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>stretch_dashboard</name>
  4. <version>0.2.0</version>
  5. <description>
  6. A Python GUI plugin for displaying a dashboard that displays and interacts with the Stretch robot.
  7. </description>
  8. <maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
  9. <license>Apache License 2.0</license>
  10. <buildtool_depend>catkin</buildtool_depend>
  11. <exec_depend>rospy</exec_depend>
  12. <exec_depend>rqt_gui</exec_depend>
  13. <exec_depend>rqt_robot_dashboard</exec_depend>
  14. <exec_depend>sensor_msgs</exec_depend>
  15. <exec_depend>std_msgs</exec_depend>
  16. <exec_depend>std_srvs</exec_depend>
  17. <export>
  18. <rqt_gui plugin="${prefix}/plugin.xml"/>
  19. </export>
  20. </package>