forked from Javier-DlaP/ad_perdevkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (18 loc) · 677 Bytes
/
package.xml
File metadata and controls
23 lines (18 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<package>
<name>ad_perdevkit</name>
<version>0.0.0</version>
<description>The ad_perdevkit package</description>
<maintainer email="robesafe@todo.todo">robesafe</maintainer>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
<build_depend>std_msgs</build_depend>
<run_depend>std_msgs</run_depend>
<build_depend>geometry_msgs</build_depend>
<run_depend>geometry_msgs</run_depend>
<build_depend>vision_msgs</build_depend>
<run_depend>vision_msgs</run_depend>
<build_depend>rospy</build_depend>
<run_depend>rospy</run_depend>
</package>