merge
This commit is contained in:
commit
fa3e047e74
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -13,7 +13,7 @@
|
|||
<rosdep name="urdfdom" />
|
||||
|
||||
<export>
|
||||
<cpp cflags="`pkg-config --cflags urdfdom`"/>
|
||||
<cpp cflags="-I${prefix}/include `pkg-config --cflags urdfdom`"/>
|
||||
</export>
|
||||
|
||||
</package>
|
||||
|
|
Loading…
Reference in New Issue