forked from xtdrone/XTDrone
21 lines
733 B
XML
21 lines
733 B
XML
<?xml version="1.0"?>
|
|
<package format="2">
|
|
<name>drone_detect</name>
|
|
<version>0.1.0</version>
|
|
<description>Detect other drones in depth image.</description>
|
|
<maintainer email="zjujiangchaozhu@gmail.com">Jiangchao Zhu</maintainer>
|
|
<license>BSD</license>
|
|
<author email="zjujiangchaozhu@gmail.com">Jiangchao Zhu</author>
|
|
|
|
<!-- buildtool_depend: dependencies of the build process -->
|
|
<buildtool_depend>catkin</buildtool_depend>
|
|
<!-- build_depend: dependencies only used in source files -->
|
|
<build_depend>boost</build_depend>
|
|
<!-- depend: build, export, and execution dependency -->
|
|
<depend>eigen</depend>
|
|
<depend>roscpp</depend>
|
|
<depend>sensor_msgs</depend>
|
|
|
|
<build_depend>roslint</build_depend>
|
|
</package>
|