-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (20 loc) · 815 Bytes
/
package.xml
File metadata and controls
24 lines (20 loc) · 815 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
<?xml version="1.0"?>
<package>
<name>ros2_proto</name>
<version>0.0.0</version>
<description>The ros2_prot package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="bcharrow@todo.todo">bcharrow</maintainer>
<license>TODO</license>
<build_depend>cpp_common</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>roscpp_serialization</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>cpp_common</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>roscpp_serialization</run_depend>
<run_depend>message_generation</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>