function deprectation warning at compile time
This commit is contained in:
parent
98cc89c86f
commit
1252dd7566
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue