Automated merge with https://kforge.ros.org/robotmodel/robot_model
This commit is contained in:
commit
d0e4610ba3
|
@ -1 +1,3 @@
|
||||||
|
#pragma message("WARNING: Including urdf/color.h is deprecated. Include urdf_parser/color.h instead")
|
||||||
|
|
||||||
#include "urdf_parser/color.h"
|
#include "urdf_parser/color.h"
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
|
#pragma message("WARNING: Including urdf/joint.h is deprecated. Include urdf_parser/joint.h instead")
|
||||||
|
|
||||||
|
|
||||||
#include "urdf_parser/joint.h"
|
#include "urdf_parser/joint.h"
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
#pragma message("WARNING: Including urdf/link.h is deprecated. Include urdf_parser/link.h instead")
|
||||||
|
|
||||||
#include "urdf_parser/link.h"
|
#include "urdf_parser/link.h"
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
#pragma message("WARNING: Including urdf/pose.h is deprecated. Include urdf_parser/pose.h instead")
|
||||||
|
|
||||||
#include "urdf_parser/pose.h"
|
#include "urdf_parser/pose.h"
|
||||||
|
|
Loading…
Reference in New Issue