forked from bcohen/pviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
27 lines (21 loc) · 714 Bytes
/
manifest.xml
File metadata and controls
27 lines (21 loc) · 714 Bytes
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
<package>
<description brief="pviz">
The PR2 Visualization Library
</description>
<author>Benjamin Cohen/bcohen@seas.upenn.edu</author>
<license>BSD</license>
<review status="unreviewed" notes="" />
<url>http://www.ros.org/wiki/pviz</url>
<depend package="kdl"/>
<depend package="kdl_parser"/>
<depend package="pr2_arm_kinematics"/>
<depend package="kinematics_msgs"/>
<depend package="roscpp"/>
<depend package="tf"/>
<depend package="visualization_msgs"/>
<depend package="pr2_controllers_msgs"/>
<depend package="geometry_msgs"/>
<export>
<cpp cflags="-I${prefix}/include -O3 -g" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lpviz"/>
</export>
</package>