This commit is contained in:
Ioan Sucan 2012-06-25 12:21:14 -07:00
commit fa3e047e74
6 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#ifndef URDF_INTERFACE_COLOR_
#define URDF_INTERFACE_COLOR_
#warning "Please Use #include <urdf_model/color.h>"
#include <urdf_model/color.h>
#endif

View File

@ -0,0 +1,8 @@
#ifndef URDF_INTERFACE_JOINT_
#define URDF_INTERFACE_JOINT_
#warning "Please Use #include <urdf_model/joint.h>"
#include <urdf_model/joint.h>
#endif

View File

@ -0,0 +1,8 @@
#ifndef URDF_INTERFACE_LINK_
#define URDF_INTERFACE_LINK_
#warning "Please Use #include <urdf_model/link.h>"
#include <urdf_model/link.h>
#endif

View File

@ -0,0 +1,8 @@
#ifndef URDF_INTERFACE_MODEL_
#define URDF_INTERFACE_MODEL_
#warning "Please Use #include <urdf_model/model.h>"
#include <urdf_model/model.h>
#endif

View File

@ -0,0 +1,8 @@
#ifndef URDF_INTERFACE_POSE_
#define URDF_INTERFACE_POSE_
#warning "Please Use #include <urdf_model/pose.h>"
#include <urdf_model/pose.h>
#endif

View File

@ -13,7 +13,7 @@
<rosdep name="urdfdom" /> <rosdep name="urdfdom" />
<export> <export>
<cpp cflags="`pkg-config --cflags urdfdom`"/> <cpp cflags="-I${prefix}/include `pkg-config --cflags urdfdom`"/>
</export> </export>
</package> </package>