forked from osrf/baxter_tweet_face
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (20 loc) · 776 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package>
<name>baxter_tweet_face</name>
<version>0.1.0</version>
<description>Tweet to push images to baxter's face!</description>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/osrf/baxter_tweet_face</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>opencv2</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>twitter</build_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>opencv2</run_depend>
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>twitter</run_depend>
</package>