forked from ropod-project/ed_sensor_integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (21 loc) · 867 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"?>
<package>
<name>ed_sensor_integration</name>
<version>0.0.0</version>
<description>No description available</description>
<maintainer email="[email protected]">Sjoerd van den Dries</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cb_planner_msgs_srvs</build_depend>
<build_depend>ed</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>kdl_parser</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>visualization_msgs</build_depend>
<run_depend>cb_planner_msgs_srvs</run_depend> <!-- TODO: get rid of this dep -->
<run_depend>ed</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>kdl_parser</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>visualization_msgs</run_depend>
</package>