function deprectation warning at compile time

This commit is contained in:
meeussen 2009-09-24 21:00:56 +00:00
parent 98cc89c86f
commit 1252dd7566
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bool treeFromXml(TiXmlDocument *xml_doc, KDL::Tree& tree);
* \param tree The resulting KDL Tree
* returns true on success, false on failure
*/
bool treeFromRobotModel(const urdf::Model& robot_model, KDL::Tree& tree);
bool treeFromRobotModel(const urdf::Model& robot_model, KDL::Tree& tree) __attribute__((deprecated));;
/** Constructs a KDL tree from a URDF robot model