forked from PickNikRobotics/rosparam_shortcuts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (22 loc) · 970 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
28
29
30
<?xml version="1.0"?>
<package>
<name>rosparam_shortcuts</name>
<version>0.2.1</version>
<description>Quickly load variables from rosparam with good command line error checking.</description>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<license>BSD</license>
<url type="website">https://github.com/davetcoleman/rosparam_shortcuts</url>
<url type="butracker">https://github.com/davetcoleman/rosparam_shortcuts/issues</url>
<url type="repository">https://github.com/davetcoleman/rosparam_shortcuts/</url>
<author email="[email protected]">Dave Coleman</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>eigen</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend>roslint</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>eigen</run_depend>
<export>
</export>
</package>