30 lines
1014 B
XML
30 lines
1014 B
XML
<package>
|
|
<description brief="resource_retriever">
|
|
|
|
This package retrieves data from url-format files such as http://,
|
|
ftp://, package:// file://, etc., and loads the data into memory.
|
|
The package:// url for ros packages is translated into a local
|
|
file:// url. The resourse retriever was initially designed to load
|
|
mesh files into memory, but it can be used for any type of
|
|
data. The resource retriever is based on the the libcurl library.
|
|
|
|
</description>
|
|
<author>Josh Faust (jfaust@willowgarage.com)</author>
|
|
<license>BSD</license>
|
|
<review status="Doc reviewed" notes=""/>
|
|
<url>http://ros.org/wiki/resource_retriever</url>
|
|
<depend package="roslib"/>
|
|
<depend package="rosconsole"/>
|
|
|
|
<export>
|
|
<cpp cflags="-I${prefix}/include" lflags="-L${prefix}/lib -Wl,-rpath,${prefix}/lib -lresource_retriever"/>
|
|
</export>
|
|
|
|
<rosdep name="curl"/>
|
|
<platform os="ubuntu" version="9.04"/>
|
|
<platform os="ubuntu" version="9.10"/>
|
|
<platform os="ubuntu" version="10.04"/>
|
|
</package>
|
|
|
|
|