add DEPENDS for kdl_parser

This commit is contained in:
Ioan Sucan 2013-12-04 09:33:49 -08:00
parent 29e4875b73
commit e89e5a7009
8 changed files with 10 additions and 9 deletions

View File

@ -10,7 +10,7 @@
</description>
<author>Rosen Diankov</author>
<author>Kei Okada</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/collada_parser</url>

View File

@ -10,7 +10,7 @@
<author>Tim Field</author>
<author>Rosen Diankov</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>

View File

@ -21,6 +21,7 @@ catkin_package(
LIBRARIES ${PROJECT_NAME}
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp rosconsole urdf
DEPENDS orocos_kdl TinyXML
)
add_library(${PROJECT_NAME} src/kdl_parser.cpp)

View File

@ -9,7 +9,7 @@
</description>
<author email="wim@willowgarage.com">Wim Meeussen</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>

View File

@ -11,7 +11,7 @@
</description>
<author email="jfaust@willowgarage.com">Josh Faust</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>

View File

@ -9,8 +9,8 @@
object model (C++) of the robot.
</description>
<author email="isucan@willowgarage.com">Ioan Sucan</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<author email="isucan@gmail.com">Ioan Sucan</author>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>

View File

@ -9,7 +9,7 @@
</description>
<author>Ioan Sucan</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>

View File

@ -5,8 +5,8 @@
This package contains a C++ base class for URDF parsers.
</description>
<author email="isucan@willowgarage.com">Ioan Sucan</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<author email="isucan@gmail.com">Ioan Sucan</author>
<maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
<license>BSD</license>