doc review of resource retriever
This commit is contained in:
parent
8130074ec7
commit
e5bf71e3c4
|
@ -1,13 +1,16 @@
|
||||||
<package>
|
<package>
|
||||||
<description brief="resource_retriever">
|
<description brief="resource_retriever">
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<author>Josh Faust (jfaust@willowgarage.com)</author>
|
<author>Josh Faust (jfaust@willowgarage.com)</author>
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
<review status="API reviewed" notes=""/>
|
<review status="Doc reviewed" notes=""/>
|
||||||
<url>http://pr.willowgarage.com/wiki/resource_retriever</url>
|
<url>http://ros.org/wiki/resource_retriever</url>
|
||||||
<depend package="roslib"/>
|
<depend package="roslib"/>
|
||||||
<depend package="rosconsole"/>
|
<depend package="rosconsole"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue