diff --git a/resource_retriever/manifest.xml b/resource_retriever/manifest.xml index 80058d9..a4b18f3 100644 --- a/resource_retriever/manifest.xml +++ b/resource_retriever/manifest.xml @@ -1,13 +1,16 @@ - A package for retrieving resources used in a urdf. Uses libcurl to support url-format files, such as http://, ftp://, etc. Translates package:// to a local file:// + This package retrieves data from url-format files such as http://, + ftp://, etc., and loads the data into memory. The package:// url + is translated into a local file:// url. The resourse retriever uses + the libcurl library. Josh Faust (jfaust@willowgarage.com) BSD - - http://pr.willowgarage.com/wiki/resource_retriever + + http://ros.org/wiki/resource_retriever