-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (19 loc) · 822 Bytes
/
package.xml
File metadata and controls
23 lines (19 loc) · 822 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 format="3">
<name>nodelet_or_node</name>
<version>1.0.0</version>
<description>Helper package for easy launch of a nodelet either standalone or in a manager.</description>
<maintainer email="peckama2@fel.cvut.cz">Martin Pecka</maintainer>
<author email="peckama2@fel.cvut.cz">Martin Pecka</author>
<license>BSD</license>
<url type="website">https://github.com/peci1/nodelet_or_node</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>bondcpp</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>unique_id</build_depend>
<exec_depend>bondcpp</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>unique_id</exec_depend>
</package>