You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/urdf_parser_plugin/files/urdfdom1.patch

14 lines
506 B

Index: urdf_parser_plugin/include/urdf_parser_plugin/parser.h
===================================================================
--- urdf_parser_plugin.orig/include/urdf_parser_plugin/parser.h
+++ urdf_parser_plugin/include/urdf_parser_plugin/parser.h
@@ -54,7 +54,7 @@ public:
}
/// \brief Load Model from string
- virtual boost::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
+ virtual std::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
};
}