-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.xml
27 lines (24 loc) · 921 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
<?xml version="1.0" encoding="UTF-8"?>
<package format="2">
<name>rqt_free_gait_monitor</name>
<version>0.5.0</version>
<description>A RQT plugin to monitor, pause, and stop Free Gait actions.</description>
<maintainer email="samuel.bachmann@gmail.com">Samuel Bachmann</maintainer>
<author email="samuel.bachmann@gmail.com">Samuel Bachmann</author>
<license>BSD</license>
<url type="website">https://github.com/leggedrobotics/free_gait</url>
<url type="bugtracker">https://github.com/leggedrobotics/free_gait/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>qtbase5-dev</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_cpp</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>free_gait_msgs</depend>
<depend>boost</depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>